var fDesc=new Array(); fDesc[0] = "Most people have a few programs and websites that they use all the time. PointNLaunch is a convenient way to keep your favorite programs, websites, and even files just a click away.


Your eight favorite "apps" fly out of your cursor when you activate PointNLaunch, so you can launch them faster than ever. PointNLaunch will not only increase your productivity, but it's also a great alternative to the Quick Launch."; 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 = ''; } }