function ShowCopyrightInfo(){
    with(document){
	write("<div align=center><font style='FONT-SIZE: 12px' color=#000000><br>");
        write("<hr size=1 width=68% color=#A1A1A1><br>");
	write("Copyright<sup>&copy;</sup> 2004 - 2010 All Rights Reserved<br>")
	write("<a href=http://www.fuwu.net.cn class=Channel target=_blank>中国服务网</a>&nbsp;版权所有")
        write("&nbsp;&nbsp;<a href=http://www.miibeian.gov.cn class=Channel target=_blank>京ICP备05036644号</a><br>");
        write("客服E-Mail：<a href=mailto:webmaster@fuwu.net.cn class=Channel>webmaster@fuwu.net.cn</a><br>");
        write("QQ交流群：①41060346、②43831359、③41104164、④20555567、⑤29222466");
	write("</font></div>");
    }
}
