var fDesc=new Array(); fDesc[0] = "KORE 2 is a powerful software / hardware system with a versatile library of more than 500 production-ready sounds with over 3,000 sound variations, plus over 100 effect settings. Find, play, and tweak sounds with unprecedented speed, power and ease.
KORE 2 features six integrated sound engines, a dedicated hardware controller, and the ultra-fast KoreSound® browser."; 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 = ''; } }