/*--- 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(27,420),
				y:new Array(66,66),
				s:13 };
	IDP[2]=(V5)?document.getElementById('e9').style:(IE)?e9.style:document.e9;
	IDP[3]={	x:new Array(256,88),
				y:new Array(230,228),
				s:11 };
	IDP[4]=(V5)?document.getElementById('e8').style:(IE)?e8.style:document.e8;
	IDP[5]={	x:new Array(22,531),
				y:new Array(63,66),
				s:16 };
	IDP[6]=(V5)?document.getElementById('e7').style:(IE)?e7.style:document.e7;
	IDP[7]={	x:new Array(288,288),
				y:new Array(384,366),
				s:1 };
	IDP[8]=(V5)?document.getElementById('e3').style:(IE)?e3.style:document.e3;
	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,0,100)',4000);
}


/*--- EndOfFile ---*/
