document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+cFlashVersion+'" width="'+nWidth+'" height="'+nHeight+'" id="'+cFlashID+'" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="'+cFlashBGColor+'" />');
document.write('<param name="movie" value="'+cFlashPath+cURLparams+'" />');
document.write('<embed ');
document.write('src="'+cFlashPath+cURLparams+'" ');
document.write('quality="high" bgcolor="'+cFlashBGColor+'" ');
document.write('width="'+nWidth+'" height="'+nHeight+'" name="'+cFlashID+'" ');
document.write('align="middle" allowScriptAccess="sameDomain" ');
document.write('type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');