// pre-load images
if (document.images)
	{
		var img1 = new Image(1024,175);
		img1.src = "/img/tpl1/balloons.jpg";
		
		var img2 = new Image(251,5);
		img2.src = "/img/tpl1/bgC_agent.gif";
		
		var img3 = new Image(251,7);
		img3.src = "/img/tpl1/bgB_agent.gif";
		
		var img4 = new Image(251,7);
		img4.src = "/img/tpl1/bgT_agent.gif";
		
		var img5 = new Image(211,90);
		img5.src = "/img/tpl1/remax.png";

	}