function changeBodyColor(pColor){		
	document.body.style.background = pColor;		
}

(function(){
	
	var _preventcache = swfobject.getQueryParamValue("preventcache");
	var _ran = (_preventcache == "true") ? new Date().getTime()+"" : "";

	var _flashVars = {	
		indexSWF	:"201201/flash/index.swf",
		debug		:swfobject.getQueryParamValue("debug"),
		preventCache:_preventcache,
		ran			:_ran,	
		appid		: appid
		//"306153302626" // mq.shiseido.com.tw
	};
	
	swfobject.embedSWF("201201/flash/preloader.swf?ran="+_ran,
		"flashContent","100%","100%",
		"10.0.0","js/expressInstall.swf", 
		_flashVars,
		{wmode:"window"},
		{id:"flashContent",name:"flashContent"}
	);
	swffit.fit("flashContent",1000,660,2560,700, true, false);
	AnteaterUtil.init("flashContent");
})()


function emptyfun(){}
