/*--- Avanquest WebEasy Motion Script ---*/ function OnWeLoad() { IDP.bw=0; IDP.bd=0; if(self.innerHeight) { IDP.bw=self.innerWidth; IDP.bd=self.innerHeight; } else if(document.documentElement && document.documentElement.clientHeight) { IDP.bw=document.documentElement.clientWidth; IDP.bd=document.documentElement.clientHeight; } else if(document.body) { IDP.bw=document.body.clientWidth; IDP.bd=document.body.clientHeight; } IDP[1]={ x:95 ,y:294 ,a:14 ,b:18 ,s:0.1904 ,e:6.7178 }; IDP[2]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5; window.setTimeout('DoCycle(2,1,0.4346,1,60)',0); } /*--- EndOfFile ---*/