/*--- 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(647,666,731,782,778,748,706,676,678,694,724,748,760,748,730,706,694,704,718,736,742,736,724,717),
				y:new Array(18,77,96,47,-7,-31,-31,4,38,58,64,52,22,-1,-13,-7,16,36,42,34,22,10,4,17),
				s:14 };
	IDP[2]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',0);
}


/*--- EndOfFile ---*/

