var fDesc=new Array(); fDesc[0] = "Photovoltaic system controller designed for use powering photovoltaic/hybrid system.

The controller is a MPR-9400 that automates the power flow of the system to properly charge/discharge the batteries and provide power to the load equipment.

The system can be accessed locally and remotely with the MPRCOMM software."; 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 = ''; } }