var fDesc=new Array(); fDesc[0] = "Keyboard Tools is a multi-platform application for piano, keyboard and mallet percussion instrument (vibraphone, marimba, xylophone) players of any style. It comes with useful features and customization: from 2 to 5 octaves, numerous different sounds, mallet percussion first note setting, BPM detector, metronome, favorites tunes, circle of fifths, chords and scales, printing and copying the keyboard."; 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 = ''; } }