var fDesc=new Array(); fDesc[0] = "HideMe software will allow you to control what applications will be visible or invisible to the user. HideMe can hide any running program from the user as well as hiding itself. HideMe can be executed in full Graphical Mode or Stealth (hidden) Mode. HideMe can manage the visibility of running applications without the end-user ever knowing its doing so.

HideMe gives you the power to password protect it while it is running using the latest in encryption technology.

You now have the ability to manage all of you running applications and decide which ones will run hidden or not.

Requirements:

- Windows XP, 2000"; 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 = ''; } }