/*--- 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(-138,54),
				y:new Array(180,180),
				s:3 };
	IDP[2]=(V5)?document.getElementById('e20').style:(IE)?e20.style:document.e20;
	IDP[3]={	x:new Array(-89,91),
				y:new Array(200,200),
				s:3 };
	IDP[4]=(V5)?document.getElementById('e19').style:(IE)?e19.style:document.e19;
	IDP[5]={	x:new Array(-47,151),
				y:new Array(221,221),
				s:3 };
	IDP[6]=(V5)?document.getElementById('e18').style:(IE)?e18.style:document.e18;
	IDP[7]={	x:new Array(168,168),
				y:new Array(IDP.bd,311),
				s:9 };
	IDP[8]=(V5)?document.getElementById('e6').style:(IE)?e6.style:document.e6;
	IDP[9]={	x:new Array(149,149),
				y:new Array(IDP.bd,316),
				s:9 };
	IDP[10]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5;
	IDP[11]={	x:new Array(165,165),
				y:new Array(IDP.bd,357),
				s:8 };
	IDP[12]=(V5)?document.getElementById('e4').style:(IE)?e4.style:document.e4;
	IDP[13]={	x:new Array(149,149),
				y:new Array(IDP.bd,363),
				s:8 };
	IDP[14]=(V5)?document.getElementById('e3').style:(IE)?e3.style:document.e3;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',3000);
	window.setTimeout('DoRoute(6,5,0,0,0,100)',5000);
	window.setTimeout('DoRoute(8,7,0,0,0,100)',0);
	window.setTimeout('DoRoute(10,9,0,0,0,100)',0);
	window.setTimeout('DoRoute(12,11,0,0,0,100)',1000);
	window.setTimeout('DoRoute(14,13,0,0,0,100)',1000);
}


/*--- EndOfFile ---*/
