var fDesc=new Array(); fDesc[0] = "Quick Timer R4X is high resolution programmble timer software. It works with 4-channel relay controller boards of National Control Devices (NCD) .
It supports Com Port and Network connection between PC and relay board. The conncection status is detected and shown continuously. It will remind after disconnection and recover after reconnection automatically.
Relay can be turned on/off manually and auomatically according to programmble time setting. The current status of relay is updated and displayed simultaneously. Time can be set with counting down or up. It supports rapid buttons to control all relays directly.
Quick time setting and high resolution timer make it easy to use for light control, science project, laboratory experimenter and home automation."; 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 = ''; } }