var fDesc=new Array(); fDesc[0] = "OutPort II for QK74 has count function added as well as a random output function. Works with Dot Net on XP and VISTA, perfect for your Halloween lighting effects, on a budget. If you have some experience writing batch files then you can easily write a program to control the relay board. A sample test program is provided. The second is a fully-featured Windows-based utility. It was written especially for this application. Of course, you can write your own programs in any language to output a byte to the printer port and the bits which are high will turn on the corresponding relay. The overlay on the PCB shows which bit in the output byte turns that particular relay on. For example, output 00010001, or 11 in hex turns on relays 1 and 5. Each relay number is also marked on the overlay for easy reference."; 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 = ''; } }