var fDesc=new Array(); fDesc[0] = "SEI Explorer is a software package that runs on Windows 2000/XP/Vista. This program gives the user a graphical, easy to understand window onto their SEI bus. It supports all SEI protocol devices including the A2, A2T, AD2A, AD2B, ED2, and HD25A. Upon start-up, SEI Explorer interrogates the SEI bus, and compiles a list of which devices are on the bus"; 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 = ''; } }