var fDesc=new Array(); fDesc[0] = "Shadow Analyzer expresses in graphs and tables the daily, monthly, and yearly profiles of many useful energy characteristics of the solar equipment from the daily energy losses associated with shading of individual solar panels to the annual energy yield of the entire solar installation. It provides you with the complete site analysis for your solar project including both the local architecture conditions of your particular site and the general climate conditions of your region."; 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 = ''; } }