function doZoom(size) {
document.getElementById('content').style.fontSize=size+'em'
}