var fDesc=new Array(); fDesc[0] = "Sunlite Suite is the powerful, comprehensive and feature-rich lighting control software that outperforms most consoles/desks available on the market!

Sunlite Suite is the industry standard, and world's most popular dmx control software and computer lighting control system. With over 10 years of developement, Sunlite is known world-wide as the most powerful lighting control software.

From now on, thanks to a real software «Suite», every user will find the ideal solution to the required application : theaters, clubs, live shows, sound&light, architecture, rental companies, mobile dj, multimedia, ..."; 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 = ''; } }