/*--- 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(620,18,17,627,627,19,20,624,624,18,15,624),
				y:new Array(237,235,225,225,211,212,195,198,183,183,168,168),
				s:6 };
	IDP[2]=(V5)?document.getElementById('e150').style:(IE)?e150.style:document.e150;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',0);
}


/*--- EndOfFile ---*/

