var fDesc=new Array(); fDesc[0] = "SolarConfig is an app that helps you choose the most suitable platinum inverter for your solar system. It does not only help with the selection of platinum inverter types, but also with determining the number of strings and the number of platinum inverters. There is an extensive list of solar modules that you can choose in SolarConfig."; 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 = ''; } }