/*--- 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,78),
				y:new Array(96,96),
				s:91 };
	IDP[2]=(V5)?document.getElementById('e36').style:(IE)?e36.style:document.e36;
	IDP[3]={	x:new Array(359,359),
				y:new Array(-62,73),
				s:13 };
	IDP[4]=(V5)?document.getElementById('e35').style:(IE)?e35.style:document.e35;
	window.setTimeout('DoRoute(2,1,0,0,0,100)',0);
	window.setTimeout('DoRoute(4,3,0,0,0,100)',0);
}


/*--- EndOfFile ---*/

