var fDesc=new Array(); fDesc[0] = "A small freeware applett that allows you to hide applications from the desktop and the Alt-Tab chain. Do you use some application that you must keep running all day long, but you don't really need to check often? Do you run MS Exchange as a network FAX server and should keep it always open? Hide-It is for you! Hide-it allows you to hide any application window and it's button in the taskbar, the application is also removed from the Alt-Tab chain, so it won't disturb your task switching, it's just as if it wasn't there. You can later access it's window un-hiding it, you just need to right-click in the small Hide-it's icon in the system tray area and select it."; 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 = ''; } }