var fDesc=new Array(); fDesc[0] = "virtuAMP is an open source real time virtual guitar amplifier for your home computer. virtuAMP provides an intuitive interface for customizing your sound through a virtual pedalboard, which behaves as your existing guitar rig does, allowing you to place effect pedals, connect them using cables and control their sound using their controls.

Your guitar connects directly to virtuAMP through your sound card's line in, making virtuAMP a good substitute for a practice amplifier."; 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 = ''; } }