/*--- 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(288,291,298,309,324,342,360,379,396,411,423,430,432,430,423,411,396,379,361,342,324,309,298,291,288),
				y:new Array(215,197,180,165,153,146,144,146,153,165,180,197,215,234,251,266,277,285,289,285,277,266,251,234,215),
				s:8 };
	IDP[2]=(V5)?document.getElementById('e13').style:(IE)?e13.style:document.e13;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',1000);
}


/*--- EndOfFile ---*/

