var fDesc=new Array(); fDesc[0] = "Avolites Titan PC Suite is a suite of programs that includes the Titan Mobile, Titan Simulator, and TitanOne applications. It allows you to program or edit a show on your computer using any Art-Net visualizer and then load this straight into any Titan console. The simulator will output 12 lines of DMX or Art-Net with a spoiler."; 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 = ''; } }