/*--- 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(171,171,187,192,202,213,233,249,264,275,258,285,268,282,279,272,245,235,226,212,221,190,178,198,170),
				y:new Array(602,579,585,568,567,562,566,580,588,594,610,600,615,621,630,635,623,640,649,648,618,636,624,609,602),
				s:9 };
	IDP[2]=(V5)?document.getElementById('e3').style:(IE)?e3.style:document.e3;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

