var fDesc=new Array(); fDesc[0] = "The EV2300 is a USB-based interface board for a PC that can be used to evaluate battery fuel gauge circuits designed with Texas Instruments' ICs. The EV2300 has connections on it for a USB cable and also accepts inputs from a battery fuel gauge circuit's communication port (SMBus or HDQ). By running the appropriate PC software for the corresponding fuel gauge IC, the EV2300 interface board allows the user to evaluate the battery fuel gauge circuit."; 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 = ''; } }