function flashObject(config, sfile, obj_width, obj_height)
{
document.write('<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="' + obj_width + '" height="' + obj_height + '" id="onsmaccount" align="middle">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="' + sfile + '.swf" /><PARAM NAME=FlashVars VALUE="xmlpath=' + config + '.xml"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />\n');
document.write('<embed src="' + sfile + '.swf" quality="high" bgcolor="#ffffff" width="' + obj_width + '" height="' + obj_height + '" FlashVars="xmlpath=' + config + '.xml" name="onsmaccount" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>\n');
}





