<!--  



/*

DO NOT EDIT THIS FILE

This page is grabbed by a parser and flowed into a .js file



Updated: 10/30/03 06:12:51 by 

*/



if (document.images) {	



	abouton = new Image(130,26);

	abouton.src = "images/HNR_department.gif"

	aboutoff = new Image(130,26);

	aboutoff.src = "images/HN_department.gif"

	

	technologyon = new Image(130,39);

	technologyon.src = "images/HNR_interact.gif"

	technologyoff = new Image(130,39);

	technologyoff.src = "images/HN_interact.gif"

	

	clinicalon = new Image(130,26);

	clinicalon.src = "images/HNR_school.gif"

	clinicaloff = new Image(130,26);

	clinicaloff.src = "images/HN_school.gif"

	

	newson = new Image(130,26);

	newson.src = "images/HNR_download.gif"

	newsoff = new Image(130,26);

	newsoff.src = "images/HN_download.gif"

	

	infoon = new Image(130,39);

	infoon.src = "images/HNR_seniority.gif"

	infooff = new Image(130,39);

	infooff.src = "images/HN_seniority.gif"

	

	investorson = new Image(130,26);

	investorson.src = "images/HNR_publications.gif"

	investorsoff = new Image(130,26);

	investorsoff.src = "images/HN_publications.gif"

	

	careerson = new Image(130,26);

	careerson.src = "images/HNR_himachal.gif"

	careersoff = new Image(130,26);

	careersoff.src = "images/HN_himachal.gif"

	

	contacton = new Image(130,25);

	contacton.src = "images/HNR_posts.gif"

	contactoff = new Image(130,25);

	contactoff.src = "images/HN_posts.gif"

 }



function On(imgName) {

      if (document.images) 

          document.images[imgName].src = eval(imgName + "on.src");

}



function Off(imgName) {

      if (document.images)

             document.images[imgName].src = eval(imgName + "off.src");

} 





defaultStatus = '';



// -->







		
