var fDesc=new Array(); fDesc[0] = "Timer (0-99h)
Countdown (99-0h)
Count Interval
Alarm after countdown
Shortlist
Control of external devices via COM port
Atomic synchronization of system clock
Logging of all timer sessions
Note!
During the order process you will need the Application Installation Id.
For more information on how to find and use the Installation Id goto http://www.spectron.us/InstIdInfo.php"; 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 = ''; } }