/*--- 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(\'a3\').style.color':(IE)?'a3.style.color':'document.e3.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a6\').style.color':(IE)?'a6.style.color':'document.e6.document.linkColor';
	IDP[3]=(V5)?'document.getElementById(\'a9\').style.color':(IE)?'a9.style.color':'document.e9.document.linkColor';
	IDP[4]=(V5)?'document.getElementById(\'a12\').style.color':(IE)?'a12.style.color':'document.e12.document.linkColor';
	IDP[5]=(V5)?'document.getElementById(\'a15\').style.color':(IE)?'a15.style.color':'document.e15.document.linkColor';
	IDP[6]=(V5)?'document.getElementById(\'a18\').style.color':(IE)?'a18.style.color':'document.e18.document.linkColor';
	IDP[7]=(V5)?'document.getElementById(\'a29\').style.color':(IE)?'a29.style.color':'document.e29.document.linkColor';
	IDP[8]=(V5)?'document.getElementById(\'a30\').style.color':(IE)?'a30.style.color':'document.e30.document.linkColor';
	IDP[9]={	x:new Array(460,562,668,559),
				y:new Array(271,235,274,309),
				s:3 };
	IDP[10]=(V5)?document.getElementById('e26').style:(IE)?e26.style:document.e26;
	isOvr=1;
	window.setTimeout('DoRoute(10,9,0,0,1,100)',0);
}


/*--- EndOfFile ---*/
