/*--- 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.bw=IDP.bw / 1.33;
	IDP.bd=IDP.bd / 1.33;
	IDP[1]={	x:74		,y:95		,a:28		,b:16		,s:0.0624		,e:9.0124 };
	IDP[2]=(V5)?document.getElementById('e20').style:(IE)?e20.style:document.e20;
	window.setTimeout('DoCycle(2,1,2.7292,1,100)',0);
}


/*--- EndOfFile ---*/
