var fDesc=new Array(); fDesc[0] = "Moore Industries’ USB Communication Cable provides the interface between a PC USB port and any of Moore Industries’ PC-programmable interface instruments. Configuring the Moore Industries’ USB Communication Cable is simple. After install, the utility will startup minimized when Windows starts. The utility is intended to be resident in the tray area (located at the lower right corner of screen), providing notification of cable connections."; 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 = ''; } }