document.writeln("<table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr>");
document.writeln("<td bgcolor=\"#ededed\">");
document.writeln("			<ilayer width=\"800\" height=\"22\" name=\"dep1\" bgColor=\"#EDEDED\">");
document.writeln("				<layer name=\"dep2\" width=\"800\" height=\"22\"><\/layer>");
document.writeln("			<\/ilayer>");
document.writeln("			<div align=\"right\" id=\"describe\" style=\"WIDTH:800px;HEIGHT:22px;BACKGROUND-COLOR:#ededed\"");
document.writeln("				onMouseover=\"clear_delayhide()\" onMouseout=\"resetit(event)\"><\/div>");
document.writeln("			<script language=\"JavaScript1.2\">");
document.writeln("");
document.writeln("var submenu=new Array()");
document.writeln("");
document.writeln("\/\/Set submenu contents. Expand as needed. For each content, make sure everything exists on ONE LINE. Otherwise, there will be JS errors.");
document.writeln(" ");
document.writeln("submenu[0]=\'<a href=\"about.aspx\" class=\"white2\" >公司简介<\/a> &nbsp;|&nbsp; <a href=\"companynews.aspx\"  class=\"white2\" >公司动态<\/a> &nbsp;|&nbsp; <a href=\"news.aspx\"  class=\"white2\" >行业新闻<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\'");
document.writeln("submenu[1]=\'<a href=\"product.aspx\"  class=\"white2\" >型号列表<\/a> &nbsp;|&nbsp; <a href=\"recommend.aspx\"  class=\"white2\" >推荐产品<\/a> &nbsp;|&nbsp; <a href=\"order.aspx\"  class=\"white2\" >订购产品<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\'");
document.writeln("submenu[2]=\'<a href=\"datasheet.aspx\"  class=\"white2\" >资料下载<\/a> &nbsp;|&nbsp;<a href=\"lore.aspx\"  class=\"white2\" >继电器知识<\/a> &nbsp;|&nbsp; <a href=\"manufacturer.aspx\"  class=\"white2\" >厂商介绍<\/a>&nbsp;&nbsp;\'");
document.writeln("submenu[3]=\'<a href=\"contact.aspx\"  class=\"white2\" >联系方式<\/a> &nbsp;|&nbsp; <a href=\"account.aspx\"  class=\"white2\" >汇款方式<\/a> &nbsp;|&nbsp;<a href=\"feedback.aspx\"  class=\"white2\" >客户反馈<\/a>&nbsp;&nbsp;\'");
document.writeln("");
document.writeln("\/\/Set delay before submenu disappears after mouse moves out of it (in milliseconds)");
document.writeln("var delay_hide=100");
document.writeln("");
document.writeln("var menuobj=document.getElementById? document.getElementById(\"describe\") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : \"\"");
document.writeln("");
document.writeln("function showit(which){");
document.writeln("clear_delayhide()");
document.writeln("thecontent=(which==-1)? \"\" : submenu[which]");
document.writeln("if (document.getElementById||document.all)");
document.writeln("menuobj.innerHTML=thecontent");
document.writeln("else if (document.layers){");
document.writeln("menuobj.document.write(thecontent)");
document.writeln("menuobj.document.close()");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("function resetit(e){");
document.writeln("if (document.all&&!menuobj.contains(e.toElement))");
document.writeln("delayhide=setTimeout(\"showit(-1)\",delay_hide)");
document.writeln("else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))");
document.writeln("delayhide=setTimeout(\"showit(-1)\",delay_hide)");
document.writeln("}");
document.writeln("");
document.writeln("function clear_delayhide(){");
document.writeln("if (window.delayhide)");
document.writeln("clearTimeout(delayhide)");
document.writeln("}");
document.writeln("");
document.writeln("function contains_ns6(a, b) {");
document.writeln("while (b.parentNode)");
document.writeln("if ((b = b.parentNode) == a)");
document.writeln("return true;");
document.writeln("return false;");
document.writeln("}");
document.writeln("");
document.writeln("			<\/script>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("")