var fDesc=new Array(); fDesc[0] = "WinShortcuts is a powerful application launcher and shortcut manager. It allows you to manage a list of shortcuts to applications, folders and files and launch them in a quick and convenient way. Shortcuts to applications are shown along with launched state indicator. Shortcuts can be added by dragging them into the application window and launched from there with a single click (no need to open a series of menus)."; 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 = ''; } }