var fDesc=new Array(); fDesc[0] = "Ample Guitar M Lite II aim to bring the Martin D-41 Acoustic Guitar sound to your studio. It comes with Sustain, Hammer On & Pull Off, Palm Mute, and Popping 5 articulations. Each Cycle & Rhombic Sampling structure provide separate sample cycle for each note and vel layer to improve sample utilization efficiency."; 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 = ''; } }