function swf(src, id, w, h, t, m){
 var s = '';
 var s_id = '';
 var s_t = '';
 (id == "") ? s_id="swf" : s_id = id;
 (t == "Y") ? s_t = '<param name="wmode" value="transparent">' : s_t='';
 (m == "Y") ? m = 'true' : m = 'false';

 s += '<object type="application/x-shockwave-flash" ';
 s += 'classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ';
 s += 'codebase="http://fpdownload.macromedia.com/';
 s += 'pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"';
 s += 'id="'+s_id+'" width="'+w+'" height="'+h+'">';
 s += '<param name="movie" value="'+src+'">';
 s += '<param name="quality" value="high">';
 s += s_t;
 s += '<param name="menu" value="'+m+'">';
 s += '<param name="swliveconnect" value="true">';

 s += '<embed src="'+src+'" quality="high" menu="'+m+'" ';
 s += 'width="'+w+'" height="'+h+'" swliveconnect="true" ';
 s += 'id="'+s_id+'" name="'+s_id+'" type="application/x-shockwave-flash" ';
 s += 'pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';

 s += '<\/object>';
 document.write(s);
}


function bluring()
{
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")document.body.focus();
}
document.onfocusin=bluring);
}
document.onfocusin=bluring
