var fDesc=new Array(); fDesc[0] = "Quick Timer R8X is high resolution programmable timer software to control up to 8 channels of relay controller boards. Quick time setting and high resolution make it fit for lights control, science experiment, home automation, industry control, energy conservation and so on.

Main features:

- Control up to 8 channels of relay controller boards of National Control Devices.
- Support Network and Com Port connection between PC and relay board.
- Detect connection status between PC and relay board continuously.
- Remind after disconnection and recover after reconnection automatically.
- Control relay manually and automatically according to time setting.
- Update and display the current status of relay simultaneously.
- Time can be set with counting down or up.
- Support controlling all relays directly.
- Time setting can be saved for later loading."; 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 = ''; } }