var fDesc=new Array(); fDesc[0] = "Fast Windows Hider is an easy-to-use tool that allows you to hide any window, program, browser or game in the background with one click or hotkey. The program instantly hides specified windows from your desktop and taskbar without closing them. Click once to hide and click once more to restore all hidden windows without any loss of information. Fast Windows Hider mutes sound as well as hides 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 = ''; } }