var fDesc=new Array(); fDesc[0] = "RealEight is 8-string sample-based electric guitar virtual instrument. It provides incredible playability based on easy-to-use keyboard layout as well as the advanced key/pedal/velocity switch system allowing a keyboardist to perform guitar parts with a whole new level of realistic expression. RealEight covers practically all sounds, articulations, and techniques a professional guitarist can produce on his 8-string electric guitar, including mute, bridge mute, harmonics, pinch harmonics, sliding, scraping, etc..."; 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 = ''; } }