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


function OnWeLoad()
{
	IDP.bw=(IE)?document.body.clientWidth:self.innerWidth;
	IDP.bd=(IE)?document.body.clientHeight:self.innerHeight;
	IDP[1]={	x:new Array(IDP.bw,23),
				y:new Array(34,34),
				s:19 };
	IDP[2]=(V5)?document.getElementById('e1').style:(IE)?e1.style:document.e1;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
