var fDesc=new Array(); fDesc[0] = "AlwaysUp Web Service is a free add-on program for AlwaysUp that allows you to control your AlwaysUp-deployed applications from your web browser. Use the HTTP-based API to control your AlwaysUp from your own web applications.

Start and stop your AlwaysUp applications using your web browser, demands minimal CPU & memory resources."; 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 = ''; } }