var fDesc=new Array(); fDesc[0] = "Ultra Analog Session is a versatile and expressive synthesizer based on a selection of twenty different engine configurations from the acclaimed Ultra Analog VA-1. Ultra Analog Session boasts a comprehensive preset library covering basses, leads, pads, brasses, and strings. In addition, its simple and straightforward interface also lets you sculpt your sound from key synthesis and performance parameters. Key performance and synthesis parameters for easy customization of sounds"; 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 = ''; } }