///////////////////////////////////////////////////////////
//


//
///////////////////////////////////////////////////////////

//菜单
var menuOffX=0	//菜单距连接文字最左端距离
var menuOffY=20	//菜单距连接文字顶端距离

var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var ns6=document.getElementById&&!document.all
function ShowMenu(e,vmenu,mod){
	which=vmenu
	menuobj=document.getElementById("popmenu")
	menuobj.thestyle=menuobj.style
	menuobj.innerHTML=which
	menuobj.contentwidth=menuobj.offsetWidth
	eventX=e.clientX
	eventY=e.clientY
	var rightedge=document.body.clientWidth-eventX
	var bottomedge=document.body.clientHeight-eventY

		if (rightedge<menuobj.contentwidth)
			menuobj.thestyle.left=document.body.scrollLeft+eventX-menuobj.contentwidth+menuOffX
		else
			menuobj.thestyle.left=ie4? ie_x(event.srcElement)+menuOffX : ns6? window.pageXOffset+eventX : eventX
		
		if (bottomedge<menuobj.contentheight&&mod!=0)
			menuobj.thestyle.top=document.body.scrollTop+eventY-menuobj.contentheight-event.offsetY+menuOffY-23
		else
			menuobj.thestyle.top=ie4? ie_y(event.srcElement)+menuOffY : ns6? window.pageYOffset+eventY+10 : eventY

	menuobj.thestyle.visibility="visible"
}


function ie_y(e){  
	var t=e.offsetTop;  
	while(e=e.offsetParent){  
		t+=e.offsetTop;
	}  
	return t;  
}  
function ie_x(e){  
	var l=e.offsetLeft;  
	while(e=e.offsetParent){  
		l+=e.offsetLeft;  
	}  
	return l;  
}

function highlightmenu(e,state){
	if (document.all)
		source_el=event.srcElement
		while(source_el.id!="popmenu"){
			source_el=document.getElementById? source_el.parentNode : source_el.parentElement
			if (source_el.className=="menuitems"){
				source_el.id=(state=="on")? "mouseoverstyle" : ""
		}
	}
}
function hidemenu(){if (window.menuobj)menuobj.thestyle.visibility="hidden"}
function dynamichide(e){if ((ie4||ns6)&&!menuobj.contains(e.toElement))hidemenu()}
document.onclick=hidemenu
document.write("<div class=menuskin id=popmenu onmouseover=highlightmenu(event,'on') onmouseout=highlightmenu(event,'off');dynamichide(event)></div>");
//菜单END


		

var IMG1="<IMG height=20 src=../Skin/"
var IMG2="/bgmenu_m.gif width=1 align=absMiddle>"
//顶边的中文菜单
function CnTopMenu(JsSkins){
document.write ('<DIV align="center">');
document.write ('<TABLE cellpadding=0 cellspacing=0 class="TopMenu">');
document.write ('<TR><TD class="TopMenu_Td1"><IMG src="../img/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR><TD class="TopMenu_Td2"><IMG src="../img/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR>');
document.write ('<TD class="TopMenu_Td3">');
document.write ('<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>');
document.write ('<TR>'); 
document.write ('<TD width="98%" valign="bottom" align="center">　');
document.write ('<a class="Top" href="Bs_Profile.asp" >首 页</a>　'+IMG1+JsSkins+IMG2+' 　');
document.write ('<a class="Top" href="Bs_Product.asp" onMouseOver=\'ShowMenu(event,Product)\'>产品展示</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Bs_Foundry.asp" >设备介绍</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Bs_Case.asp">品质管理</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Bs_Contact.asp">联系我们</a>　　');

document.write ('&nbsp;&nbsp;</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
//顶边的英文菜单
function EnTopMenu(JsSkins){
document.write ('<DIV align="center">');
document.write ('<TABLE cellpadding=0 cellspacing=0 class="TopMenu">');
document.write ('<TR><TD class="TopMenu_Td1"><IMG src="../img/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR><TD class="TopMenu_Td2"><IMG src="../img/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR>');
document.write ('<TD class="TopMenu_Td3">');
document.write ('<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>');
document.write ('<TR>'); 
document.write ('<TD width="98%" valign="bottom" align="center">　');
document.write ('<a class="Top" href="EN_Profile.asp" > HomePage</a>　'+IMG1+JsSkins+IMG2+'　');

document.write ('<a class="Top" href="EN_Product.asp" onMouseOver=\'ShowMenu(event,Product)\'> Products</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="En_Foundry.asp">Equipments</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="En_Case.asp">QC</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="En_Contact.asp">Contact us</a>　　');
document.write ('&nbsp;&nbsp;</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
//顶边的日文菜单
function JpTopMenu(JsSkins){
document.write ('<DIV align="center">');
document.write ('<TABLE cellpadding=0 cellspacing=0 class="TopMenu">');
document.write ('<TR><TD class="TopMenu_Td1"><IMG src="../img/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR><TD class="TopMenu_Td2"><IMG src="../img/1x1_pix.gif" width=3 height=1></TD></TR>');
document.write ('<TR>');
document.write ('<TD class="TopMenu_Td3">');
document.write ('<TABLE width="100%" cellspacing=0 cellpadding=0 border=0>');
document.write ('<TR>'); 
document.write ('<TD width="98%" valign="bottom" align="center">　');
document.write ('<a class="Top" href="Jp_Profile.asp" >ホーム</a>　'+IMG1+JsSkins+IMG2+' 　');
document.write ('<a class="Top" href="Jp_Product.asp" onMouseOver=\'ShowMenu(event,Product)\'>主要製品</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Jp_Foundry.asp" >主要設備</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Jp_Case.asp">品質管理</a>　'+IMG1+JsSkins+IMG2+'　');
document.write ('<a class="Top" href="Jp_Contact.asp">連絡方法</a>　　');

document.write ('&nbsp;&nbsp;</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

