var fDesc=new Array(); fDesc[0] = "DMXIS is a program that enables you to create exciting live light shows. You can step through your lightshow with a basic footswitch or (for more control) use a MIDI foot pedal or keyboard to switch between scenes and fade your lighting up and down. You can use the VST or Audio Unit plug-in to run the light show using an audio sequencer such as Ableton Live or Logic Audio."; 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 = ''; } }