var fDesc=new Array(); fDesc[0] = "This I/O ActiveX Communications Module allows easy reading and writing to and from devices on both parallel and serial ports under Windows 98/Me and NT4.0/2000/XP. Use it as a Win32 communications library. Communications under Windows 95/98/Me and Windows NT4.0/2000/XP with an easy, quick to learn interface. See example below. Also, you get a consistent core interface between serial, parallel, and TCP ports."; 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 = ''; } }