

document.write("<DIV id=couplet_left style='Z-INDEX: 1; VISIBILITY: hidden; POSITION: absolute'>")
document.write("<EMBED id=CoupletClose pluginspage=http://www.macromedia.com/go/getflashplayer ")
document.write("src=File_left.swf width=100 height=300 ")
document.write("type=application/x-shockwave-flash wmode='opaque' quality='high'>")
document.write("</EMBED>")
document.write("</DIV>")

document.write("<DIV id=couplet_right style='Z-INDEX: 1; VISIBILITY: hidden; POSITION: absolute'>")
document.write("<EMBED id=CoupletClose pluginspage=http://www.macromedia.com/go/getflashplayer ")
document.write("src=File_right.swf width=100 height=300 ")
document.write("type=application/x-shockwave-flash wmode='opaque'  ")
document.write("quality='high'>")
document.write("</EMBED> ")
document.write("</DIV>")


var MSIE=navigator.userAgent.indexOf('MSIE');
var OPER=navigator.userAgent.indexOf('Opera');
function doCouplet(){
	if((document.body.offsetWidth>800) && MSIE!=-1 && OPER==-1)	{	
		couplet_left.style.visibility='visible';
		couplet_right.style.visibility='visible';	  
		couplet_left.style.top=50;
		couplet_left.style.left=5;
		couplet_right.style.top=50;
		couplet_right.style.right=5;
	}
}

try
{
	doCouplet();
}
catch(e)
{
	//doCouplet();
}	


