var fDesc=new Array(); fDesc[0] = "One Man Band is a combination of a virtual music-keyboard with automatic-accompaniment, a sequencer that utilises styles and a style editor. It utilises standard style files that are compatible with the styles that are used in Yamaha PSR, DGX and Tyros arranger keyboards. It is able to play the thousands of Yamaha styles that are available on internet and it can create styles that can be played on a Yamaha keyboard. The sound quality produced with One Man Band depends largely on the quality of the synthesizers that are used. Make a quick start and try it out!"; 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 = ''; } }