var fDesc=new Array(); fDesc[0] = "AmpliTube Metal is a virtual guitar processor, based on AmpliTube 2 software. It is aimed for heavy metal music style guitarists. There are 5 modules: tuner, stomp pedal board, amp, cabinet with microphone, rack effects. It is possible to use 12 pedal, 2 amps, 2 cabinets, 2 microphones, 8 rack effects concurrently. Also you can create your own amp’s model by combining several components. The amps can't generate absolutely clean tones, so there's a bespoke 'clean' version of the Rectifier emulation for that purpose. The tone can be further shaped by mixing and matching the virtual cabinets and mics. This program contains the most popular 7 “distortion” pedals, 5 “metal” pedals effects. Besides, it allows to use wide range of built-in rack effects, digital tuner, SpeedTrainer system. AmpliTube Metal works on basis of DSM technology. In can be used as VST, AU, RTAS formats program module or standalone application on computers running Mac OS X or Windows XP/Vista. This version contains also AmpliTube X-Gear 1.2, which allows various AmpliTube products, such as AmpliTube Metal, AmpliTube 2, AmpliTube Jimi Hendrix, Ampeg SVX and other products of this line to be accessed as one plug-in."; 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 = ''; } }