/*--- 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(\'a5\').style.color':(IE)?'a5.style.color':'document.e5.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a10\').style.color':(IE)?'a10.style.color':'document.e10.document.linkColor';
	IDP[3]=(V5)?'document.getElementById(\'a18\').style.color':(IE)?'a18.style.color':'document.e18.document.linkColor';
	IDP[4]=(V5)?'document.getElementById(\'a155\').style.color':(IE)?'a155.style.color':'document.e155.document.linkColor';
	IDP[5]=(V5)?'document.getElementById(\'a157\').style.color':(IE)?'a157.style.color':'document.e157.document.linkColor';
	IDP[6]=(V5)?'document.getElementById(\'a181\').style.color':(IE)?'a181.style.color':'document.e181.document.linkColor';
	IDP[7]={	x:new Array(16,16),
				y:new Array(IDP.bd,365),
				s:48 };
	IDP[8]=(V5)?document.getElementById('e172').style:(IE)?e172.style:document.e172;
	IDP[9]={	x:new Array(551,551),
				y:new Array(-69,214),
				s:14 };
	IDP[10]=(V5)?document.getElementById('e154').style:(IE)?e154.style:document.e154;
	isOvr=1;
	window.setTimeout('DoRoute(8,7,0,0,0,100)',0);
	window.setTimeout('DoRoute(10,9,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

