/*--- 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(-850,0),
				y:new Array(0,0),
				s:17 };
	IDP[2]=(V5)?document.getElementById('e6').style:(IE)?e6.style:document.e6;
	IDP[3]={	x:new Array(IDP.bw,0),
				y:new Array(510,510),
				s:19 };
	IDP[4]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5;
	IDP[5]={	x:new Array(12,12),
				y:new Array(IDP.bd,130),
				s:48 };
	IDP[6]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',2000);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',2000);
	window.setTimeout('DoRoute(6,5,0,0,0,100)',8000);
	if(IE) e2.style.filter=' shadow(color=#c0c0c0,direction=134)';
}


/*--- EndOfFile ---*/
