function articleFont(size) {
     document.getElementById('article_font').style.fontSize=size;
     return;
}