var fDesc=new Array(); fDesc[0] = "Hide My Windows Mini is privacy protection tool designed to help you hide any windows and application from desktop at one moment. Hide My Windows Mini can hide windows, programs, folders, websites, browsers, games, videos, photos from desktop and taskbar without closing them. Easy, fast and effective! You can don't worry about any prying eyes with Hide My Windows.This tool is mostly usefull when installed on notebook. You will be able to switch sound off with one keystroke when you are at library or at conference, business meeting, probably when you are working and your child sleep near you...

The user interface of Hide My Windows Mini is extremely easy. Only one window to configure and only free options – what hotkeys should be used for hide, show and mute sound. Hide My Windows Mini can automatically mutes sound when windows are hidden."; 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 = ''; } }