/*--- 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(77,79,87,98,113,130,149,168,185,200,211,219,221,219,211,200,185,168,149,130,113,98,87,79,77),
				y:new Array(55,37,20,5,-6,-13,-15,-13,-6,5,20,37,55,74,91,106,117,125,127,125,117,106,91,74,55),
				s:8 };
	IDP[2]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
