function enfFlash(path, width, height)
{
var homeFlash;
homeFlash = '<center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="'+width+'" height="'+height+'" id="intro" align="middle">';
homeFlash+= '<param name="wmode" value="transparent" />';
homeFlash+= '<param name="allowScriptAccess" value="sameDomain" />';
homeFlash+= '<param name="src" value="'+path+'" /><param name="quality" value="high" />';
homeFlash+= '<embed src="'+path+'" wmode="transparent" quality="high" width="'+width+'" height="'+height+'" name="intro" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />';
homeFlash+= '</object></center>';
document.write(homeFlash);
}
