function WriteFlashTags(url, width, height) {
 document.write('<div style="z-index:0;margin:0px;padding:0px;width:100%;overflow:hidden"><OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 height='+height+' width='+width+' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="_cx" VALUE="19659"><PARAM NAME="_cy" VALUE="8467"><PARAM NAME="FlashVars" VALUE=""><PARAM NAME="Movie" VALUE="'+url+'"><PARAM NAME="Src" VALUE="'+url+'"><PARAM NAME="WMode" VALUE="transparent"><!--PARAM NAME="Play" VALUE="-1"><PARAM NAME="Loop" VALUE="-1"--><PARAM NAME="Quality" VALUE="High">');
 document.write('<EMBED src="'+url+'" wmode=transparent menu=false quality=high WIDTH='+width+' HEIGHT='+height+'TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
 document.write('</OBJECT></div>');
}





