// JavaScript Document
function aumentatesto(dimensione) {
   var testo = document.getElementById("centro");
   testo.style.fontSize = dimensione+"px";
}