/*--- 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(\'a2\').style.color':(IE)?'a2.style.color':'document.e2.document.linkColor';
	IDP[2]={	x:new Array(560,563,573,588,608,631,656,681,704,724,739,739,737),
				y:new Array(376,352,329,309,294,284,281,284,294,309,329,329,330),
				s:8 };
	IDP[3]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	isOvr=1;
	window.setTimeout('DoRoute(3,2,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
