var fDesc=new Array(); fDesc[0] = "AutoCAD for solar designers who want the highest standard of precision and accuracy. PVCAD delivers efficiency so you can finalize designs and quote jobs faster.

PVCAD uses production modeling powered by PVWATTS created by NREL. Accurate 8760 data gives hour by hour production data over the course of the entire year. We use the most up-to-date weather data available with global coverage provided by Meteonorm.

Lastly, modeling in AutoCAD allows for the most precise system measurements available with any drafting 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 = ''; } }