var fDesc=new Array(); fDesc[0] = "Garritan Concert & Marching Band 2 is state-of-the-art software that reproduces the sounds of the musical instruments in concert and marching bands, right from your computer. This collection is the first library of its kind and fills a major void in the world of sample libraries.

Concert & Marching Band 2 features and array of trumpets, cornets, trombones, mellophones, euphoniums, baritones, tubas, sousaphones, clarinets, piccolos, flutes, saxophones, marching percussion (including drumline from Virtual Drumline 2 by Tapspace), and much more. Ideal for educators teaching band, band students, Band Directors who write drill routines, or for musicians who want to add band instrument sounds to their tracks."; 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 = ''; } }