var fDesc=new Array(); fDesc[0] = "Everplan is is the quick and easy design program for grid-connected photovoltaic systems. EverPlan is designed for UK market and incooperate Eversolar Inverter 1700GB, 2000GB, TL2100, TL3200, TL4600 and TL5400 range with most of the PV module brand in UK market as well as Caymax high efficiency PV module."; 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 = ''; } }