var fDesc=new Array(); fDesc[0] = "OT Programmer is a Windows application used to program the parameters of the OPTOTRONIC programmable LED power supply. The interface helps the user to set the desired current for the power supply for a particular application and gives flexibility to enable/disable "Dimming" and "LED Thermal Protection" features depending upon the end application and use. It also allows the user to save the profile for a particular power supply and recall/reload when necessary."; 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 = ''; } }