function EmbedFlash(swf){

    // Main Flash animation - XHTML 1.0 compliant workaround for IE and Firefox
    //(write as javascript rather then embed HTML))

document.write('<param name="wmode" value="opaque">'); 
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="main01" width="1024" height="768">');
document.write('<param name="movie" value="/swf/'+swf+'"/>');
document.write('<param name="quality" value="high"/>');
document.write('<param name="base" value="/"/>');
document.write('<param name="loop" value="false"/>');
document.write('<param name="wmode" value="opaque">'); 
document.write('<param name="" value="true"/>');
document.write('<param name="bgcolor" value="#000000"/>');
document.write('<embed type="application/x-shockwave-flash" src="/swf/'+swf+'" width="1024" height="768"></embed>');
document.write('</object>'); 

}
