var fDesc=new Array(); fDesc[0] = "Get ready to take your Light Show to the next level with the next generation standard and RGB light sequencing features of LightShow Pro such as Layer transitions and the frame by frame animation editor.

LightShow Pro is an easy to use and extremely powerful light sequencing software that creates stunning and interactive theatrical and public light performances. With this program, you can create an incredibly choreographed light show, synchronizing lights and devices to sound and video, easy and fast! With industry leading features and un-paralleled hardware compatibility, you dont need to be an expert to start building a great synchronized or interactive show!"; 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 = ''; } }