
function fontZoom(size,id){
document.getElementById(id).style.fontSize=size+"px";
}

