var rndspecanticache=Math.floor(Math.random()*1000000000000);
var fld_scrwidth=0;
var fld_scrheight=0;
if (screen.width) {fld_scrwidth=screen.width;}
if (screen.height) {fld_scrheight=screen.height;}
var flashobj='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ' + 
    'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ' + 
    'width="100%" ' + 
    'height="100%" ' + 
    'id="shellmaster" ' + 
    'name="shellmaster" ' +     
    'align="middle"> ' +     
    '<param name="allowScriptAccess" value="sameDomain" /> ' + 
    '<param name="movie" value="shell.swf?fld_base_path='+fld_base_path+'&deeplink='+deeplink+'&fld_sesID='+fld_sesID+'&fld_scrwidth='+fld_scrwidth+'&fld_scrheight='+fld_scrheight+'&rndspecanticache='+rndspecanticache+'" /> ' + 
    '<param name="quality" value="high" /> ' + 
    '<param name="menu" value="false" />' +
    '<embed src="shell.swf?fld_base_path='+fld_base_path+'&deeplink='+deeplink+'&fld_sesID='+fld_sesID+'&fld_scrwidth='+fld_scrwidth+'&fld_scrheight='+fld_scrheight+'&rndspecanticache='+rndspecanticache+'" ' + 
           'quality="high" ' + 
           'width="100%" ' + 
           'height="100%" ' + 
           'id="shellmaster" ' + 
           'name="shellmaster" ' +
           'menu="false" ' + 
           'align="middle" ' + 
           'allowscriptaccess="sameDomain" ' + 
           'type="application/x-shockwave-flash" ' + 
           'pluginspage="http://www.macromedia.com/go/getflashplayer" /> ' + 
'</object>';
document.getElementById("flashholder").innerHTML = flashobj;