var fDesc=new Array(); fDesc[0] = "Native Instruments Scarbee MM-Bass is a program that brings you the warm and creamy fingered bass sound of the 70s known from countless disco and funk recordings. The full strings of the bass were sampled in order to reproduce the timbre changes that occur when you move between low and high frets - giving you rich, natural sound with all the overtones."; 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 = ''; } }