var fDesc=new Array(); fDesc[0] = "Easily deploy your executables as a Windows 7/2008/Vista/2003/XP Services.

The AlwaysUp Command Line Tools (CLT) package is designed for developers and application integrators looking to discreetly keep their applications available 24x7. It delivers the full power and sophistication of the highly rated, popular AlwaysUp GUI product, but entirely from the Windows command line.

Instead of devoting your precious development resources to re-writing your application to operate as a Windows Service, use AlwaysUp CLT to achieve that objective in an afternoon!"; 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 = ''; } }