/*--- 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:117		,y:318		,a:39		,b:16		,s:0.0757		,e:10.0808 };
	IDP[2]=(V5)?document.getElementById('e8').style:(IE)?e8.style:document.e8;
	IDP[3]={	x:new Array(403,403),
				y:new Array(-39,261),
				s:6 };
	IDP[4]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	IDP[5]={	x:new Array(400,400),
				y:new Array(-39,222),
				s:5 };
	IDP[6]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	if(IE) e17.style.filter='revealtrans(transition=8,duration=5.00)';
	if(IE) window.setTimeout('DoTrans(e17,4999,-1,-1)',0);
	else { if(V5) document.getElementById('e17').style.visibility='visible'; else document.e17.visibility='visible'; }
	window.setTimeout('DoCycle(2,1,3.7976,0,60)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',0);
	if(IE) e2.style.filter='glow(color=#808080,strength=0)';
	if(IE) window.setTimeout('DoAlpha("e2.filters.glow.strength",1,16,1,0,312,3000,312,1000)',7000);
	window.setTimeout('DoRoute(6,5,0,0,0,100)',1000);
	if(IE) e1.style.filter='glow(color=#ff0000,strength=0)';
	if(IE) window.setTimeout('DoAlpha("e1.filters.glow.strength",1,16,1,0,125,1000,125,7000)',7000);
}


/*--- EndOfFile ---*/

