// flash_docwrite.js
e = canResizeFlash();
document.write('<object id="flashid" style="width:800px; height:700px;" data="interface.swf" type="application/x-shockwave-flash">');
document.write('<param name="movie" value="interface.swf" />');
document.write('<param name="FlashVars" value="allowResize='+e+'" />');
document.write('</object>');
