// outerFlashIntro.js
document.write('<object id="main_banner_200" \
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" \
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" \
WIDTH="185" HEIGHT="200">');

document.write('<PARAM NAME=movie VALUE="/flash/main_banner_200.swf">');
document.write('<PARAM NAME=menu VALUE=false>');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
document.write('<embed name="main_banner_200" src="/flash/main_banner_200.swf" menu=false quality=high wmode=transparent bgcolor=#FFFFFF  WIDTH=185 HEIGHT=200 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object>');
