// JavaScript Document
// Start Flash Div
document.write('<div id="flashcontent" style="width:780px; height:300px;">');
//
e = canResizeFlash();
document.write('<object data="intro.swf" width="100%" height="100%" type="application/x-shockwave-flash">');
document.write('<param name="movie" value="intro.swf" />');
document.write('<param name="FlashVars" value="allowResize='+e+'" />');
document.write('<param name="BGCOLOR" value="#000000" />');
document.write('<param name="menu" value="false" />');
document.write('Flash Movie With Resizing Content');
document.write('</object>');
// End Flash Div
document.write('</div>');