	function getHeightMax() {
		var o = document.getElementById("template_main");
		if (o) {
			o["height"] = document.body.clientHeight;
		}
		setTimeout("getHeightMax()",1000);
	}
	