/*--- 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(446,465,530,581,577,547,505,475,477,493,523,547,559,547,529,505,493,503,517,535,541,535,523,516),
				y:new Array(31,90,109,60,5,-18,-18,17,51,71,77,65,35,11,0,5,29,49,55,47,35,23,17,30),
				s:14 };
	IDP[2]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',1000);
}


/*--- EndOfFile ---*/

