/*--- 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(300,319,384,435,432,402,360,330,331,348,378,402,414,402,384,360,348,357,372,390,396,390,378,371),
				y:new Array(94,153,172,123,68,44,44,80,114,134,140,128,98,74,62,68,92,112,118,110,98,86,80,93),
				s:14 };
	IDP[2]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
