var fDesc=new Array(); fDesc[0] = "Muster includes an integrated web server engine that’s the core of the HTTP/Rest APIs but also exposes a minimal, clean, and intuitive web based interface to its core features. Take total control of your farm hosts with a clean report that lets you manage any aspect of your devices. You can even take remote control over them or shutdown and wakeup hosts, manually or automatically! A foldable hierarchical tree view of your queue jobs. You can drag and drop jobs to nest them into folders, chains dependancies, and get a visual resume of what’s going on your farm!"; 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 = ''; } }