document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
document.write(' ID=roll WIDTH='+swfWidth+' HEIGHT='+swfHeight+'>');
//document.write('<PARAM NAME="wmode" value="transparent">');
document.write('<PARAM NAME="movie" VALUE="'+ swfName +'"> ');
document.write('<PARAM NAME="FlashVars" VALUE="'+ swfVars +'"> ');
document.write('<EMBED src='+ swfName +' ');
document.write(' WIDTH='+ swfWidth +' HEIGHT='+ swfHeight +'');
document.write(' FlashVars='+ swfVars +' ');
//document.write(' wmode="tansparent"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</EMBED>');
document.write('</OBJECT>');