var fDesc=new Array(); fDesc[0] = "The High Speed Data Converter Pro GUI is a program designed to aid in evaluation of most TI high-speed data converter and AFE platforms. The program provides a powerful and quick solution for analyzing TI data converters in both the time and frequency domains, and with single-tone, multi-tone and modulated signal support. The GUI is also compatible with TI’s Pattern Generation GUI for quick synthesis of single-tone, multi-tone and modulated signals."; 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 = ''; } }