var fDesc=new Array(); fDesc[0] = "If you design something and you are looking for the right font, it can take a lot of time. In word processing, DTP and (web)design programs, you can often only select one font at a time. Finding the right font often means searching through all your fonts.

With FontList, you can create a HTML file that will show all the fonts installed on your computer. With your browser, you can pick the right font in no time.

Using FontList, you can change the predefined sample text, exclude seldom used fonts from the list and change the path for the HTML file.

In your browser, you can change the style of a font and zoom in on a font. You can also view the character map of a font. And, for some, maybe the most important feature, you can create a print out of all your fonts."; 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 = ''; } }