/*--- 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(458,476,482,494,500,518,524,536,542,548,554,560,572,590,602,608,620,632,644,656,662,674,680),
				y:new Array(2753,2753,2747,2753,2759,2753,2741,2711,2729,2783,2759,2753,2747,2753,2759,2753,2741,2765,2753,2705,2723,2783,2747),
				s:9 };
	IDP[2]=(V5)?document.getElementById('e20').style:(IE)?e20.style:document.e20;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
