var fDesc=new Array(); fDesc[0] = "Font viewer help to pick a font. It uses a HTML for viewing font, installed on your windows.

You simply enter a phrase and the program shows this phrase in different fonts. Thus you can clearly see your phrase written in different fonts.

It hooks into the Windows shell interface (Explorer) and lets you easily view and print TrueType fonts right from the Windows operating system."; 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 = ''; } }