var fDesc=new Array(); fDesc[0] = "u::Lux Config is a free Windows program designed for the configuration of the u::Lux Switch device. The program manages all control tasks and involved u::Lux Switches in your projects. You can change the LED colors of your device, change a symbol on the switch, insert your own text to the symbol, insert and play sounds, and more."; 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 = ''; } }