/*--- 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:new Array(269,275,283,291,299,309,321,337,357,372,387,393),
				y:new Array(77,71,69,69,74,72,69,75,70,75,71,72),
				s:6 };
	IDP[2]=(V5)?document.getElementById('e11').style:(IE)?e11.style:document.e11;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',1000);
}


/*--- EndOfFile ---*/

