  if (document.images)
   {
pic1on= new Image(141,151);
pic1on.src="images/Top/hmround.gif";
pic2on= new Image(144,142);
pic2on.src="images/Top/compround.gif";
pic3on= new Image(147,138);
pic3on.src="images/Top/hrround.gif";
pic4on= new Image(139,145);
pic4on.src="images/Top/carround.gif";
pic5on= new Image(146,151);
pic5on.src="images/Top/tryround.gif";
pic6on= new Image(133,66);
pic6on.src="images/whatismt/sublinks/rolldo.gif";
pic7on= new Image(133,66);
pic7on.src="images/whatismt/sublinks/rollcompensation.gif";
pic8on= new Image(145,55);
pic8on.src="images/whatismt/sublinks/rolldayshift.gif";
pic9on= new Image(145,55);
pic9on.src="images/whatismt/sublinks/rollworkhome.gif";
pic10on= new Image(145,55);
pic10on.src="images/whatismt/sublinks/rollcareer.gif";
pic11on= new Image(145,55);
pic11on.src="images/itcouldbu/sublinks/rollhowtoapply.gif";
pic12on= new Image(145,55);
pic12on.src="images/itcouldbu/sublinks/rollposavail.gif";
pic13on= new Image(145,55);
pic13on.src="images/itcouldbu/sublinks/rollselecproc.gif";
pic14on= new Image(145,55);
pic14on.src="images/itcouldbu/sublinks/rolltrytranscript.gif";
pic15on= new Image(141,79);
pic15on.src="images/sponsored/sublinks/rolltrnprg.gif";
pic16on= new Image(138,71);
pic16on.src="images/sponsored/sublinks/rollkm.gif";
pic17on= new Image(148,64);
pic17on.src="images/fathercry/sublinks/rollsuccess.gif";
pic18on= new Image(170,92);
pic18on.src="images/fathercry/sublinks/rollcmt.gif";
pic19on= new Image(170,92);
pic19on.src="images/fathercry/sublinks/rollclb5.gif";
pic20on= new Image(170,92);
pic20on.src="images/fathercry/sublinks/rollfun.gif";
pic21on= new Image(124,40);
pic21on.src="images/spherisway/sublinks/rollaboutus.gif";
pic22on= new Image(143,49);
pic22on.src="images/spherisway/sublinks/rollleadership.gif";
pic23on= new Image(128,40);
pic23on.src="images/spherisway/sublinks/rollvtour.gif";
pic24on= new Image(128,40);
pic24on.src="images/spherisway/sublinks/rollspherisinc.gif";




pic1off= new Image(106,118);
pic1off.src="images/Top/homep.gif";
pic2off= new Image(112,120);
pic2off.src="images/Top/companyp.gif";
pic3off= new Image(139,124);
pic3off.src="images/Top/hrp.gif";
pic4off= new Image(101,127);
pic4off.src="images/Top/careersp.gif";
pic5off= new Image(148,136);
pic5off.src="images/Top/tryp.gif";
pic6off= new Image(119,72);
pic6off.src="images/whatismt/sublinks/do.gif";
pic7off= new Image(119,72);
pic7off.src="images/whatismt/sublinks/compensation.gif";
pic8off= new Image(129,43);
pic8off.src="images/whatismt/sublinks/dayshift.gif";
pic9off= new Image(129,43);
pic9off.src="images/whatismt/sublinks/workhome.gif";
pic10off= new Image(129,43);
pic10off.src="images/whatismt/sublinks/career.gif";
pic11off= new Image(122,43);
pic11off.src="images/itcouldbu/sublinks/howtoapply.gif";
pic12off= new Image(129,43);
pic12off.src="images/itcouldbu/sublinks/posavail.gif";
pic13off= new Image(129,43);
pic13off.src="images/itcouldbu/sublinks/selecproc.gif";
pic14off= new Image(129,43);
pic14off.src="images/itcouldbu/sublinks/trytranscript.gif";
pic15off= new Image(119,72);
pic15off.src="images/sponsored/sublinks/trnprg.gif";
pic16off= new Image(119,72);
pic16off.src="images/sponsored/sublinks/km.gif";
pic17off= new Image(129,43);
pic17off.src="images/fathercry/sublinks/success.gif";
pic18off= new Image(135,72);
pic18off.src="images/fathercry/sublinks/cmt.gif";
pic19off= new Image(129,43);
pic19off.src="images/fathercry/sublinks/clb5.gif";
pic20off= new Image(129,43);
pic20off.src="images/fathercry/sublinks/fun.gif";
pic21off= new Image(120,35);
pic21off.src="images/spherisway/sublinks/aboutus.gif";
pic22off= new Image(137,43);
pic22off.src="images/spherisway/sublinks/leadership.gif";
pic23off= new Image(120,35);
pic23off.src="images/spherisway/sublinks/vtour.gif";
pic24off= new Image(120,35);
pic24off.src="images/spherisway/sublinks/spherisinc.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;
    }
 }
