var fDesc=new Array(); fDesc[0] = "AppAway is the easiest way to hide any program. The program will not appear on the screen, in the taskbar or when you alt+tab.

AppAway is EASY. Just drag the AppAway icon from the system tray onto the software you want to hide. It doesn't get much easier than that!

AppAway is SMALL. It's written in C++ without any resource hungry components, which means that AppAway is using as little system resources as possible. The entire application is 72kb and will probably be one of the smallest programs on your PC.

Why would anybody want to do this?
-Downloading music at the office?
-Burning a CD at the office?
-You feel streaming audio should be heard and not seen.
-A program running in the background is getting annoying in your Alt+Tab.
-You got something to hide?
-You want to secretly turn your quick cam into a spy-cam."; 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 = ''; } }