var fDesc=new Array(); fDesc[0] = "PV*SOL® Pro is a program for the design and simulation of grid-connected and off-grid photovoltaic systems.
You can create your system using a wide range of modules (including thin-film and crystalline) and the program determines the size of the system with the roof layout tool. After testing all the relevant physical parameters, the program automatically selects the inverter and PV array configuration.
This dynamic simulation program has been developed for engineers, designers, installers, roofing specialists and electrical contractors or building technicians."; 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 = ''; } }