/*--- 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.my=(window.parent.frames.length && parent.MyFrm)?parent.MyFrm:window;
	IDP[1]=(V5)?'document.getElementById(\'a1\').style.color':(IE)?'a1.style.color':'document.e1.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a5\').style.color':(IE)?'a5.style.color':'document.e5.document.linkColor';
	IDP[3]={	x:228		,y:248		,a:230		,b:229		,s:0.3927		,e:10.7528 };
	IDP[4]=(V5)?document.getElementById('e8').style:(IE)?e8.style:document.e8;
	IDP[5]={	x:new Array(IDP.bw,252),
				y:new Array(10,10),
				s:133 };
	IDP[6]=(V5)?document.getElementById('e7').style:(IE)?e7.style:document.e7;
	isOvr=1;
	if(IE) e9.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e9.filters.alpha.opacity",90,100,-10,1,100,1000,100,3000)',1000);
	window.setTimeout('DoCycle(4,3,4.4696,0,60)',0);
	if(IE) e8.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e8.filters.alpha.opacity",90,100,-10,1,100,1000,100,2500)',1000);
	window.setTimeout('DoRoute(6,5,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
