/*--- 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(\'a1\').style.color':(IE)?'a1.style.color':'document.e1.document.linkColor';
	IDP[2]=(V5)?'document.getElementById(\'a10\').style.color':(IE)?'a10.style.color':'document.e10.document.linkColor';
	IDP[3]={	x:new Array(-297,502),
				y:new Array(5,5),
				s:15 };
	IDP[4]=(V5)?document.getElementById('e11').style:(IE)?e11.style:document.e11;
	IDP[5]={	x:new Array(51,51),
				y:new Array(-36,20),
				s:1 };
	IDP[6]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	isOvr=1;
	window.setTimeout('DoRoute(4,3,0,0,0,100)',0);
	if(IE) e11.style.filter=' shadow(color=#808000,direction=134)';
	window.setTimeout('DoRoute(6,5,0,0,0,100)',0);
	if(IE) e2.style.filter=' shadow(color=#808080,direction=134)';
}


/*--- EndOfFile ---*/
