var fDesc=new Array(); fDesc[0] = "MouseLaunch is a quickest program launcher that is activated by holding down both mouse buttons. You can activate the launcher by holding down both mouse buttons at any location in Windows. Once the launcher activated, move the mouse cursor a little to the registered program/file (8-direction) and click to launch. Once you experienced, it will takes less than 1 second for entire action. File registration can be done easily by drag-and-drop.What's new: Large font desktop compatibility added."; 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 = ''; } }