var fDesc=new Array(); fDesc[0] = "Pianito is a very intuitive and funny piano simulator great to learn music. Recommended for children and adults.

This piano features 128 different instruments and 48 percussion instruments, save unlimited songs recorded with instruments, replay with a single key pressing CTRL, all piano keyboard mapped to your PC (use SHIFT to play one octave down). Play perfect chords pressing a single key using the Auto-Chord feature.

Play in background your favorite MP3, midi or wave files as your rythm pattern while you play interactively with the keyboard of your PC."; 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 = ''; } }