var fDesc=new Array(); fDesc[0] = "PV*SOL advanced is a dynamic simulation program for the design and optimization of grid-connected photovoltaic systems (with storage systems). You can also simulate systems by the minute with any number of module arrays in different orientations. You have the possibility of selecting multiple system inverters and combining them with other inverters - even if they are equipped with different MPP trackers."; 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 = ''; } }