var fDesc=new Array(); fDesc[0] = "Custom Shop is a program that allows you to build your virtual gear collection one piece at a time. The program includes officially authorized models of legendary guitar and bass gear brands and ultra accurate sound emulations with DSM and VRM technologies.

Main features:

- Includes officially authorized models of legendary guitar and bass gear brands
- Fully functional version of AmpliTube 3 software with complete working feature set
- Mac/Win standalone and plug-in (RTAS, VST and AU) with native compatibility for 64-bit applications and operating systems
- Instant preset switching in standalone for live use."; 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 = ''; } }