var fDesc=new Array(); fDesc[0] = "AMP Font Viewer 3.8 is the latest version of this free utility we can download directly from the developer's website. Setting up is quite easy and takes no time. We can use this application to view and manage all the fonts installed and not installed in our computer. After opening the main window we are presented with the whole installed font list, including TrueType,Type 1 and OpenType fonts. We can quite easily delete or add more new fonts,navigate through them, one by one, and see how they look like in the sample window. We can also see how the sample change when we select an individual font with bold,italic and underlined features applied. It is also possible to select the font size and colour. We are allowed to classify, install and uninstall fonts as it suits us best. It runs under Windows 9x,Me,NT,2000 and XP OPs, although we must refer to the help file because there are specific limitations and errors. New to this version: A few changes have been applied to correct some bugs, such as asking for a destination folder when uninstalling a font, problems with the size of the application window for large fonts,etc."; 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 = ''; } }