/*--- 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(\'a9\').style.color':(IE)?'a9.style.color':'document.e9.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a10\').style.color':(IE)?'a10.style.color':'document.e10.document.linkColor';
	IDP[3]={	x:new Array(19,32,79,143,207,231,236,230,199,143,79,22),
				y:new Array(555,517,494,485,494,519,551,584,607,612,603,569),
				s:3 };
	IDP[4]=(V5)?document.getElementById('e8').style:(IE)?e8.style:document.e8;
	isOvr=1;
	if(IE) e10.style.filter=' shadow(color=#000000,direction=134)';
	if(IE) e9.style.filter=' shadow(color=#000000,direction=134)';
	window.setTimeout('DoRoute(4,3,0,0,1,100)',0);
}


/*--- EndOfFile ---*/

