/*--- 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(\'a71\').style.color':(IE)?'a71.style.color':'document.e71.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a72\').style.color':(IE)?'a72.style.color':'document.e72.document.linkColor';
	IDP[3]=(V5)?'document.getElementById(\'a73\').style.color':(IE)?'a73.style.color':'document.e73.document.linkColor';
	IDP[4]=(V5)?'document.getElementById(\'a74\').style.color':(IE)?'a74.style.color':'document.e74.document.linkColor';
	IDP[5]=(V5)?'document.getElementById(\'a75\').style.color':(IE)?'a75.style.color':'document.e75.document.linkColor';
	IDP[6]=(V5)?'document.getElementById(\'a76\').style.color':(IE)?'a76.style.color':'document.e76.document.linkColor';
	IDP[7]=(V5)?'document.getElementById(\'a77\').style.color':(IE)?'a77.style.color':'document.e77.document.linkColor';
	IDP[8]=(V5)?'document.getElementById(\'a78\').style.color':(IE)?'a78.style.color':'document.e78.document.linkColor';
	IDP[9]={	x:new Array(IDP.bw,340),
				y:new Array(32,32),
				s:172 };
	IDP[10]=(V5)?document.getElementById('e5').style:(IE)?e5.style:document.e5;
	isOvr=1;
	window.setTimeout('DoRoute(10,9,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
