function fWriteSwf(strUrl, intWidth, intHeight, idx) {
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+intWidth+'" height="'+intHeight+'" ID="Shockwaveflash1" VIEWASTEXT>');
	document.write('<param name="allowScriptAccess" value="always"/>');
	document.writeln('<param name="movie" value="'+strUrl+'">');
	document.writeln('<param name="FlashVars" value="idx='+idx+'">');
	document.writeln('<param name="wmode" Value="Transparent">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<embed src="'+strUrl+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+intWidth+'" height="'+intHeight+'"></embed></object>');
}

function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;

