function BuildMovie(XMLPATH,GALLERYVIEW)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="750" height="302" id="et_home" align="middle">\n');
    document.write('<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="et_home.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="xmlfile='+XMLPATH+'&galleryview='+GALLERYVIEW+'" />\n');
    document.write('<embed src="et_home.swf" quality="high" bgcolor="#ffffff" FlashVars="xmlfile='+XMLPATH+'&galleryview='+GALLERYVIEW+'" width="750" height="302" name="et_home" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('<noembed><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><img src="getFlash.png" width="360" height="285" alt="Get the Latest Flash Player" border="0"></a></noembed>\n');
    document.write('</object>\n');
}