var rightbar;
var coupletcode;
rightbar = window.screen.width-122;

coupletcode = "<DIV id=leftbar style='LEFT: 5px; POSITION: absolute; TOP: 110px; VISIBILITY: hidden;' width=130>32</div><DIV id=rightbar style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 110px; VISIBILITY: hidden' width=130>32</div>";

if (window.screen.width>=1024)
{
document.write(coupletcode);
}

function InsertCouplet()
{
if (window.screen.width>=1024){	
document.getElementById("leftbar").style.visibility = "visible";
document.getElementById("rightbar").style.visibility = "visible";
document.getElementById("leftbar").innerHTML = "<a href=http://www.hzzsj.gov.cn/DongInfo.asp?Id=20#><img src=http://www.hzzsj.gov.cn/images/gg-100224.jpg width=100 height=300 border=0></a>";
document.getElementById("rightbar").innerHTML = "<a href=http://www.hzzsj.gov.cn/DongInfo.asp?Id=20#><img src=http://www.hzzsj.gov.cn/images/gg-100224.jpg width=100 height=300 border=0></a>";

}
}
	InsertCouplet();
	function leftBG_DoFSCommand(command,args){
		if (command == "quit"){
			document.all.leftbar.style.visibility = "hidden";
			document.all.rightbar.style.visibility = "hidden";
		}
	}
	function rightBG_DoFSCommand(command,args){
		leftBG_DoFSCommand(command,args);
	}
	<!--
	if (document.all){
		document.write("<Script language=\"JavaScript\" For=\"rightB\" Event=\"FSCommand(command,args)\">\n");
		document.write("	leftBG_DoFSCommand(command,args);\n");
		document.write("</Script>\n");
		document.write("<Script language=\"JavaScript\" For=\"leftB\" Event=\"FSCommand(command,args)\">\n");
		document.write("	rightBG_DoFSCommand(command,args);\n");
		document.write("</Script>\n");
	}
	//-->
