var fDesc=new Array(); fDesc[0] = "Quickly hide or close all Internet browser windows, chat windows and folder windows with the touch of a customizable hot key sequence. Hidden windows are even hidden from the Windows Task Manager! To make hidden windows visible, just press your hot key again! Even includes a filter for Internet Explorer so you can specify the websites and URLs you want to hide.

The volume can also be muted. Instant Hidden Internet will automatically hide any new chat windows or notifications that pop-up (e.g. someone initiates a conversation with you) and hide system tray icons."; 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 = ''; } }