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 >最後更新日期:2009/10/07</font></td></tr>\n";
	CopyRightHTMLstr += "</table>\n";
	document.writeln(CopyRightHTMLstr);
}
