var fDesc=new Array(); fDesc[0] = "12 Ghosts IETools adds a customizable toolbar to Internet Explorer that helps optimize your work and save time when browsing the Internet. With this software there will be no more blinking or animated ads. You can use the Boss Key to quickly hide all browser windows if somebody enters unexpectedly. It also helps you clear the history and temporary cached files to protect your privacy and your download will work faster."; 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 = ''; } }