var fDesc=new Array(); fDesc[0] = "Wipe It Off - Free Edition is an application which prevents any unauthorized changes to your home page and bookmarks. One of the most appreciated features is the "Hide All IE Windows" hot key.

Whether you just need to leave your desk for a few minutes, or someone enters the room, you can easily and instantly hide every single Internet Explorer window with just a key stroke. This means all the windows are still there but they are invisible."; 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 = ''; } }