var fDesc=new Array(); fDesc[0] = "It will show you the status of charge/discharge of the charger battery. You can know more information through it.
This software is specially for the EV series charger , it is intuitive , easy to use and powerful . By using this software , you can realize the process variation of the battery performance , monitor the charger ' s working condition , provide you the professional graph to refer, also you can open multiple monitor windows in one PC."; 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 = ''; } }