/*--- 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(193,462,528,579,575,545,503,473,474,491,521,545,557,545,527,503,491,501,515,533,539,533,521,514),
				y:new Array(98,211,231,181,126,102,102,138,172,192,198,186,156,132,120,126,150,171,177,168,156,144,138,151),
				s:19 };
	IDP[2]=(V5)?document.getElementById('e14').style:(IE)?e14.style:document.e14;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
