var fDesc=new Array(); fDesc[0] = "PV plants incorporating Ingecon® Sun inverters and accessories require a software program to enable all the system variables to be controlled from a single computer.
With the Ingecon®Sun Manager software it is possible the remote communication of a PV plant with a PC and the transmission of all the PV plant variables: Inverter parameters, historical data, etc."; 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 = ''; } }