var fDesc=new Array(); fDesc[0] = "Launcher allows you to easily create shortcuts and configure launch options:
Supply command line parameters in application shortcuts. Configure as a portable launcher running on USB sticks and drives. Batch files and other executables support same options as applications.
Pro: File or program window state, e.g. maximized. Application files starting directory. Launch programs with Windows run as administrator elevation dialog.
Launcher resides in the system tray per default to allow for quick launch of all favourite programs and often used files. Launcher also supports various user interface options, e.g. customizable program font setup including type and size."; 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 = ''; } }