var fDesc=new Array(); fDesc[0] = "Along with a new graphic user interface, the software comes with many new features. The new EasyTime editor is now based on a timeline. Thanks to this new tool, it becomes very easy to build your show. Various effects, either static or dynamic (matrix effects, shapes...) are available and can be dragged to the timeline. Whether you are controlling moving heads or LED strips, this is the perfect tool. Palettes are also now available for positions, colors, beams or any other channel type that you wish to have palettes for. If a scene has been created using palettes, it can quickly be updated by editing the relevant palettes."; 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 = ''; } }