var fDesc=new Array(); fDesc[0] = "Jup-8 is an analog synthesizer model with the features of Roland Jupiter 8. This application comes with more than 500 high-quality presets. You also get simultaneous voice-level effects (serial) such as Chorus/Flanger, Phaser, Distortion, Parametric EQ and Ring Mod with flexible routing options. External MIDI controllers can be used with this program. The download comes with VST plugins too."; 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 = ''; } }