var fDesc=new Array(); fDesc[0] = "KOMPLETE 8 PLAYERS brings you three powerful audio platforms, ready to use in your studio or on stage: REAKTOR 5 PLAYER, GUITAR RIG 5 PLAYER and KONTAKT 5 PLAYER.
The included libraries provide over 300 high-quality sounds and effects ranging from futuristic synthesizers to edgy drum rhythms, stage-ready keys, versatile amp emulations, effects and much 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 = ''; } }