var fDesc=new Array(); fDesc[0] = "The purpose of this software is for adjusting and backing up settings on one or more Lutron GRAFIK Eye QS units.
The GRAFIK Eye QS PC programming tool allows users to set up virtually all of the programming on the GRAFIK Eye QS by simply typing in values from their PC. The PC Programming Tool automatically detects the type of GRAFIK Eye QS unit via USB and allows users to set up zones, scenes, timeclock events and other programmable features and save these settings
for replication across multiple units."; 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 = ''; } }