var fDesc=new Array(); fDesc[0] = "RG is a unique groove plug-in that is far more than just a "virtual Rhythm Guitar player". The sound sets are clean sampled guitars, which gives you great freedom and flexibility when using the synthesizer features and effects of RG. Additionally there are also the Power Chord, Distorted sound and Muted guitar sound banks which both have no major or minor range, but can still sequence A and B."; 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 = ''; } }