var fDesc=new Array(); fDesc[0] = "LaunchOnFly is a Start Menu alternative and hotkey manager. It lets you launch applications, open files, folders, Web sites, and send e-mails faster and easier using quickly accessible and easily configurable menu which you can open using either mouse or keyboard. After setup initial menu is created for you. It's very easy later to add new items to menu using Send To menu or by dragging and dropping them onto LaunchOnFly Settings window."; 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 = ''; } }