document.write('<object id="MagReader" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+ swfWidth +'" height="'+ swfHeight +'">');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="movie" value="'+ swfScr  +'">');
document.write('<param name="quality" value="high">');
document.write('<param name="SCALE" value="exactfit">');
document.write('<PARAM name="bgcolor" value="'+ bgColor +'">');
document.write('<PARAM name="wmode" value="'+ wmode +'">');
document.write('<PARAM name="salign" value="lt" />');
document.write('<param name="allowFullScreen" value="true" />');
document.write('<embed src="'+ swfScr  +'" name="MagReader"  quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" allowScriptAccess="always" allowFullScreen="true" swLiveConnect="true" type="application/x-shockwave-flash" width="'+ swfWidth +'" height="'+ swfHeight +'" salign="lt">');
document.write('</embed>');
document.write('</object>');