var fDesc=new Array(); fDesc[0] = "GRAFIK Eye Liaison Windows-based programming utility lets you program, interrogate, and backup a GRAFIK Eye® 3500/4500 unit. Requires use of the GRX-PRG or GRX-CI-PRG programming interface device.

GRAFIK Eye Liaison lets you program the GRAFIK Eye Control Units, Accessory Controls, Power Panels, Timeclock Events and Super Sequence.

GRAFIK Eye LIAISON Lighting Control Software can be used to Create, Edit, Go Online with, or Back up a GRAFIK Eye system."; 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 = ''; } }