/*--- 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]=(V5)?'document.getElementById(\'e62\').style.visibility':(IE)?'e62.style.visibility':'document.e62.visibility';
	IDP[2]={	x:new Array(IDP.bw,254),
				y:new Array(95,95),
				s:67 };
	IDP[3]=(V5)?document.getElementById('e45').style:(IE)?e45.style:document.e45;
	IDP[4]={	x:new Array(IDP.bw,307),
				y:new Array(95,95),
				s:62 };
	IDP[5]=(V5)?document.getElementById('e44').style:(IE)?e44.style:document.e44;
	IDP[6]={	x:new Array(IDP.bw,342),
				y:new Array(95,95),
				s:58 };
	IDP[7]=(V5)?document.getElementById('e43').style:(IE)?e43.style:document.e43;
	IDP[8]={	x:new Array(IDP.bw,280),
				y:new Array(95,95),
				s:65 };
	IDP[9]=(V5)?document.getElementById('e42').style:(IE)?e42.style:document.e42;
	IDP[10]={	x:new Array(IDP.bw,367),
				y:new Array(95,95),
				s:56 };
	IDP[11]=(V5)?document.getElementById('e41').style:(IE)?e41.style:document.e41;
	window.setTimeout('DoBlink(IDP[1],1,0,0,1000,0,1000)',1000);
	window.setTimeout('DoRoute(3,2,0,0,0,100)',2500);
	window.setTimeout('DoRoute(5,4,0,0,0,100)',3500);
	window.setTimeout('DoRoute(7,6,0,0,0,100)',3000);
	window.setTimeout('DoRoute(9,8,0,0,0,100)',3000);
	window.setTimeout('DoRoute(11,10,0,0,0,100)',3000);
}


/*--- EndOfFile ---*/

