var fDesc=new Array(); fDesc[0] = "Font Compare is a handy little utility that allows one to compare three true-type fonts at a time and to easily see whether a font contains all the numbers and punctuation, as well as the international characters needed for writing French. The fonts must be already installed on the system. A necessity for anyone wants to thoroughly examine a font before using it in the document."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }