function cngfontsize()
{
    var fs = document.all("words");

    if (fs.style.fontSize > "11pt"){
    	fs.style.fontSize = "11pt";
    }else if(fs.style.fontSize = "11pt"){
    	fs.style.fontSize = "18pt";
    }
}