var fDesc=new Array(); fDesc[0] = "Font Fitting Room is a preview and management tool for both installed and yet to be installed fonts, with full character map and multilingual name property support. It handles the most popular font types used on PC today, helps you to add them to and remove from system easier. These font types include True Type font(*.ttf, *.ttc), Open Type font(*.ttf, *.ttc,*.otf),PostScript Type 1 font(*.pfm,*.pfb), and Microsoft Windows font(*.fnt, *.fon). Character map displays all the supported characters of a font, with a magnified window appeared for any selected char. You needn't install the font to see this feature. In this way you can get a full impression of the font before actually install it into system. Property shows name table strings for Open Type font, catagoried by locale. You can find how font typeface name presented in different locales, and many other useful information. Font Fitting Room is Unicode based which allows you to type sample sentence simultaneously containing any different locale characters. For example, you can preview Chinese and Korean characters in the same sample string. LCD ClearType tuning function is an add-on feature to make ClearType font smoothing more convenient."; 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 = ''; } }