<!--

  pic1on= new Image(142,27);
  pic1on.src="images/home_n_program_over.gif";
  pic2on= new Image(132,27);
  pic2on.src="images/home_n_our_over.gif";
  pic3on= new Image(86,27);
  pic3on.src="images/home_n_about_over.gif";
  pic4on= new Image(111,27);
  pic4on.src="images/home_n_get_over.gif";
  pic5on= new Image(111,27);
  pic5on.src="images/inside_n_home_over.gif";

  pic1off= new Image(142,27);
  pic1off.src="images/home_n_program.gif";
  pic2off= new Image(132,27);
  pic2off.src="images/home_n_experience.gif";
  pic3off= new Image(86,27);
  pic3off.src="images/home_n_about.gif";
  pic4off= new Image(111,27);
  pic4off.src="images/home_n_get.gif";
  pic5off= new Image(111,27);
  pic5off.src="images/inside_n_home.gif";

function lightup(imgName)
 {
  imgOn=eval(imgName + "on.src");
  document[imgName].src= imgOn;
 }

function turnoff(imgName)
 {
  imgOff=eval(imgName + "off.src");
  document[imgName].src= imgOff;
 }

//-->
