var fDesc=new Array();
fDesc[0] = "The problem is well known: Only the written form is remembered, but the name is forgotten.
Here helps FontViewOK.
He creates a quick visual overview of all installed fonts.
The deployment is so simple, a help file is not required.
Features:
Quick overview of all fonts.
Printing with print preview function
Changeable font size, style and color
An installation of FontViewOK is not required.
New in 1.21 // 24.APR.2008
1. Optional customize for the right font preview: text, text-type, size and color.
2. Correction in the display / printing of the "&" characters.
New in 1.12 // 03.FEB.2008
English translation
New in Ver.1.11 22.01.2008
1. Name change: FontView to FontViewOK.
2. Functionable under Windows Vista.
3. New features: printing with print preview.
4. Dual font preview for quick comparisons.
5. Changeable font color
The help file is not necessary, I hope you will understand ;) !";
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 = '';
}
}