// JavaScript Document

function mudaTamanho(tamanho,div){
	document.getElementById(div).className = "cont"+tamanho;
}