var fDesc=new Array(); fDesc[0] = "X-Fonter is a font manager for Windows, which allows you to view and organize all installed fonts. It can be also be used to search for font files on your hard disk and create custom collections. You can also use this program to compare fonts with custom text samples. It has support for all kinds of font files and types including Truetype, Opentype, Postscript, Raster, and Vector."; 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 = ''; } }