var fDesc=new Array(); fDesc[0] = "With Daslight Virtual Controller you can easily insert a group of lighting fixtures, control up to 4 DMX universes, use tabs of fixture groups, create and edit your scenes in a simple and quick way. Virtual Controller can control fixtures of different families, offers preset palettes, use multi selection and allow users to move and control each element rapidly and easily."; 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 = ''; } }