/*--- 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(\'a8\').style.color':(IE)?'a8.style.color':'document.e8.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a10\').style.color':(IE)?'a10.style.color':'document.e10.document.linkColor';
	IDP[3]={	x:new Array(609,488),
				y:new Array(708,386),
				s:11 };
	IDP[4]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	isOvr=1;
	window.setTimeout('DoRoute(4,3,0,0,0,100)',1000);
}


/*--- EndOfFile ---*/
