function writeTop(path){
	nowdate= new Date();
	document.write('<div id="Layer1"  style="height:22px; z-index:3">');
	document.write('<table  width="800" border="0" background='+path+'images/002.gif>');
	document.write('<tr >');
	document.write('<td><font color=red><div align="center">');
	with (nowdate){                                                                
	document.write (getYear()+"年"+(getMonth()+1)+"月"+getDate()+"日");
	} 
	document.write('</div></td>');
	//document.write('<td width=12%><a href="'+path+'index.asp"><font color=white>首页</font></a></td>');
        document.write('<td width=12%><a href="'+path+'gsjs/gsjs.asp"><font color=white>关于我们</font></a></td>');
	document.write('<td width=12%><a href="'+path+'cpxi/cpxiz.asp"><font color=white>产品信息</font></a></td>');
	document.write('<td width=12%><a href="'+path+'jjfa/jjfa.asp"><font color=white>技术支持</font></a></td>');
        document.write('<td width=12%><a href="'+path+'xinpin/xinpin.asp"><font color=white>新品发布</font></a></td>');
	document.write('<td width=12%><a href="'+path+'lxwm.asp"><font color=white>联系我们</font></a></td>');
	document.write('<td width=12%><a href="'+path+'zyxz/zyxz.asp"><font color=white>诚聘英才</font></a></td>');
	document.write('<td width=10%><a href="'+path+'jxwl.asp"><font color=white>OEM/ODM</font></a></td>');
	//document.write('<td width=12%><a href="'+path+'english/index.asp"><font color=yellow><b>English</b></font></a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');
}

function writeButtom(path){
	nowdate= new Date();
	document.write('<div id="Layer6" style="height:23px; z-index:4">');
	document.write('<hr color=blue size=2>');
	document.write('<table width="500" align=center border="0" >');
	document.write('<tr>');

	//document.write('<td width=12%><div align="center"><a href="'+path+'index.asp">首页</a></div></td>');
	document.write('<td width=12%><div align="center"><a href="'+path+'gsjs/gsjs.asp">关于我们</a></div></td>');
	document.write('<td width=12%><div align="center"><a href="'+path+'cpxi/cpxiz.asp">产品信息</a></div></td>');
	document.write('<td width=12%><div align="center"><a href="'+path+'jjfa/jjfa.asp">技术支持</a></div></td>');
        document.write('<td width=12%><div align="center"><a href="'+path+'xinpin/xinpin.asp">新品发布</a></div></td>');
	document.write('<td width=12%><div align="center"><a href="'+path+'lxwm.asp">联系我们</a></div></td>');
	document.write('<td width=12%><div align="center"><a href="'+path+'zyxz/zyxz.asp">诚聘英才</a></div></td>');
	document.write('<td width=10%><div align="center"><a href="'+path+'jxwl.asp">OEM.ODM</a></div></td>');
	//document.write('<td width=12%><div align="center"><a href="'+path+'english/index.asp">English</a></div></td>');
	
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');

}