var rightbar;
var coupletcode;
var rightclose;
rightbar = window.screen.width-125;
rightclose = rightbar + 80;

coupletcode = "<DIV id=leftbar1 style='LEFT: 5px; POSITION: absolute; TOP: 40px; VISIBILITY: hidden;' width=100>1</div><DIV id=rightbar1 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 40px; VISIBILITY: hidden' width=100>1</div><DIV id=leftbar2 style='LEFT: 5px; POSITION: absolute; TOP: 355px; VISIBILITY: hidden;' width=100></div><DIV id=rightbar2 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 355px; VISIBILITY: hidden' width=100>1</div>";
coupletcode = coupletcode + "<div id=closeleft1 style='LEFT: 85px; POSITION: absolute; TOP: 40px; VISIBILITY: hidden;'>2</div><div id=closeleft2 style='LEFT: 85px; POSITION: absolute; TOP: 355px; VISIBILITY: hidden;'>2</div><div id=closeright1 style='LEFT: " + rightclose + "; POSITION: absolute; TOP: 40px; VISIBILITY: hidden;'></div><div id=closeright2 style='LEFT: " + rightclose + "; POSITION: absolute; TOP: 355px; VISIBILITY: hidden;'></div>"

if (window.screen.width>=1024)
{
document.write(coupletcode);
}

function InsertCouplet()
{
if (window.screen.width>=1024){	
document.getElementById("leftbar1").style.visibility = "visible";
document.getElementById("rightbar1").style.visibility = "visible";
document.getElementById("leftbar2").style.visibility = "visible";
document.getElementById("rightbar2").style.visibility = "visible";
document.getElementById("closeleft1").style.visibility = "visible";
document.getElementById("closeleft2").style.visibility = "visible";
document.getElementById("closeright1").style.visibility = "visible";
document.getElementById("closeright2").style.visibility = "visible";

document.getElementById("leftbar1").innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=leftB ALIGN=> <PARAM NAME=movie VALUE='images/bann.swf'> <PARAM NAME=quality VALUE=high><EMBED id=leftBG src='bann.swf' quality=high  WIDTH=100 HEIGHT=300 NAME=left ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
//document.getElementById("rightbar1").innerHTML = "<img src=images/zsgg_wy07.jpg width=100 height=300 border=0  usemap=#MapR1><map name=MapR1><area shape=rect coords=4,21,94,287 href=http://wljyxy.nbtvu.net.cn/sygxzsjz.htm target=_blank><area shape=rect coords=84,-2,99,16></map>";
document.getElementById("rightbar1").innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=rightB ALIGN=><PARAM NAME=movie VALUE='images/bann_yc10q.swf'><EMBED id=rightBG src='bann_yc10q.swf' quality=high  WIDTH=100 HEIGHT=300 NAME=right ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
//document.getElementById("leftbar2").innerHTML = "<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH=100 HEIGHT=300 id=leftB ALIGN=> <PARAM NAME=movie VALUE='images/crjy10c.swf'> <PARAM NAME=quality VALUE=high><EMBED id=leftBG src='crjy10c.swf' quality=high  WIDTH=100 HEIGHT=300 NAME=left ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
//document.getElementById("leftbar2").innerHTML = "<img src=images/zsgg_wy06.jpg width=100 height=300 border=0 usemap=#MapL2><map name=MapL2><area shape=rect coords=0,22,99,300 href=http://cjxy.nbtvu.net.cn/zs2009y/ target=_blank></map>";
//document.getElementById("rightbar2").innerHTML = "<img src=images/ddyjs.jpg width=100 height=300 border=0 usemap=#MapR2><map name=MapR2><area shape=rect coords=5,14,98,300 href=http://www.nbtvu.net.cn/jxxy/zs2.htm target=_blank>";
document.getElementById("rightbar2").innerHTML = "<img src=images/zsgg_wy08.jpg width=100 height=300 border=0 usemap=#MapR2><map name=MapR2><area shape=rect coords=5,14,98,300 href=http://www.nbtvu.net.cn/jxxy/zs3.htm target=_blank></map>";
document.getElementById("closeleft1").innerHTML = "<a id='c1' onClick=\"closediv('leftbar1','closeleft1');\"><img src=images/close.gif width=20 height=20 border='0'></a>";
document.getElementById("closeleft2").innerHTML = "<a id='c2' onClick=\"closediv('leftbar2','closeleft2');\"><img src=images/close.gif width=20 height=20 border='0'></a>";
document.getElementById("closeright1").innerHTML = "<a id='c3' onClick=\"closediv('rightbar1','closeright1');\"><img src=images/close.gif width=20 height=20 border='0'></a>";
document.getElementById("closeright2").innerHTML = "<a id='c4' onClick=\"closediv('rightbar2','closeright2');\"><img src=images/close.gif width=20 height=20 border='0'></a>";
}
}
	InsertCouplet();
	function leftBG_DoFSCommand(command,args){
		if (command == "quit"){
			leftbar1.style.display = "none";
		}
	}
	function rightBG_DoFSCommand(command,args){
		leftBG_DoFSCommand(command,args);
	}
	function closediv(targetid1,targetid2){
	  var targetid1=document.getElementById(targetid1);
      var targetid2=document.getElementById(targetid2)
	  
	  targetid1.style.display = "none";
	  targetid2.style.display = "none";
	}
	<!--
	if (document.all){
		document.write("<Script language=\"JavaScript\" For=\"leftB\" Event=\"FSCommand(command,args)\">\n");
		document.write("	rightBG_DoFSCommand(command,args);\n");
		document.write("</Script>\n");
	}
	//-->