<!-- Begin

if (document.images)
	{
	homeon= new Image(77,27); 
	homeon.src="images/home_orange.gif";
	homeoff= new Image(77,27); 
	homeoff.src="images/home_blu.gif"; 
	
	abouton= new Image(93,27); 
	abouton.src="images/about_orange.gif";
	aboutoff= new Image(93,27); 
	aboutoff.src="images/about_blu.gif"; 

	supporton= new Image(123,27); 
	supporton.src="images/support_orange.gif"; 
	supportoff= new Image(123,27); 
	supportoff.src="images/support_blu.gif"; 

	companyon= new Image(130,27); 
	companyon.src="images/company_orange.gif";
	companyoff= new Image(130,27); 
	companyoff.src="images/company_blu.gif"; 
  
	takeateston= new Image(164,27); 
	takeateston.src="images/takeatest_orange.gif"; 
	takeatestoff= new Image(164,27); 
	takeatestoff.src="images/takeatest_blu.gif"; 
		
	nursingon= new Image(88,27); 
	nursingon.src="images/nursingcredits.gif";
	nursingoff= new Image(88,27); 
	nursingoff.src="images/nursingcreditsoff.gif";
		
	xrayon= new Image(69,27); 
	xrayon.src="images/xraycredits.gif";
	xrayoff= new Image(69,27); 
	xrayoff.src="images/xraycreditsoff.gif"; 
	
	sonoon= new Image(76,27); 
	sonoon.src="images/sonocredits.gif";
	sonooff= new Image(76,27); 
	sonooff.src="images/sonocreditsoff.gif"; 

	pharmon= new Image(83,27); 
	pharmon.src="images/pharmcredits.gif"; 
	pharmoff= new Image(83,27); 
	pharmoff.src="images/pharmcreditsoff.gif"; 

	psychon= new Image(84,27); 
	psychon.src="images/psychcredits.gif";
	psychoff= new Image(84,27); 
	psychoff.src="images/psychcreditsoff.gif"; 
		
	securityon= new Image(46,27); 
	securityon.src="images/security.gif";
	securityoff= new Image(46,27); 
	securityoff.src="images/securityoff.gif"; 
		
	copyrighton= new Image(114,27); 
	copyrighton.src="images/copyright.gif";
	copyrightoff= new Image(114,27); 
	copyrightoff.src="images/copyrightoff.gif"; 
	
	arrow0on= new Image(114,27); 
	arrow0on.src="images/arrowleft_orange.gif";
	arrow0off= new Image(114,27); 
	arrow0off.src="images/arrowleft.gif"; 
	
	arrow1on= new Image(114,27); 
	arrow1on.src="images/arrowleft_orange.gif";
	arrow1off= new Image(114,27); 
	arrow1off.src="images/arrowleft.gif"; 
	
	arrow2on= new Image(114,27); 
	arrow2on.src="images/arrowleft_orange.gif";
	arrow2off= new Image(114,27); 
	arrow2off.src="images/arrowleft.gif"; 
	
	arrow3on= new Image(114,27); 
	arrow3on.src="images/arrowleft_orange.gif";
	arrow3off= new Image(114,27); 
	arrow3off.src="images/arrowleft.gif"; 
	
	arrow4on= new Image(114,27); 
	arrow4on.src="images/arrowleft_orange.gif";
	arrow4off= new Image(114,27); 
	arrow4off.src="images/arrowleft.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;
    }
 }

//  End -->
