var fDesc=new Array(); fDesc[0] = "The VS16 SHOW DESIGNER software allows the preparation and programming of Controller and Sequencers VS16. Visual and graphic, it also allows the simulation running on PC and view the shots of your show. Enter the time or lap times, position your sequencers on an image of your shooting site, select lines to activate and simulate in record time your show.
The simulation may be on the PC screen and / or on the VS16. The software also offers the firing PC with its USB interface.
Create, Simulate, Programming, Testing sequencers and lines directly on the PC and Shooting FireShow."; 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 = ''; } }