/*--- 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(194,212,218,230,236,254,260,272,278,284,290,296,308,326,338,344,356,368,380,392,398,410,416),
				y:new Array(0,0,-5,0,6,0,-11,-41,-23,30,6,0,-5,0,6,0,-11,12,0,-47,-29,30,-5),
				s:9 };
	IDP[2]=(V5)?document.getElementById('e29').style:(IE)?e29.style:document.e29;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

