var fDesc=new Array(); fDesc[0] = "Learn to program a show in 2 hrs, but benefit from in-depth capabilities as you move on from there. You never stop learning with Millennium, as it runs under Windows 98/ME/XP/2000/Vista and Windows 7. Millennium was the first control software to provide digital blanking capabilities and full color modulation for solid state laser diodes. So all you need is the diode, Millennium controller, 2 scanners with drive cards and you have your full working laser show.

Millennium is the most user-friendly laser control software ever created. It comes with one of the largest graphics libraries available, but it allows the user to easily create custom logos and graphics by our inbuilt image editor

Millennium has real-time embedded features to allow the implementation of real-time effects, such as X, Y, Z rotations while the show is being played."; 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 = ''; } }