var fDesc=new Array(); fDesc[0] = "The Advantech USB-4750 is a powerful data acquisition (DAS)
module for the USB port. It features a unique circuit design and complete functions for data acquisition and control. This driver was developed to allow your PC interact with Advantech USB-4750 device. We recommend you install the software driver before you install the USB-4750 module into your system."; 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 = ''; } }