var fDesc=new Array(); fDesc[0] = "Ample Bass P II brings the Fender Precision Bass sound to your studio. It comes in AU, VST, AAX, and RTAS formats. You get features such as Sustain, Palm Mute, Natural Harmonic, Hammer On & Pull Off, Legato Slide, Slide in & out, Slapping, Popping, Tapping, Accentuated, Staccato, Dead Note 14 articulations, Legato at random length & pitch & poly."; 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 = ''; } }