var fDesc=new Array(); fDesc[0] = "Serialtest Async is a PC-based analyzer for passively monitoring or actively testing serial asynchronous (async) communication circuits and networked equipment, at speeds up to 921.6 Kbps.Typical test application areas include utility meter reading, railroad signal and switch monitoring, PC-based control, lottery and gaming, credit authorization, and the Internet.The product offers an economical solution for debugging, testing, and troubleshooting equipment, circuits and software applications on serial data communication networks."; 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 = ''; } }