beone_flashCode = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+ beone_width +'" height="'+ beone_height +'" align="middle">';
beone_flashCode += '<param name="allowScriptAccess" value="always" />';
beone_flashCode += '<param name="movie" value="'+ beone_swfLocation +'" />';
if (window.beone_wmode !== undefined) { 
  beone_flashCode += '<param name="wmode" value="' + beone_wmode + '" />';
  }
beone_flashCode += '<param name="quality" value="high" />';
beone_flashCode += '<param name="bgcolor" value="'+ beone_swfBg +'" />';
beone_flashCode += '<embed src="'+ beone_swfLocation +'" quality="high" bgcolor="'+ beone_swfBg +'" width="'+ beone_width +'" height="'+ beone_height +'" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
if (window.beone_wmode !== undefined) {
  beone_flashCode += 'wmode="' + beone_wmode + '"';
  }
beone_flashCode += '/></embed>';
beone_flashCode += '</object>';

document.write(beone_flashCode);




