//SET BASE PATH FOR FLASH
sBasePath = 'http://' + window.location.hostname;
if( window.location.port != ''){
	sBasePath += ':' + window.location.port;
}
sBasePath += '/';

var params = {};
params.wmode = "transparent";
swfobject.embedSWF("/swf/Main.swf", "bgCenter", "1000", "389", "9.0.0", null,  {basePath: sBasePath, myLang: lang}, params);

function resizeHeight(height){
	document.getElementById("bgCenter").style.height = height + "px";
}
