//<![CDATA[
onload=function normalizza() {
		var maxh = 0;
		boxsx = document.getElementById("box_col_sx");
		boxmid = document.getElementById("box_col_mid");
		csx = boxsx.offsetHeight;
		cmid = boxmid.offsetHeight;
		maxh = csx;
		if (cmid > maxh) {
			maxh = cmid;
		}
		boxsx.style.height = maxh+"px";
		boxmid.style.height = maxh+"px";
		SLIDES.play();
		// funzione di avvio del ticker news
		startticker();
	}
//]]>
