hovercolor = "#CEDEEF"; 
     bgcolor = "#FFFFFF"; 
     background = "#0D569D";  
     
     menu_border = 1; 
     border_color = "#65A310"; 
     
     arrow_pic = "/_default/images/menuarrow_r.gif"; 
 
 //////////////////////////////////////////////////////
     No3 = (parseInt(navigator.appVersion) > 3) ? 1:0;
     layer = (document.all && No3) ? "document.all['L'+menu].style" : (document.layers && No3) ? "document.layers['L'+menu]" : 0;
     var timer;
 
 function JavaM() {
  if(layer) {
     if(timer) clearTimeout(timer);
     for(menu=0; menu<Layer.length; menu++) { if(Layer[menu]) { eval(layer).visibility = "hidden"; } }
     for(i=0; i<arguments.length; i++) { menu=arguments[i]; eval(layer).visibility = "visible";}
  } 
 }
 
 function Hide() { timer = setTimeout("JavaM()", 500); }
 
 
 function LayerSpecs(Left,Top,Width) { if(No3) {
     if(document.all) { Top+=0; Left+=0; Width-=0; }
     this.left = Left;
     this.top = Top;
     this.info = "";
     T=0;
    
     for(i=3; i<arguments.length; i++) {
         if(document.all) { this.info += "<TR bgcolor=#FFFFFF><TD WIDTH="+Width+" height=23 onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\"\"'>"+arguments[i]+"</TD></TR>"; }
         else {break;}
         T+=20;
     }
 } }
 
 Layer = new Array();
 arrow = "<IMG SRC='"+arrow_pic+"' BORDER=0 >";
 
 //////////////////////////////////////////////
  Layer[0] =    new LayerSpecs(150,140, 122,
			 '<a href="about.asp"><IMG SRC="image/1.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',
             '<A style="color:#000000;text-decoration:none;" HREF="about.asp" onMouseOver="JavaM(0)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;企业简介</font></A> ',
		             '<A style="color:#000000;text-decoration:none;" HREF="equip.asp" onMouseOver="JavaM(0)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;生产现场</font></A> ',
		             '<A style="color:#000000;text-decoration:none;" HREF="zc.asp" onMouseOver="JavaM(0)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;企业理念</font></A> ',
	    '<A style="color:#000000;text-decoration:none;" HREF="contact.asp" onMouseOver="JavaM(0)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;联系我们</font></A> ');
 
 
  Layer[1] =    new LayerSpecs(245,140, 132,
			 '<a href="product.asp"><IMG SRC="image/2.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',

	    '<A style="color:#000000;text-decoration:none;" HREF="product.asp" onMouseOver="JavaM(1)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;产品展示</font></A> ',
	    '<A style="color:#000000;text-decoration:none;" HREF="qyyj.asp" onMouseOver="JavaM(1)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;企业业绩</font></A> ');



 Layer[3] =    new LayerSpecs(550,140,122,
			 '<a href="job.asp"><IMG SRC="image/13.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',
             '<A style="color:#000000;text-decoration:none;" HREF="jobs.asp" onMouseOver="JavaM(3)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;人才策略</font></A> ',
			 '<A style="color:#000000;text-decoration:none;" HREF="job.asp" onMouseOver="JavaM(3)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;招聘信息</font></A> ');
 
 Layer[2] =    new LayerSpecs(340,140,122,
			 '<a href="news.asp"><IMG SRC="image/3.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',
             '<A style="color:#000000;text-decoration:none;" HREF="otype.asp?owen1=企业新闻" onMouseOver="JavaM(2)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;公司新闻</font></A> ',
			 '<A style="color:#000000;text-decoration:none;" HREF="otype.asp?owen1=业内资讯" onMouseOver="JavaM(2)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;行业资讯</font></A> ');
 

			 
 Layer[4] =    new LayerSpecs(900,140,122,
 			 '<a href="jobs.asp"><IMG SRC="webimages/abc006.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',
             '<A style="color:#000000;text-decoration:none;" HREF="job.asp" onMouseOver="JavaM(4)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;人才招聘</font></A> ',
			 '<A style="color:#000000;text-decoration:none;" HREF="jobs.asp" onMouseOver="JavaM(4)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;人才策略</font></A> ');
			 
 Layer[6] =    new LayerSpecs(800,140,122,
 			 '<a href="feedback.asp"><IMG SRC="webimages/abc007.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',
			 '<A style="color:#000000;text-decoration:none;" HREF="feedback.asp" onMouseOver="JavaM(6)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;客户留言</font></A> ',
			 '<A style="color:#000000;text-decoration:none;" HREF="bbs/default.asp" onMouseOver="JavaM(6)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;企业论坛 <font color="red">New</font></font></A> ');
 
Layer[5] =    new LayerSpecs(880,140,122,
 			 '<a href="contact.asp"><IMG SRC="webimages/abc008.gif" WIDTH="122" HEIGHT="59" BORDER="0"></a>',
			 '<A style="color:#000000;text-decoration:none;" HREF="contact.asp" onMouseOver="JavaM(5)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;联系我们</font></A> ',
		     '<A style="color:#000000;text-decoration:none;" HREF="mailto:info@china-jes.cn" onMouseOver="JavaM(5)"><font face=sinsum color=#336699>&nbsp;&nbsp;&nbsp;&nbsp;发送邮件</font></A> ');
 
 ////////////////////////////////////////////////////////////////
 
 j = (Layer[0]) ? 0:1;
 
 for(i=j; i<Layer.length; i++) {
     if(document.all && No3) { document.write("<SPAN onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden; background:"+background+"; top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE"+" border=0 cellspacing=1 cellpadding=0 "+ border_color+"'>"+Layer[i].info+"</TABLE></SPAN>"); }
     else if(document.layers && No3) { document.write("<LAYER onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' POSITION=ABSOLUTE VISIBILITY=HIDDEN BGCOLOR='"+bgcolor+"' BACKGROUND='"+background+"' TOP="+Layer[i].top+" LEFT="+Layer[i].left+"><table>"+Layer[i].info+"</table></LAYER>"); }
 }

