function PrintBottom() {  // 窍窜 皋春 免仿
	document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='500'>");
	document.writeln("<tr valign='top'>");
	document.writeln("	<td rowspan='9'><img src='/asset/img/space.gif' width='18' height='1'></td>");
	document.writeln("	<td width='100%' height='50'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td bgcolor='#8B8B8B'><img src='/asset/img/space.gif' width='1' height='1'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td>");
	document.writeln("		<table border='0' cellspacing='2' cellpadding='0' width='100%'>");
	document.writeln("		<tr align='center'>");
	document.writeln("			<td><font class='bottom-menu'><a href='index.htm'>首页</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("		<td><font class='bottom-menu'><a href='index.htm'>公司简介</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='Quality.htm'>品质管理 </a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='product.htm'>产品介绍</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='prokuang.htm'>生产情况 </a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='support.htm'>在线支持</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='contact.htm'>联系我们</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='../index.htm'>网站导航</a></td>");
	document.writeln("		</table>");
	document.writeln("	</td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td bgcolor='#8B8B8B'><img src='/asset/img/space.gif' width='1' height='1'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td height='15'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td align='right'><font class='legal-notice'>Copyright 2000 by NAKAYAMA All rights reserved <br>");
		document.writeln("	<td height='20'></td>");
	document.writeln("</tr>");
	document.writeln("</table>");
}

function move_site(frm) {
    var myindex=frm.selectedIndex
    if (frm.options[myindex].value != null) {
				 window.open(frm.options[myindex].value);
    }
}

function FindIt() {
	document.SearchFrm.action = "stock.asp";
	document.SearchFrm.submit();
}
function FindIt1() {
	document.SearchFrm.action = "stock1.asp";
	document.SearchFrm.submit();
}
function FindIt2() {
	document.SearchFrm.action = "stock2.asp";
	document.SearchFrm.submit();
}
function LegalNotices() {
	document.location.href = "/legal_notices.html"
}

function SiteAward() {
	document.location.href = "/site_award.html"
}

