/*--- 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(323,342,407,458,454,424,382,352,354,370,400,424,436,424,406,382,370,380,394,412,418,412,400,393),
				y:new Array(57,115,135,85,30,6,6,42,76,96,102,90,60,36,24,30,54,75,81,72,60,48,42,55),
				s:14 };
	IDP[2]=(V5)?document.getElementById('e11').style:(IE)?e11.style:document.e11;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

