var fDesc=new Array(); fDesc[0] = "Amp/effect type sorting helps you quickly find the tone you are after. Using drag and drop to rearrange patches makes editing easy and fun, and you can even download the latest patches online. You can even share your patches with others or download a cool patch someone else created.
This software is compatible with following models:
G2Nu / G2.1Nu / G2.1DM / G2.1KL / G2.1MA
B3 / G3(ver.1) / G3(ver.2) / G3X / G5"; 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 = ''; } }