var fDesc=new Array(); fDesc[0] = "Battery Wizard allows you to monitor the state of the lead-acid batteries in your REVA or G-Wiz dc-drive, ac-drive and "i" electric cars. It is designed for people who either maintain their electric cars themselves, or who wish to monitor the batteries and see how they can improve the lifespan of their batteries."; 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 = ''; } }