var fDesc=new Array(); fDesc[0] = "ZHider is a tiny and easy-to-use utility that can instantly hide windows (programs) with a quick keystroke. Windows are hidden completely from view and from the task bar without a trace. Hidden windows can easily be brought back into view with another quick keystroke that toggles their visibility from hidden to visible."; 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 = ''; } }