window.onload = function() {


	var elm = document.getElementById('Contenuti');
	var left = document.getElementById('menuleft');

		left.style.height = (elm.clientHeight)+'px';
}
