var fDesc=new Array(); fDesc[0] = "Designing and planning off-grid systems can be challenging and time-consuming. Whether it’s for a small residential system or a large hybrid plant, the new SMA Off-Grid Configurator provides users with a customizable, professional solution for planning off-grid systems that saves time and money. Each design aspect is carefully analyzed, from sizing the PV array, battery and inverter, to a final cost analysis, providing the user with comprehensive planning assistance. The Off-Grid Configurator supports SMA off-grid systems worldwide, including both 230 V and 120 V systems."; 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 = ''; } }