var fDesc=new Array(); fDesc[0] = "The DCON Utility is a toolkit that help user to search the network, easily to configure and test the I/O modules via the serial port (RS-232/485) or Ethernet port (using virtual com
port). It also helps to configure the i-87K I/O modules on WinCon 8000 system. It support not only the DCON Protocol I/O modules."; 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 = ''; } }