var fDesc=new Array(); fDesc[0] = "FavLaunch is a quick and free organizer for your favorite folders. You can place links to frequently used folders into FavLaunch and access them anytime with only two clicks.
How it works: When run, FavLaunch displays a small icon at the taskbar. Clicking the icon will show the list of folders. You can click on a folder in the list to open it."; 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 = ''; } }