var fDesc=new Array(); fDesc[0] = "Description:
SoftCollection Impulse Counter supports up to 12 counting processes via single Parallel Port.
All you need is to connect a button via 500 Ohm resistor between Parallel Port's ground (pins 18-25) and pin, whose number appears above the counter (for example pin 2 for Boring mill).
You may set a name for a desired counter. Each counter remembers it's current number and will continue from this number, after a computer has been turned on next time.
The counters will be able to process 20 counts per second and will programmatically prevent contact bounce consequences.
Features:
* May be placed everywhere on the screen.
* May be hidden or shown by single mouse click on systray icon.
* May be set to be always on top of other windows.
* Has an option "Run automatically when windows starts".
* Automatically remembers last state.
* If the counter is near the edge of the screen it gravitates to it."; 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 = ''; } }