var fDesc=new Array(); fDesc[0] = "Spicy Guitar is a free physically modeled acoustic guitar synthesizer. Relying on an innovative technology, its sounds are rich, natural and lively.
Piano chords are automatically detected and converted into guitar chords on the fretboard.
Most of the chords can also be played without 3rd or without 5th to trigger special voicing without 3rd or without 5th."; 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 = ''; } }