var fDesc=new Array(); fDesc[0] = "A Tempurity Server collects data from Networked Robotics' hardware anywhere on the internet and stores it. This data is then available to multiple Tempurity Monitors anywhere on the internet. The Monitors are the main interface to Tempurity data. The demo server is a computer running our Tempurity Server software and located in Networked Robotics' offices in Evanston, Illinois."; 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 = ''; } }