/*--- 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(\'a12\').style.color':(IE)?'a12.style.color':'document.e12.document.linkColor';
	IDP[4]=(V5)?'document.getElementById(\'a13\').style.color':(IE)?'a13.style.color':'document.e13.document.linkColor';
	IDP[5]={	x:new Array(-275,452),
				y:new Array(52,52),
				s:72 };
	IDP[6]=(V5)?document.getElementById('e7').style:(IE)?e7.style:document.e7;
	IDP[7]={	x:new Array(-539,32),
				y:new Array(414,414),
				s:57 };
	IDP[8]=(V5)?document.getElementById('e4').style:(IE)?e4.style:document.e4;
	isOvr=1;
	window.setTimeout('DoRoute(6,5,0,0,0,100)',0);
	if(IE) e7.style.filter=' shadow(color=#c0c0c0,direction=134)';
	window.setTimeout('DoRoute(8,7,0,0,0,100)',0);
	if(IE) e4.style.filter=' shadow(color=#c0c0c0,direction=134)';
}


/*--- EndOfFile ---*/

