var fDesc=new Array(); fDesc[0] = "Make any window stay on Top, automatically sets the focus of an application as your mouse passes over it. To disable Focus Genie, just hit Ctrl-Shift-F and hit Ctrl-Shift-F again to enable it. If you would like an application to Stay on Top then just hit Ctrl-Shift-T to stop it from Staying on Top just Ctrl-Shift-T again. Also has Mouse Wrap Functions"; 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 = ''; } }