<!--

  if (document.images)
   {
     pic1on= new Image(140,20);
     pic1on.src="/images/updates-hover.png";  
     pic2on= new Image(140,20);
     pic2on.src="/images/comics-hover.png"; 
     pic3on= new Image(140,20);
     pic3on.src="/images/zump9-hover.png"; 
     pic4on= new Image(140,20);
     pic4on.src="/images/monkeyhero-hover.png"; 
     pic5on= new Image(140,20);
     pic5on.src="/images/jesusman-hover.png"; 
     pic6on= new Image(140,20);
     pic6on.src="/images/scc-hover.png"; 
     pic7on= new Image(140,20);
     pic7on.src="/images/reviews-hover.png"; 
     pic8on= new Image(140,20);
     pic8on.src="/images/aim-hover.png"; 
     pic9on= new Image(140,20);
     pic9on.src="/images/animations-hover.png"; 
     pic10on= new Image(140,20);
     pic10on.src="/images/forum-hover.png"; 
     pic11on= new Image(140,20);
     pic11on.src="/images/staff-hover.png"; 
     pic12on= new Image(140,20);
     pic12on.src="/images/history-hover.png"; 
     pic13on= new Image(140,20);
     pic13on.src="/images/affiliates-hover.png"; 
     pic14on= new Image(140,20);
     pic14on.src="/images/shoutbox-hover.png"; 
     disc1on= new Image(140,20);
     disc1on.src="/images/disclaimer-hover.png"; 

     pic1off= new Image(140,20);
     pic1off.src="/images/updates-stand.png";
     pic2off= new Image(140,20);
     pic2off.src="/images/comics-stand.png"; 
     pic3off= new Image(140,20);
     pic3off.src="/images/zump9-stand.png"; 
     pic4off= new Image(140,20);
     pic4off.src="/images/monkeyhero-stand.png"; 
     pic5off= new Image(140,20);
     pic5off.src="/images/jesusman-stand.png"; 
     pic6off= new Image(140,20);
     pic6off.src="/images/scc-stand.png"; 
     pic7off= new Image(140,20);
     pic7off.src="/images/reviews-stand.png"; 
     pic8off= new Image(140,20);
     pic8off.src="/images/aim-stand.png"; 
     pic9off= new Image(140,20);
     pic9off.src="/images/animations-stand.png"; 
     pic10off= new Image(140,20);
     pic10off.src="/images/forum-stand.png"; 
     pic11off= new Image(140,20);
     pic11off.src="/images/staff-stand.png"; 
     pic12off= new Image(140,20);
     pic12off.src="/images/history-stand.png"; 
     pic13off= new Image(140,20);
     pic13off.src="/images/affiliates-stand.png"; 
     pic14off= new Image(140,20);
     pic14off.src="/images/shoutbox-stand.png"; 
     disc1off= new Image(140,20);
     disc1off.src="/images/disclaimer-stand.png"; 


   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

//-->