/*--- 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(\'a2\').style.color':(IE)?'a2.style.color':'document.e2.document.linkColor';
	IDP[3]=(V5)?'document.getElementById(\'a3\').style.color':(IE)?'a3.style.color':'document.e3.document.linkColor';
	IDP[4]={	x:new Array(501,IDP.bw),
				y:new Array(469,469),
				s:49 };
	IDP[5]=(V5)?document.getElementById('e14').style:(IE)?e14.style:document.e14;
	IDP[6]={	x:new Array(126,IDP.bw),
				y:new Array(707,707),
				s:86 };
	IDP[7]=(V5)?document.getElementById('e12').style:(IE)?e12.style:document.e12;
	isOvr=1;
	window.setTimeout('DoRoute(5,4,0,0,0,100)',0);
	window.setTimeout('DoRoute(7,6,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
