var fDesc=new Array(); fDesc[0] = "The EVAL-AD7150EBZ is a fully featured evaluation board for the AD7150. The evaluation board can be operated in standalone mode ( either battery-powered or with external power supply) or connected to a PC via a standard USB interface. When operated with a PC, software is provided enabling the user to perform detailed analysis of the CDC's performance. This software includes the technical note describing the operation and set up of the evaluation board."; 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 = ''; } }