var fDesc=new Array(); fDesc[0] = "The SunEye interfaces to the USB port of your PC, and data is transferred from the device to the SunEye Desktop software. A Solar Access and Shading Report summarizes the data from each session.
SunEye Desktop Software contains the PV Designer, which enables you to lay out solar PV modules on a roof surface and calculate the energy production for your system. Results are corrected for the impacts of partial shading, using your Skylines from the Solmetric SunEye."; 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 = ''; } }