
  if (document.images)
    {pic1on= new Image(150, 20);
    pic1on.src="http://www.vpic.info/buttons/com_plan_over.gif";  
    pic1off= new Image(150, 20);
    pic1off.src="http://www.vpic.info/buttons/com_plan.gif";}
   
   {pic2on= new Image(150, 20);
    pic2on.src="http://www.vpic.info/buttons/Resources_over.gif";  
    pic2off= new Image(150, 20);
    pic2off.src="http://www.vpic.info/buttons/Resources.gif";}

 {pic3on= new Image(150, 20);
    pic3on.src="http://www.vpic.info/buttons/Funding_over.gif";  
    pic3off= new Image(150, 20);
    pic3off.src="http://www.vpic.info/buttons/Funding.gif";}

 {pic4on= new Image(150, 20);
    pic4on.src="http://www.vpic.info/buttons/Education_over.gif";  
    pic4off= new Image(150, 20);
    pic4off.src="http://www.vpic.info/buttons/Education.gif";}

 {pic5on= new Image(150, 20);
    pic5on.src="http://www.vpic.info/buttons/Calendar_over.gif";  
    pic5off= new Image(150, 20);
    pic5off.src="http://www.vpic.info/buttons/Calendar.gif";}

 {pic6on= new Image(150, 20);
    pic6on.src="http://www.vpic.info/buttons/Search_over.gif";  
    pic6off= new Image(150, 20);
    pic6off.src="http://www.vpic.info/buttons/Search.gif";}

 {pic7on= new Image(150, 20);
    pic7on.src="http://www.vpic.info/buttons/Feedback_over.gif";  
    pic7off= new Image(150, 20);
    pic7off.src="http://www.vpic.info/buttons/Feedback.gif";}

 {pic8on= new Image(150, 20);
    pic8on.src="http://www.vpic.info/buttons/About_over.gif";  
    pic8off= new Image(150, 20);
    pic8off.src="http://www.vpic.info/buttons/About.gif";}

{pic9on= new Image(150, 20);
    pic9on.src="http://www.vpic.info/buttons/Help_over.gif";  
    pic9off= new Image(150, 20);
    pic9off.src="http://www.vpic.info/buttons/Help.gif";}
	
	{pic10on= new Image(150, 20);
    pic10on.src="http://www.vpic.info/buttons/Home_over.gif";  
    pic10off= new Image(150, 20);
    pic10off.src="http://www.vpic.info/buttons/Home.gif";}
	
 {pic20on= new Image(88,31);
    pic20on.src="http://www.vpic.info/buttons/whats_new2.gif";  
    pic20off= new Image(88,31);
    pic20off.src="http://www.vpic.info/buttons/whats_new.gif";}

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;}}
