var fDesc=new Array(); fDesc[0] = "Native Instruments Polyplex is an eight-part drum sampler with nice randomizing capabilities. POLYPLEX delivers a fast, fun way to design your own drum kits. Roll the dice to randomize sounds on the global, sound, or sample level. No sound design experience necessary – randomize everything for something completely new or apply more subtle randomization when you start finding sounds you like. Each of the eight sound slots in POLYPLEX holds four samples. Each of these samples forms one layer of a single drum sound. Load a preset and start randomizing to build a kit."; 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 = ''; } }