/*--- 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(420,15),
				y:new Array(420,420),
				s:40 };
	IDP[2]=(V5)?document.getElementById('e37').style:(IE)?e37.style:document.e37;
	IDP[3]={	x:new Array(67,555),
				y:new Array(420,420),
				s:48 };
	IDP[4]=(V5)?document.getElementById('e36').style:(IE)?e36.style:document.e36;
	IDP[5]={	x:new Array(420,15),
				y:new Array(862,862),
				s:40 };
	IDP[6]=(V5)?document.getElementById('e33').style:(IE)?e33.style:document.e33;
	IDP[7]={	x:new Array(67,555),
				y:new Array(862,862),
				s:48 };
	IDP[8]=(V5)?document.getElementById('e32').style:(IE)?e32.style:document.e32;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',0);
	window.setTimeout('DoRoute(6,5,0,0,0,100)',0);
	window.setTimeout('DoRoute(8,7,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

