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='Company location'  onClick=window.open('companymap.html','','width=700,height=500,scrollbars=1'); >&nbsp;&nbsp;<font style='font:normal 7pt' color=bule >No.89 Chung Hwa Road Min-Hsiung Industrial District Chia-Yi Hsien, 621, Taiwan R.O.C.&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 7pt' color=green >&copy;NITTOBO ASCO Glass Fiber Co., Ltd.&nbsp;&nbsp;All Rights Reserved</font>&nbsp;&nbsp;<font style='font:normal 8pt' color=blue >Last Update:2005/12/07</font></td></tr>\n";
	CopyRightHTMLstr += "</table>\n";
	document.writeln(CopyRightHTMLstr);
}
