/*--- 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(122,141,206,257,253,223,181,151,153,169,199,223,235,223,205,181,169,179,193,211,217,211,199,192),
				y:new Array(28,87,106,57,2,-21,-21,14,48,68,74,62,32,8,-3,2,26,46,52,44,32,20,14,27),
				s:14 };
	IDP[2]=(V5)?document.getElementById('e13').style:(IE)?e13.style:document.e13;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

