var fDesc=new Array(); fDesc[0] = "Use FontList to view all installed fonts in your web browser.
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."; 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 = ''; } }