/*--- 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,143),
				y:new Array(148,148),
				s:170 };
	IDP[2]=(V5)?document.getElementById('e7').style:(IE)?e7.style:document.e7;
	IDP[3]={	x:new Array(582,582),
				y:new Array(-102,105),
				s:41 };
	IDP[4]=(V5)?document.getElementById('e6').style:(IE)?e6.style:document.e6;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',0);
}


/*--- EndOfFile ---*/
