var fDesc=new Array(); fDesc[0] = "Show Your Fonts provides a fast and simple way to display and sample all the fonts installed on your computer. There are no frills, just an easy to use self-explanatory user interface that enables you to click on any font in the main window and sample it.

It doesn't do anything fancy, but with Show Your Fonts, you'll never have to search for that "perfect" font again. The program offers two views - the default and a printable view (as an 8 1/2 x 11 sheet of paper). From the printable view, you can print every displayed font as it appears."; 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 = ''; } }