var fDesc=new Array(); fDesc[0] = "Hide Window Fast is extremely useful, if you need to hide a group of your programs fast.
It can also clear your History in various programs, temporary directories, Recent Documents list etc. You can define custom items to clean and download plugins for the newest applications."; 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 = ''; } }