var fDesc=new Array(); fDesc[0] = "Zola Repair Internet Browsers is a tool that allows you to fix and repair internet browser products in case they are not working as they should or are full of installed toolbars that slows down the browsing speed. The program also comes with a module to reset any of the major browser software to its default state in case you want to start all over again just like they where freshly installed onto your computer. Backup and restore options are also supported in case you want to revert state."; 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 = ''; } }