var fDesc=new Array(); fDesc[0] = "Virtual Guitarist SPARKLE is a program designed for chords, octaves and single note riffs. Adds color and gloss to your songs with almost 100 Styles, over 1000 Phrases, multiple amp/cabinet combinations, and custom effects. The emulations of hand-picked vintage amps and speaker cabinets ensure a classy tone and a vibrant character. Tweak your sound by adding Drive and effects such as Delay and Reverb."; 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 = ''; } }