/*--- 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(39,58,123,174,171,141,99,69,70,87,117,141,153,141,123,99,87,96,111,129,135,129,117,110),
				y:new Array(44,102,122,72,18,-6,-6,30,63,84,90,78,48,24,12,18,42,62,68,60,48,36,30,42),
				s:14 };
	IDP[2]=(V5)?document.getElementById('e21').style:(IE)?e21.style:document.e21;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
