/*--- 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(\'a20\').style.color':(IE)?'a20.style.color':'document.e20.document.linkColor';
	IDP[3]=(V5)?'document.getElementById(\'a22\').style.color':(IE)?'a22.style.color':'document.e22.document.linkColor';
	IDP[4]=(V5)?'document.getElementById(\'a28\').style.color':(IE)?'a28.style.color':'document.e28.document.linkColor';
	IDP[5]=(V5)?'document.getElementById(\'a29\').style.color':(IE)?'a29.style.color':'document.e29.document.linkColor';
	IDP[6]=(V5)?'document.getElementById(\'a30\').style.color':(IE)?'a30.style.color':'document.e30.document.linkColor';
	IDP[7]=(V5)?'document.getElementById(\'a31\').style.color':(IE)?'a31.style.color':'document.e31.document.linkColor';
	IDP[8]=(V5)?'document.getElementById(\'a32\').style.color':(IE)?'a32.style.color':'document.e32.document.linkColor';
	IDP[9]={	x:new Array(207,247,287,327,367,407,447,487),
				y:new Array(26,66,26,66,26,66,26,66),
				s:7 };
	IDP[10]=(V5)?document.getElementById('e17').style:(IE)?e17.style:document.e17;
	IDP[11]=(V5)?'document.getElementById(\'e17\').style.visibility':(IE)?'e17.style.visibility':'document.e17.visibility';
	isOvr=1;
	window.setTimeout('DoRoute(10,9,0,0,1,100)',0);
	window.setTimeout('DoBlink(IDP[11],1,0,0,1000,0,1000)',0);
}


/*--- EndOfFile ---*/
