var fDesc=new Array(); fDesc[0] = "GT-PRO Editor allows you to configure the product using standard features.

Plug into BOSS’s most powerful rack processor ever. With a dual COSM® effects engine and an expansive I/O section that includes XLR outputs, three sets of send/returns, and a USB port for data exchange and audio flow, the new GT-Pro is the perfect front-end for driving a wall of powered cabinets or for direct, pro-grade recording applications. Whether on stage or in the studio, you’ll be amazed at how much power and performance this top-quality rack has to offer."; 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 = ''; } }