
/*
transparent
*/
function CreatePageTail(){
	var str = "<style>";
	str += "	.PageTailLogo{ width:200px; height:50px; text-align:right; background:transparent url(http://static.cga.com.cn/Logo/logo130x47.png) no-repeat right;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://static.cga.com.cn/Logo/logo130x47.png');_background:none;}";
	str += "	.PageTailbj{ width:200px; height:58px; text-align:right; /*background:transparent url(http://static.cga.com.cn/Common/images/shcyberpolice.gif) no-repeat right*/}";
	str += "	.PageTailLinks{ margin:15px 0 0 15px; font-size:12px; font-family:verdana;}";
	str += "	.PageTailLinks .copyright{ font-size:11px; display:block; margin-top:20px; font-family:verdana; line-height:1.8; }";
	str += "</style>";
	str += "<div style=\"float:left;\">";
	str += "	<div class=\"PageTailbj\"><!--a href=\"http://sh.cyberpolice.cn\" target=\"_blank\"><img src=\"http://static.cga.com.cn/Common/images/blank.gif\" width='50' hei='50' border='0'></a--></div>";
	str += "	<div class=\"PageTailLogo\"></div>";
	str += "</div>";
	str += "<div style=\"float:left;\" class=\"PageTailLinks\">";
	str += "	<a href=\"http://www.cga.com.cn/Corporation/Aboutus.html\" target=\"_blank\">关于我们</a>&nbsp;┊&nbsp;";
	str += "	<a href=\"http://www.cga.com.cn/Corporation/Contact.html\" target=\"_blank\">联系我们</a>&nbsp;┊&nbsp;";
	str += "	<a href=\"http://www.cga.com.cn/Corporation/CEOemail.html\" target=\"_blank\">CEO信箱</a>&nbsp;┊&nbsp;";
	str += "	<a href=\"http://www.cga.com.cn/Corporation/Cooperation.html\" target=\"_blank\">商务合作</a>&nbsp;┊&nbsp;";
	str += "	<a href=\"http://www.cga.com.cn/Corporation/Jobs.html\" target=\"_blank\">招聘信息</a>&nbsp;┊&nbsp;";
	str += "	<a href=\"http://kf.sdo.com/gamearea/Default.aspx?type=7\" target=\"_blank\">客户服务</a>";
	str += "	<span class=\"copyright\">";
	str += "		上海浩方在线信息技术有限公司 版权所有 <br />";
	str += "		Copyright&copy;2011 www.cga.com.cn All Rights Reserved <br />";
	str += "		增值电信业务经营许可证沪B2-20030076 沪网文[2011]0440-045号 互联网出版经营许可证 新出网证(沪)字002号 <br />";
	str += "	</span>";
	str += "</div>";
	str += "<div style=\"float:left; height:108px; \">";
	str += "	<a href='http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20111012101417656' target='_blank'>";
	str += "	<img src='http://static.cga.com.cn/logo/ele_licence.gif' border='0' style='margin-top:60px; margin-left:10px;'>";
	str += "	</a>";	
	str += "</div>";
	str += "<div style=\"clear:both\"></div>";
	
	document.write(str);
}


/*仅显示公司版权等信息，没有连接菜单*/
function CreatePageTail2(){
	var str = "<style>";
	str += "	.PageTailLogo{ width:200px; height:50px; margin-top:15px; text-align:right; background:transparent url(http://static.cga.com.cn/Logo/logo130x47.png) no-repeat right;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://static.cga.com.cn/Logo/logo130x47.png');_background:none;}";
	str += "	.PageTailLinks{ margin:0 0 0 15px; font-size:12px; font-family:verdana;}";
	str += "	.PageTailLinks .copyright{ font-size:11px; display:block; margin-top:20px; font-family:verdana; line-height:1.8; }";
	str += "</style>";
	str += "<div style=\"float:left;\">";
	str += "	<div class=\"PageTailLogo\"></div>";
	str += "</div>";
	str += "<div style=\"float:left;\" class=\"PageTailLinks\">";
	str += "	<span class=\"copyright\">";
	str += "		上海浩方在线信息技术有限公司 版权所有 <br />";
	str += "		Copyright&copy;2011 www.cga.com.cn All Rights Reserved <br />";
	str += "		增值电信业务经营许可证沪B2-20030076 沪网文[2011]0440-045号 互联网出版经营许可证 新出网证(沪)字002号 <br />";
	str += "	</span>";
	str += "</div>";
	str += "<div style=\"clear:both\"></div>";
	
	document.write(str);
}


