// JavaScript Document
function size(font)
//function size(font,height)
{
    document.body.style.fontSize = font;
    //document.body.style.lineHeight = height;
}