function BuildFoot_chn()
{
document.write("<table border='0' width=650>");
document.write("  <tr>");
document.write("    <td width=750 bgcolor=#000000 colspan=3></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td align=right width=100 valign=middle><img src=http://www.byauto.com.cn/images/logo_lb_10040.gif width=100 height=40></td>");
document.write("    <td width=400>E-mail:<a href=mailto:info@byauto.com.cn>info@byauto.com.cn</a> http://<a target=_blank href=http://www.byauto.com.cn>www.byauto.com.cn</a>");
document.write("    &nbsp;&nbsp;&nbsp; <br>地址：青岛市海尔路57号1号楼（主楼）2层&nbsp;&nbsp; 邮编：266101<br>");
document.write("    电话：(86)-532-88913950, 88915175, 85849015<br>");
document.write("    传真：(86)-532-80663528");
document.write("    </td>");
document.write("    <td width=150>");
document.write("        <a href='http://download.alexa.com/?amzn_id=beiyangelectr-20' target='_blank'>下载免费Alexa工具条，即时得到访问站点的全球排名。<br>");
document.write("        <img src='/images/toolbar_ad_siteinfo.gif' width=145 height=25 border=0></a>");
document.write("    </td>");
document.write("  </tr>");
document.write("</table>");
}
function BuildFoot_eng()
{
document.write("<table width='600' border='0' cellspacing='0' cellpadding='0' align='center'>");
document.write("<tr bgcolor='#F0F0F0' align='center'>");
//document.write("<td height='23' class='white9'><font color='#FFFFFF'>| <a href='/default.asp'>返回首页</a> | <a href='/company/index.htm'>公司介绍</a> | <a href='/bbs/techforum/index.asp'>技术论坛</a> | <a href='/service/index.asp'>客户服务</a> | <a href='/service/saleadd.asp'>销售网点</a> | <a href='/hr/index.htm' target='_blank'>人才招聘</a> |</font></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td> ");
document.write("<hr size='1' width='80%'>");
document.write("</td>");
document.write("</tr>");
document.write("<tr align='center'> ");
document.write("<td><b>Beiyang Electric Apparatus Factory</b><br>");
document.write("Address: Floor 2, Building 1, Haier road 57, Hi-Tech Industrial Park, Qingdao, P.R.China &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("Post Code: 266101 <br>");
document.write("Tel: +86-532-88913950, 88915175, 85849015 &nbsp;&nbsp;FAX: +86-532-80663528&nbsp;&nbsp;");
document.write("Email:<a href='mailto:info@byauto.com.cn' class='dark9'>info@byauto.com.cn</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td>&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
}