var fDesc=new Array(); fDesc[0] = "Designed to aid with both pre-programming and training, Phantom Jester allows users to manipulate an emulated desk on their PC and view the monitor outputs without a real desk. Show files can then be interchanged with the desk using a standard USB memory stick, for true offline programming. Every software function of the desk is emulated including Online Help and a front panel mimic allows you to interact with the software in real time. Beginners can benefit from the ability to learn the desk from the comfort of their home, whilst more experienced users can make use of the time prior to a production to enter patch information, build fixture palettes or even pre-program the entire show using the familiar user interface."; 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 = ''; } }