var fDesc=new Array(); fDesc[0] = "EcoSmart Config Utility allows you to quickly setup your Radion light and configure your light using Natural or Artificial Mode programs. The EcoSmart Configuration Utility software and most recent firmware are available for download. Once downloaded, run the software and follow the on-screen instructions for software installation. Once the software has been installed:
1. Connect the fixture using the supplied USB cable to your computer.
2. Plug any additional units you are configuring into outlet power. Make sure any additional units are within 25 feet of the USB connected unit.
DO NOT put any Radions face down on a surface that will obstruct airflow to the fan.
DO NOT look directly at the LEDs powering on.
Wait a few moments for your computer to recognize that a USB device is connected.
3. Click Refresh Device List button.
Check that all of your Radion(s) are recognized by the EcoSmart Desktop Utility."; 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 = ''; } }