var fDesc=new Array(); fDesc[0] = "Jupiter-8V is the new addition to the family Arturia’s analog synthesizer recreations. Offering the unique sound palette of the Roland Jupiter 8, this virtual version is a sound designer’s dream. Based on the latest version of TAE, the Jupiter-8V also offers a host of modern features: an advanced step sequencer, a new line of dynamic effects, a module combining LFO’s (called Galaxy), and lots more."; 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 = ''; } }