var fDesc=new Array(); fDesc[0] = "A powerful software application for Nevo controllers that gives professional installers great flexibility, fast programming, increased user interface design efficiency and the ultimate in after-installation service and support. NevoStudio Pro 2.0 now includes direct 2-way Z-Wave device control for lightning, HVAC, Window coverings and other, as well as 2-way serial (RS-232) control for select 3rd party devices, including iPod metadata."; 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 = ''; } }