window.onload = initialize;
function initialize()
{	
			if (SWFObject)
		{
	 EmbedFlash_home();
		}
}


function EmbedFlash_home()
{
	var swf_home = new SWFObject("mm/home_page_flash_holder.swf", "HomePagePresentation", "541", "280", "#FCF8EC");
	swf_home.addParam("quality", "high" , "transparent");
	swf_home.addParam("wmode", "transparent");
	swf_home.write("flash_home_container");
}