var fDesc=new Array(); fDesc[0] = "Albino is virtual instrument and has more than 2200 'Rob Papen' presets in various styles of music plus two banks by the very talented REYN (Famous Dutch producer), Noisia (Dutch DnB) and NarvanaX (Dutch Hardcore). Sound Presets consist of 4 separate Layers for rich, complex sound synthesis.
Stereo Filters, 4 types. Filter modules include Silk-type, Cream-type, Scream-type and Comb-type. 3 multimode filters (Silk, Cream and Scream), each with a different basic design thus producing different sounding filters. Filters are stereo with panning and panning modulation options."; 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 = ''; } }