<SCRIPT language=JavaScript>
function ZoomIn(obj){
var thefontsize=document.all.words.style.fontSize;
thefontsize =parseInt(thefontsize)+ obj +'px';
if (parseInt(thefontsize)<1)>
<SCRIPT language=JavaScript>
function ZoomIn(obj){
var thefontsize=document.all.words.style.fontSize;
thefontsize =parseInt(thefontsize)+ obj +'px';
if (parseInt(thefontsize)<1)>