/*--- 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(82,84,92,103,118,135,154,173,190,205,216,224,226,224,216,205,190,173,154,135,118,103,92,84,82),
				y:new Array(51,33,15,0,-10,-18,-20,-18,-10,0,15,33,51,69,87,102,113,120,123,120,113,102,87,69,51),
				s:8 };
	IDP[2]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
