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