var fDesc=new Array(); fDesc[0] = "EzExplorer is a photovoltaic monitoring program that can record and analyze all parameters of one and many inverters and the whole system. It is a powerful solution designed for monitoring power plant, providing rich data display, statistical analysis and archiving function, error message recording, user's operation tracking and language switch."; 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 = ''; } }