var fDesc=new Array(); fDesc[0] = "HyperWare-II™ is a powerful multi-purpose software package for use with the new Logic Beach IntelliLogger data logger series. HyperWare-II is the next generation icon-based data logging software built upon the original industry-preferred HyperWare program and contains all the functions required for configuration and use of the IntelliLogger. With HW-II you can graphically build data logging programs, view real-time data, build custom web pages, and much more. With completely rewritten code and updated, revised, and improved program functionality, you will be amazed at the versatility of HyperWare-II™."; 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 = ''; } }