function showCopyRight()
{
	CopyRightHTMLstr = "";
	CopyRightHTMLstr += "<table border='0' cellpadding='0' cellspacing='0' width='775px'>\n";
	CopyRightHTMLstr += "<tr height='24px'><td bgcolor='#a6ffa9' vAlign='middle' align='center'><img src='../images/map.gif' border='0' style='cursor:hand' alt='公司位置' onClick=window.open('companymap.html','','width=700,height=500,scrollbars=1'); >&nbsp;&nbsp;<font style='font:normal small-caps 8pt' color=bule >621 嘉义县民雄乡民雄工业区中华路89号&nbsp;&nbsp;&nbsp;&nbsp;TEL:886-5-2219340&nbsp;&nbsp;&nbsp;&nbsp;FAX:886-5-2215655</font></td></tr>\n";
	CopyRightHTMLstr += "<tr height='24px'><td vAlign='middle' align='center'><font style='font:normal small-caps 8pt' color=green >&copy;福隆玻璃纤维股份有限公司&nbsp;&nbsp;版权所有</font>&nbsp;&nbsp;<font style='font:normal small-caps 8pt' color=blue >最后更新日期:2005/12/07</font></td></tr>\n";
	CopyRightHTMLstr += "</table>\n";
	document.writeln(CopyRightHTMLstr);
}
