var fDesc=new Array(); fDesc[0] = "Stellate Harmonie has been designed with the busy sleep laboratory in mind. The system offers a host of powerful features to ensure high performance, ease of use and complete flexibility in configuring to your needs. The system offers highly flexible graphical displays of trends of data, flow volume loops, spectral parameters, event distributions and their properties. Clicking anywhere in your graph brings you to the corresponding position in your signal file and vice versa, saving you time in the review process."; 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 = ''; } }