<!--
function initArray()
{for(i=0;i<initArray.arguments.length;i++)
this[i]=initArray.arguments[i];
}
var isnMonths=new initArray("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var isnDays=new initArray("星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日");
today=new Date();
hrs=today.getHours();
min=today.getMinutes();
sec=today.getSeconds();clckh=""+((hrs>12)?hrs-12:hrs);
clckm=((min<10)?"0":"")+min;
clcks=((sec<10)?"0":"")+sec;
clck=(hrs>=12)?"下午":"上午";
var stnr="";
var ns="0123456789";
var a="";

function getFullYear(d)
{
yr=d.getYear();if(yr<1000)
yr+=1900;return yr;
}

//-->

document.write('<table width="776" border="0" cellspacing="0" cellpadding="0" align="center">')
document.write('  <tr> ')
document.write('    <td bgcolor="#FFCC00" height="2"></td>')
document.write('  </tr>')
document.write('  <tr>')
document.write('    <td height="120" background="image/top.jpg">')
document.write('	 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="776" height="120">')
document.write('        <param name=movie value="image/top.swf">')
document.write('        <param name=quality value=high>')
document.write('        <param name="wmode" value="transparent">')
document.write('        <embed src="image/top.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="776" height="120" wmode="transparent">')
document.write('        </embed> ')
document.write('      </object></td>')
document.write('  </tr>')
document.write('</table>')
document.write('<table cellspacing=0 cellpadding=0 width=776 align=center bgcolor=#333333 border=0>')
document.write('  <tbody> ')
document.write('  <tr> ')
document.write('    <td bgcolor=#ff9900 colspan=5 height=5></td>')
document.write('  </tr>')
document.write('  <tr> ')
document.write('    <td align=middle width="223" height="25"> ')
document.write('      <div align="center">')
document.write("        <font color=#CCCCCC>现在时间："+getFullYear(today)+"年"+isnMonths[today.getMonth()]+today.getDate()+"日 "+isnDays[today.getDay()] +"</font>")
document.write('      </div>')
document.write('    </td>')
document.write('    <td align=middle width="553"> ')
document.write('      <table width="100%" border="0" cellspacing="0" cellpadding="0">')
document.write('        <tr> ')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="index.htm" class="tt1">公司首页</a></div>')
document.write('          </td>')
document.write('          <td> ')
document.write('            <div align="center"><font color="#FFFFFF">｜</font></div>')
document.write('          </td>')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="company.htm" class="tt1">公司简介</a></div>')
document.write('          </td>')
document.write('          <td> ')
document.write('            <div align="center"><font color="#FFFFFF">｜</font></div>')
document.write('          </td>')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="product.htm" class="tt1">产品展示</a></div>')
document.write('          </td>')
document.write('          <td> ')
document.write('            <div align="center"><font color="#FFFFFF">｜</font></div>')
document.write('          </td>')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666">') 
document.write('            <div align="center"><a href="aboutus.htm" class="tt1">公司一览</a></div>')
document.write('          </td>')
document.write('          <td> ')
document.write('            <div align="center"><font color="#FFFFFF">｜</font></div>')
document.write('          </td>')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="feedback.htm" class="tt1">客户反馈</a></div>')
document.write('          </td>')
document.write('          <td> ')
document.write('            <div align="center"><font color="#FFFFFF">｜</font></div>')
document.write('          </td>')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="contact.htm" class="tt1">联系我们</a></div>')
document.write('          </td>')
document.write('          <td onmouseout=this.style.backgroundColor="#000000" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><font face="Arial, Helvetica, sans-serif"><a href="en/company.htm" class="tt1">English</a></font></div>')
document.write('          </td>')
document.write('        </tr>')
document.write('      </table>')
document.write('    </td>')
document.write('  </tr>')
document.write('  </tbody> ')
document.write('</table>')
