/*--- 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(\'a4\').style.color':(IE)?'a4.style.color':'document.e4.document.linkColor';
	IDP[2]={	x:new Array(845,520),
				y:new Array(40,230),
				s:18 };
	IDP[3]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	isOvr=1;
	if(IE) e4.style.filter='glow(color=#c0c0c0,strength=0)';
	if(IE) window.setTimeout('DoAlpha("e4.filters.glow.strength",1,16,1,0,62,1000,62,1000)',1000);
	if(IE) e3.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e3.filters.alpha.opacity",98,100,-2,1,-1,-1,80,-1)',2000);
	if(IE) e2.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e2.filters.alpha.opacity",98,100,-2,1,-1,-1,80,-1)',2000);
	window.setTimeout('DoRoute(3,2,0,0,0,100)',2750);
	if(IE) e1.style.filter='alpha(opacity=100)';
	if(IE) window.setTimeout('DoAlpha("e1.filters.alpha.opacity",96,100,-4,1,-1,-1,100,-1)',4000);
}


/*--- EndOfFile ---*/
