/*--- 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[1]={	x:new Array(603,614,618,628,622,605),
				y:new Array(191,173,191,172,188,195),
				s:9 };
	IDP[2]=(V5)?document.getElementById('e6').style:(IE)?e6.style:document.e6;
	IDP[3]={	x:new Array(646,646),
				y:new Array(402,401),
				s:1 };
	IDP[4]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5;
	IDP[5]={	x:new Array(347,383,392,408,429,441,489,541,581,597,604,601,574),
				y:new Array(489,424,395,361,360,362,361,364,364,367,390,436,488),
				s:5 };
	IDP[6]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	IDP[7]={	x:new Array(660,658),
				y:new Array(411,408),
				s:1 };
	IDP[8]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,5000)',16000);
	window.setTimeout('DoRoute(6,5,0,0,0,100)',3000);
	window.setTimeout('DoRoute(8,7,0,0,0,1666)',16000);
}


/*--- EndOfFile ---*/
