if (document.images) {
	menu0on = new Image();
	menu0on.src="/images/header/nav/home_on.gif";
	menu1on = new Image();
	menu1on.src="/images/header/nav/member_on.gif";
	menu2on = new Image();
	menu2on.src="/images/header/nav/protocols_on.gif";
	menu3on = new Image();
	menu3on.src="/images/header/nav/researcher_on.gif";
	menu4on = new Image();
	menu4on.src="/images/header/nav/meetings_on.gif";
	menu5on = new Image();
	menu5on.src="/images/header/nav/visitors_on.gif";
	menu6on = new Image();
	menu6on.src="/images/header/nav/faq_on.gif";
	menu7on = new Image();
	menu7on.src="/images/header/nav/sitemap_on.gif";

	menu0off = new Image();
	menu0off.src = "/images/header/nav/home_off.gif";
	menu1off = new Image();
	menu1off.src = "/images/header/nav/member_off.gif";
	menu2off = new Image();
	menu2off.src = "/images/header/nav/protocols_off.gif";
	menu3off = new Image();
	menu3off.src = "/images/header/nav/researcher_off.gif";
	menu4off = new Image();
	menu4off.src = "/images/header/nav/meetings_off.gif";
	menu5off = new Image();
	menu5off.src = "/images/header/nav/visitors_off.gif";
	menu6off = new Image();
	menu6off.src = "/images/header/nav/faq_off.gif";
	menu7off = new Image();
	menu7off.src = "/images/header/nav/sitemap_off.gif";
	


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

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