document.ns = navigator.appName == "Microsoft Internet Explorer"
function doCouplet(){
	if((document.body.offsetWidth>800) && document.ns){	
	couplet_left.style.visibility='visible';
	couplet_right.style.visibility='visible';	  
	  couplet_left.style.top=0;
	  couplet_left.style.left=5;
	  couplet_right.style.top=100;
	  couplet_right.style.right=5;
	}
}
document.write("<DIV id=couplet_left style=\"Z-INDEX: 1; LEFT: 5px; VISIBILITY: visible; POSITION: absolute; TOP: 10px\">\<param name=\"wmode\" value=\"transparent\"\><EMBED id=sinadl pluginspage=http:\/\/www.macromedia.com\/go\/getflashplayer src=files/sw1.swf width=100 height=300 type=application\/x-shockwave-flash wmode=\"transparent\" quality=\"high\"><\/EMBED> <\/DIV> ");
document.write("<DIV id=couplet_right style=\"Z-INDEX: 1; RIGHT: 5px; VISIBILITY: visible; POSITION: absolute; TOP: 10px\"><param name=\"wmode\" value=\"transparent\"><EMBED id=sinadl pluginspage=http:\/\/www.macromedia.com\/go\/getflashplayer src=files/sw2.swf width=100 height=300 type=application\/x-shockwave-flash wmode=\"transparent\" quality=\"high\"><\/EMBED> <\/DIV> ");
document.write("");