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("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");
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="../images/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="../images/top.swf">')
document.write('        <param name=quality value=high>')
document.write('        <param name="wmode" value="transparent">')
document.write('        <embed src="../images/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="150" height="25"><div align="center">')
document.write('        <font color=#CCCCCC>'+getFullYear(today)+'/'+isnMonths[today.getMonth()]+today.getDate()+'/ '+isnDays[today.getDay()] +'</font>')       
document.write('	</div></td>')
document.write('    <td align=middle> ')
document.write('      <table width="98%" height="100%" border="0" cellpadding="0" cellspacing="0">')
document.write('        <tr> ')
document.write('          <td onmouseout=this.style.backgroundColor="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="../default.htm" class="tt3">首页</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="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="company.htm" class="tt3">公司简介</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="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="products.htm" class="tt3">产品展示</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="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="rm.htm" class="tt3">热敏电阻</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="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="ym.htm" class="tt3">压敏电阻热敏电阻</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="#333333" onmouseover=this.style.backgroundColor="#666666">') 
document.write('            <div align="center"><a href="gm.htm" class="tt3">光敏电阻</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="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="feedback.htm" class="tt3">PTC自恢复保险丝</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="#333333" onmouseover=this.style.backgroundColor="#666666"> ')
document.write('            <div align="center"><a href="../en/company.htm" class="tt3">English</a></div>')
document.write('          </td>')
document.write('        </tr>')
document.write('      </table>')
document.write('	  </td>')
document.write('  </tr>')
document.write('  </tbody> ')
document.write('</table>')
