var fDesc=new Array(); fDesc[0] = "yLaunch is a simple little program which runs in the system tray and gives you quick access to commonly used programs.

Okay, the Start menu does that so why use this program?

Because yLaunch can run several commands when you pick a task.

Apart from programs you can also add Explorer folders, web URLs and any documents recognised by your windows installation.

When you launch that task, all will be opened simultaneously."; 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 = ''; } }