
function altura(divid, newH){
		document.getElementById(divid).style.height = newH+"px";
}