var fDesc=new Array(); fDesc[0] = "Daslight Virtual Controller 3 is an application for programming Daslight lighting control hardware devices. The software is split into 3 tabs; "Setup" to add your lighting fixtures, "Editor" to program scenes, and "Live" to control your show. It allows you to quickly create color changing, moving, and matrix effects with the Effects Generator."; 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 = ''; } }