var fDesc=new Array(); fDesc[0] = "Boss Key will hide the windows (programs) from the screen with the press of a hotkey or a mouse shortcut. It will cover all the tracks of the running programs by hiding them also from the taskbar and the system tray. In addition to that Boss Key will not close the applications, but keep them hidden in the background thus preserving all the data at the point of interruption. When the threat has passed hitting the boss key shortcut will restore the work to the point before the interruption.

In addition to all that the application can mute the sound, switch the display resolution (if a full-screen game or movie is on the display), start (bring to top if running) an application and many more. Please take a look at the features list for more details."; 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 = ''; } }