function loadIMG() {
	new Image().src = "/en/images/tb_info.gif";
	new Image().src = "/en/images/tb_info_on.gif";
	new Image().src = "/en/images/tb_about.gif";
	new Image().src = "/en/images/tb_about_on.gif";
	new Image().src = "/en/images/tb_12.gif";
	new Image().src = "/en/images/tb_12_on.gif";
	new Image().src = "/en/images/tb_qa.gif";
	new Image().src = "/en/images/tb_qa_on.gif";
	new Image().src = "/en/images/tb_rd.gif";
	new Image().src = "/en/images/tb_rd_on.gif";
	new Image().src = "/en/images/tb_en.gif";
	new Image().src = "/en/images/tb_en_on.gif";


}

function topmenu(n){
	var imgsrc = document.images[n].src;
	if(imgsrc.indexOf("_on") < 0){
		document.images[n].src=imgsrc.substring(0,imgsrc.length-4) +"_on.gif";
	}
	else{
		document.images[n].src=imgsrc.substring(0,imgsrc.length-7) +".gif";
	}
}


function writeMenu( mode ) {//
if( mode == "all" ) {document.write("<a href=\"/en/info/index.html\" title=\"Information\" onMouseOver=\"topmenu('menu01')\" onMouseOut=\"topmenu('menu01')\"><img src=\"/en/images/tb_info.gif\" width=\"139\" height=\"23\" border=\"0\" alt=\"Information\" name=\"menu01\"></a><a href=\"/en/about/index.html\" title=\"What is Polyphenon?\" onMouseOver=\"topmenu('menu02')\" onMouseOut=\"topmenu('menu02')\"><img src=\"/en/images/tb_about.gif\" width=\"156\" height=\"23\" border=\"0\" alt=\"What is Polyphenon?\" name=\"menu02\"></a><a href=\"/en/12function/index.html\" title=\"12 Functions of Tea Catechins\" onMouseOver=\"topmenu('menu03')\" onMouseOut=\"topmenu('menu03')\"><img src=\"/en/images/tb_12.gif\" width=\"184\" height=\"23\" border=\"0\" alt=\"12 Functions of Tea Catechins\" name=\"menu03\"></a><a href=\"/en/qa/index.html\" title=\"FAQ\" onMouseOver=\"topmenu('menu04')\" onMouseOut=\"topmenu('menu04')\"><img src=\"/en/images/tb_qa.gif\" width=\"96\" height=\"23\" border=\"0\" alt=\"FAQ\" name=\"menu04\"></a><a href=\"/en/rd/index.html\" title=\"R&D\" onMouseOver=\"topmenu('menu05')\" onMouseOut=\"topmenu('menu05')\"><img src=\"/en/images/tb_rd.gif\" width=\"95\" height=\"23\" border=\"0\" alt=\"R&D\" name=\"menu05\"></a><a href=\"/jp/index.html\" title=\"Japanese\" onMouseOver=\"topmenu('menu06')\" onMouseOut=\"topmenu('menu06')\"><img src=\"/en/images/tb_en.gif\" width=\"68\" height=\"23\" border=\"0\" alt=\"Japanese\" name=\"menu06\"></a>");}



	// 
	if( mode == "footer" ) {
document.write("<a href=\"/en/link/index.html\" class=\"globalFooter\">Links</a> | <a href=\"/en/sitemap/index.html\" class=\"globalFooter\">Site Map</a> | <a href=\"/en/inquiry/index.html\" class=\"globalFooter\">Contact Us</a> | <a href=\"/en/about_site/index.html\" class=\"globalFooter\">About this Website</a> | <a href=\"/en/privacy_policy/index.html\" class=\"globalFooter\">Privacy Policy</a>");
}




}















