var fDesc=new Array(); fDesc[0] = "Conergy SmartControl is a reliable monitoring and analysis system for large PV systems. Automatic monitoring replaces the need for continual checking in person. Conergy central inverters can be networked and read out individually using the Conergy SmartControl. The CANopen communication standard guarantees reliable communication and thus ensures reliable monitoring of all system components and problem-free operation."; 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 = ''; } }