var fDesc=new Array(); fDesc[0] = "Piano Education studio is a game of musical skill and fast fingers. The aim of the game is to play Piano with the keyboard as accurately as possible.

The core play mechanics are nearly identical to previous iterations, with players using a Piano to quickly match colored notes as they cascade down the screen.

By keeping up with the song, hitting the right piano keyboard at the right time, and strumming to the beat, players advance to more challenging tunes."; 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 = ''; } }