/*--- 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(101,105,111,129,147,173,198,228,509,555,567,577,581,561,530,457,339,279,225,198,174,153,132,118,110,102),
				y:new Array(55,100,109,120,127,134,139,140,142,123,106,87,65,93,123,128,129,127,128,127,125,119,112,103,92,65),
				s:22 };
	IDP[2]=(V5)?document.getElementById('e10').style:(IE)?e10.style:document.e10;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',0);
}


/*--- EndOfFile ---*/
