if(object_width) var width_str='width='+object_width;
if(object_height) var height_str='height='+object_height;

document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">');
document.write('<param name="movie" value="'+object_url+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="menu" value="false">');
document.write('<embed src="'+object_url+'" '+width_str+' '+height_str+' pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">');
document.write('</embed>');
document.write('</object>');
