function flashObj(URL,width,height){
document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+width+'" height="'+height+'" id="via" align="middle">')
document.writeln('<param name="allowScriptAccess" value="*" />')
document.writeln('<param name="wmode" value="transparent" />')
document.writeln('<param name="movie" value="'+URL+'" />')
document.writeln('<param name="quality" value="high" />')
document.writeln('<embed src="'+URL+'" quality="high" wmode="transparent" width="'+width+'" height="'+height+'" name="via" align="middle" allowScriptAccess="*" type="application/x-shockwave-flash" />')
document.writeln('</object>')
}
