var fDesc=new Array(); fDesc[0] = "Radius Planner is necessary for the plant configuration. There are two ways to use it, authomatic or manual. For both ways, the strings have the same number and model of modules. The inverters, if more than one, can be mixed with different types and sizes. The database of solar modules can be easily updated and offers the possibility to view all the tecnhical data of the selected module.
Features:
* Authomatic selection of the inverter RADIUS and of the combined string boxes
* Check of the compliance with the inverter DC voltage, current and power limits
* Print of the configuration: inverter, plant configuration, cables and energy losses, final check
* Saving of each completed job."; 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 = ''; } }