var fDesc=new Array(); fDesc[0] = "If you have ever wanted to learn to play the piano, this game is for you. It's called MusicFest and it's a new free download musical game. You won't be bored by this game even if you are a professional musician or a beginner. MusicFest makes cool graphics and awesome sounds available to you. You will be clicking on the virtual push-buttons as if you're playing a real instrument."; 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 = ''; } }