YAHOO.namespace("ecotour.container");function initWait(){if(!YAHOO.ecotour.container.wait){YAHOO.ecotour.container.wait=new YAHOO.widget.Panel("wait",{width:"240px",fixedcenter:true,close:false,draggable:false,zindex:100000,modal:true,visible:true});YAHOO.ecotour.container.wait.setHeader("Calcul en cours, merci de patienter...");YAHOO.ecotour.container.wait.setBody('<img src="http://static.ecotour.com/images/loader-small.gif"/>');YAHOO.ecotour.container.wait.render(document.body)}YAHOO.ecotour.container.wait.show()};