/*--- 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:171		,y:186		,a:172		,b:172		,s:0.3927		,e:10.6021 };
	IDP[2]=(V5)?document.getElementById('e9').style:(IE)?e9.style:document.e9;
	if(IE) e10.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e10.filters.alpha.opacity",90,100,-10,1,100,1000,100,3000)',1000);
	window.setTimeout('DoCycle(2,1,4.3189,0,60)',0);
	if(IE) e9.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e9.filters.alpha.opacity",90,100,-10,1,100,1000,100,2500)',1000);
}


/*--- EndOfFile ---*/
