/*--- 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]=(V5)?'document.getElementById(\'a7\').style.color':(IE)?'a7.style.color':'document.e7.document.linkColor';
	IDP[3]=(V5)?'document.getElementById(\'a9\').style.color':(IE)?'a9.style.color':'document.e9.document.linkColor';
	IDP[4]=(V5)?'document.getElementById(\'a16\').style.color':(IE)?'a16.style.color':'document.e16.document.linkColor';
	IDP[5]=(V5)?'document.getElementById(\'a18\').style.color':(IE)?'a18.style.color':'document.e18.document.linkColor';
	IDP[6]=(V5)?'document.getElementById(\'a19\').style.color':(IE)?'a19.style.color':'document.e19.document.linkColor';
	IDP[7]={	x:new Array(331,331),
				y:new Array(IDP.bd,425),
				s:6 };
	IDP[8]=(V5)?document.getElementById('e13').style:(IE)?e13.style:document.e13;
	IDP[9]={	x:new Array(742,31),
				y:new Array(505,505),
				s:2 };
	IDP[10]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	isOvr=1;
	window.setTimeout('DoRoute(8,7,0,0,0,100)',0);
	if(IE) e2.style.filter='revealtrans(transition=12,duration=2.00)';
	if(IE) window.setTimeout('DoTrans(e2,1999,-1,-1)',2000);
	else { if(V5) document.getElementById('e2').style.visibility='visible'; else document.e2.visibility='visible'; }
	window.setTimeout('DoRoute(10,9,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
