/*--- 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('e8').style:(IE)?e8.style:document.e8;
	IDP[3]={	x:new Array(IDP.bw,0),
				y:new Array(510,510),
				s:19 };
	IDP[4]=(V5)?document.getElementById('e7').style:(IE)?e7.style:document.e7;
	IDP[5]={	x:new Array(12,12),
				y:new Array(IDP.bd,130),
				s:48 };
	IDP[6]=(V5)?document.getElementById('e4').style:(IE)?e4.style:document.e4;
	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) e4.style.filter=' shadow(color=#c0c0c0,direction=134)';
}


/*--- EndOfFile ---*/

