function doZoom(size){
 document.getElementById('fontsize').style.fontSize=size+'px'
}