/*--- Avanquest WebEasy Motion Script ---*/


function OnWeLoad()
{

	IDP.bw=(IE)?document.body.clientWidth:self.innerWidth;
	IDP.bd=(IE)?document.body.clientHeight:self.innerHeight;
	IDP.bw=IDP.bw / 1.33;
	IDP.bd=IDP.bd / 1.33;
	IDP[1]={	x:new Array(IDP.bw,87),
				y:new Array(90,90),
				s:104 };
	IDP[2]=(V5)?document.getElementById('e24').style:(IE)?e24.style:document.e24;
	IDP[3]={	x:new Array(357,357),
				y:new Array(-64,64),
				s:25 };
	IDP[4]=(V5)?document.getElementById('e23').style:(IE)?e23.style:document.e23;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
