var fDesc=new Array(); fDesc[0] = "GT Player is the best friend of all guitarists and sound engineers looking for easy to use, simple, mobile, cheap but powerful guitar amp simulation and effects solution. Unlock your potential now! Professional or newbie, GT Player is perfect for you.

GT Player works both as a realtime standalone application and VST/AU plugin allowing to use your computer as a powerfull guitar multieffect processor in Nuendo, Cubase, GarageBand and others"; 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 = ''; } }