/*--- 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(105,105),
				y:new Array(-52,41),
				s:1 };
	IDP[2]=(V5)?document.getElementById('e8').style:(IE)?e8.style:document.e8;
	IDP[3]={	x:new Array(-744,0),
				y:new Array(142,142),
				s:14 };
	IDP[4]=(V5)?document.getElementById('e7').style:(IE)?e7.style:document.e7;
	IDP[5]={	x:new Array(171,173,180,192,207,224,243,261,279,294,305,312,315),
				y:new Array(345,327,310,295,284,276,274,276,284,295,310,327,345),
				s:4 };
	IDP[6]=(V5)?document.getElementById('e6').style:(IE)?e6.style:document.e6;
	IDP[7]={	x:new Array(168,170,177,189,204,221,240,240,230,215,203,192,187,186,187,192,203,215,230,240,240,221,204,189,177,170,168),
				y:new Array(219,201,183,168,157,150,147,147,152,162,172,189,201,219,236,249,265,276,285,290,290,288,280,269,254,237,219),
				s:8 };
	IDP[8]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	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 ---*/

