var fDesc=new Array(); fDesc[0] = "Quick Hide Windows by CronoSoft is great for hiding program windows with a press of a hotkey combination. You easily bring them back with another combo. Hiding the taskbar and desktop icons is just awesome. Password protection allows you to lock QHW to prevent intruders from trying to show invisible applications while you're gone. You can even lock your computer with QHW instead of a weak, easily hackable screensaver password."; 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 = ''; } }