var fDesc=new Array(); fDesc[0] = "ProgramLaunch is a simple and easy-to-use application launchbar for Windows operating systems. Managing the launchpad is simple and intuitive. Programs are added either through a dialog or by dragging links from Windows onto the launchpad. Organizing the programs is also done easily by dragging the icons and groups around. ProgramLaunch can assign one or more shortcuts for each icon. These are used for launching a program by one simple keystroke. If a shortcut key combination is assigned to multiple icons, a list is shown for selecting the which program needs launching."; 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 = ''; } }