var fDesc=new Array(); fDesc[0] = "Many Windows users think they are immune to font problems, but by storing all their fonts in the Fonts Control Panel, they waste system resources, bloat font menus, slow system performance and risk random crashes. But now, using FontAgent Pro, you can optimize your Fonts Control Panel as you organize, view, compare, select, activate, print, export, archive and manage all your fonts—so you and your PC work at top performance."; 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 = ''; } }