<!--
browserName=navigator.appName; 
browserVer=parseInt(navigator.appVersion);

  if ((browserName=="Netscape" && browserVer>=3) || (browserName=="Microsoft Internet Explorer" && browserVer>=4))    
  version="n3";
  else
    version="n2";

  if (version=="n3")
   {
     pic1on= new Image(139,21);
     pic1on.src="/images/homepage/buttonhomeon.gif"; 
     pic2on= new Image(139,21);
     pic2on.src="/images/homepage/buttonwelcomeon.gif"; 
     pic3on= new Image(139,21);
     pic3on.src="/images/homepage/buttonhowitworkson.gif"; 
     pic4on= new Image(139,21);
     pic4on.src="/images/homepage/buttonfeatureson.gif"; 
     pic5on= new Image(139,21);
     pic5on.src="/images/homepage/buttontestimonialson.gif"; 
     pic6on= new Image(139,21);
     pic6on.src="/images/homepage/buttonpartnerson.gif"; 
     pic7on= new Image(139,21);
     pic7on.src="/images/homepage/buttonnewsarticleson.gif"; 
     pic8on= new Image(139,21);
     pic8on.src="/images/homepage/buttonregisteron.gif"; 
     pic9on= new Image(139,21);
     pic9on.src="/images/homepage/buttonresourceson.gif"; 
     pic10on= new Image(139,21);
     pic10on.src="/images/homepage/buttonworkforuson.gif"; 
     pic11on= new Image(139,21);
     pic11on.src="/images/homepage/buttonhelpon.gif"; 
     pic12on= new Image(139,21);
     pic12on.src="/images/homepage/buttonviewjobson.gif"; 
     
     pic1off= new Image(139,21);
     pic1off.src="/images/homepage/buttonhome.gif"; 
     pic2off= new Image(139,21);
     pic2off.src="/images/homepage/buttonwelcome.gif"; 
     pic3off= new Image(139,21);
     pic3off.src="/images/homepage/buttonhowitworks.gif"; 
     pic4off= new Image(139,21);
     pic4off.src="/images/homepage/buttonfeatures.gif"; 
     pic5off= new Image(139,21);
     pic5off.src="/images/homepage/buttontestimonials.gif"; 
     pic6off= new Image(139,21);
     pic6off.src="/images/homepage/buttonpartners.gif"; 
     pic7off= new Image(139,21);
     pic7off.src="/images/homepage/buttonnewsarticles.gif"; 
     pic8off= new Image(139,21);
     pic8off.src="/images/homepage/buttonregister.gif"; 
     pic9off= new Image(139,21);
     pic9off.src="/images/homepage/buttonresources.gif"; 
     pic10off= new Image(139,21);
     pic10off.src="/images/homepage/buttonworkforus.gif"; 
     pic11off= new Image(139,21);
     pic11off.src="/images/homepage/buttonhelp.gif"; 
     pic12off= new Image(139,21);
     pic12off.src="/images/homepage/buttonviewjobs.gif"; 
     
   }

function lightup(imgName)
 {
   if (version=="n3")
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (version=="n3")
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

//-->
