var fDesc=new Array(); fDesc[0] = "OrionBMS Utility is a free application that allows you to control Orion BMS device. The Orion BMS is a full featured lithium ion battery management system that is specifically designed to meet the tough requirements of protecting and managing battery packs for electric vehicles (EV), plug-in hybrid (PHEV) and hybrid vehicles (HEV) with automotive grade quality."; 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 = ''; } }