// JavaScript Document

  if (document.images)
   {
     pic1on= new Image(181,34);
     pic1on.src="images/bottomMenuRoll_17.gif"; 
	 pic2on= new Image(179,34);
	 pic2on.src="images/bottomMenuRoll_18.gif";
	 pic3on= new Image(178,34);
	 pic3on.src="images/bottomMenuRoll_19.gif";
	 pic4on= new Image(161,36);
	 pic4on.src="images/HPtext_roll_02.png";
	 pic5on= new Image(439,46);
	 pic5on.src="images/HPtext_roll_06.png";
	 pic6on= new Image(439,24);
	 pic6on.src="images/HPtext_roll_08.png";
	 pic7on= new Image(214,24);
	 pic7on.src="images/HPtext_roll_09.png";
	 pic8on= new Image(301,68);
	 pic8on.src="images/HPtext_roll_12.png";
	 pic9on= new Image(246,43);
	 pic9on.src="images/HPtext_roll_14.png";
	 pic10on= new Image(290,41);
	 pic10on.src="images/HPtext_roll_16.png";
	 pic11on= new Image(265,36);
	 pic11on.src="images/HPtext_roll_18.png";
	 pic12on= new Image(501,45);
	 pic12on.src="images/HPtext_roll_20.png";



     pic1off= new Image(181,34);
     pic1off.src="images/bottomMenu_17.gif";
	 pic2off= new Image(179,34);
	 pic2off.src="images/bottomMenu_18.gif";
	 pic3off= new Image(178,34);
	 pic3off.src="images/bottomMenu_19.gif";
	 pic4off= new Image(161,36);
     pic4off.src="images/HPtext_02.png";
	 pic5off= new Image(439,46);
	 pic5off.src="images/HPtext_06.png";
	 pic6off= new Image(439,24);
	 pic6off.src="images/HPtext_08.png";
     pic7off= new Image(214,24);
     pic7off.src="images/HPtext_09.png";
	 pic8off= new Image(301,68);
	 pic8off.src="images/HPtext_12.png";
	 pic9off= new Image(246,43);
	 pic9off.src="images/HPtext_14.png";
     pic10off= new Image(290,41);
     pic10off.src="images/HPtext_16.png";
	 pic11off= new Image(265,36);
	 pic11off.src="images/HPtext_18.png";
     pic12off= new Image(501,45);
     pic12off.src="images/HPtext_20.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;
    }
 }

//-->
