/*--- 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,100),
				y:new Array(18,18),
				s:8 };
	IDP[2]=(V5)?document.getElementById('e2').style:(IE)?e2.style:document.e2;
	window.setTimeout('DoRoute(2,1,0,0,1,100)',1000);
}


/*--- EndOfFile ---*/
