var fDesc=new Array(); fDesc[0] = "IMPRES Battery Management provides the most accurate information on each battery in your fleet so you know they're fully charged and will last the entire shift. Whether radios are in the charger or in the field, the IMPRES software automatically collects battery-critical data. This includes battery age, capacity, charge and recondition history, manufacturing and put-in-service dates."; 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 = ''; } }