/*--- 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(498,156),
				y:new Array(190,190),
				s:2 };
	IDP[2]=(V5)?document.getElementById('e143').style:(IE)?e143.style:document.e143;
	IDP[3]={	x:new Array(153,393),
				y:new Array(329,329),
				s:2 };
	IDP[4]=(V5)?document.getElementById('e141').style:(IE)?e141.style:document.e141;
	IDP[5]={	x:new Array(399,169),
				y:new Array(918,918),
				s:4 };
	IDP[6]=(V5)?document.getElementById('e79').style:(IE)?e79.style:document.e79;
	IDP[7]={	x:new Array(623,623),
				y:new Array(1300,1134),
				s:3 };
	IDP[8]=(V5)?document.getElementById('e119').style:(IE)?e119.style:document.e119;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,1,100)',0);
	window.setTimeout('DoRoute(6,5,0,0,1,100)',0);
	window.setTimeout('DoRoute(8,7,0,0,1,100)',0);
}


/*--- EndOfFile ---*/

