var fDesc=new Array(); fDesc[0] = "Click MusicalKEYS is an onscreen musical keyboard program to play piano music through the computer with 128 musical instruments. Aimed at computer musicians, this software turns a PC's keyboard into a piano-like MIDI keyboard, mapping letter keys onto notes. This allows a laptop composer to play keyboard-style music, which can be useful if no genuine keyboard is accessible."; 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 = ''; } }