var fDesc=new Array(); fDesc[0] = "Native Instruments True School is a program that provides 40 Kits, 70 instruments and 6 MASCHINE Projects. The kits, synths and patterns in TRUE SCHOOL combine inspired sampling, hi-tech sound design and creative drum programming. Acoustic and electronic drums are enhanced with artifacts and sonic embellishments, with the organic room sound intact."; 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 = ''; } }