var fDesc=new Array(); fDesc[0] = "Click Music Notes HN is a learning mouse game for kids. To play, you must click on a note and turn it into animal. The speed of moving music notes can be set from 0 (immobile) to 100 (unplayable, even for parents!). It is also possible to play with all notes or only some : a simple click on a music note before you start the game, disable it. When you exit Click Music Notes HN, settings are saved."; 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 = ''; } }