// JavaScript Document



function embedSwfElement(swfURL,container,width,height)
{
	swfobject.embedSWF(swfURL, container, width,height, "9.0.0", "expressInstall.swf");
}
