/*--- 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.bw=IDP.bw / 1.33;
	IDP.bd=IDP.bd / 1.33;
	IDP[1]={	x:new Array(139,141,149,160,175,192,211,230,247,262,273,281,283,281,273,262,247,230,211,192,175,160,149,141,139),
				y:new Array(389,371,354,339,327,320,318,320,327,339,354,371,389,408,425,440,451,459,461,459,451,440,425,408,389),
				s:8 };
	IDP[2]=(V5)?document.getElementById('e6').style:(IE)?e6.style:document.e6;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

