var so = new SWFObject('loaderDomestic.swf', 'website', '100%', 570, '9', '#FFF', true);
so.useExpressInstall('expressinstall.swf');
so.addVariable('isOnline', 'true');

so.addParam('menu', 'false');
so.addParam('quality', 'high');  
so.write('flashcontent');
var fc = document.getElementById("flashcontent");
fc.style.display = "";
fc.style.height = 570;