var fDesc=new Array(); fDesc[0] = "ksFontViewer is a fun and easy program for previewing your fonts. You simply enter some sample text and you can preview any of the fonts on your system. It's an easy font viewer to use and allows you to change the font size, style, and color.
Features:
- Preview any font on your system.
- Enter the sample text you want to use when previewing fonts.
- See the actual preview of the font in the font list.
- Minimizes to your system tray area."; 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 = ''; } }