var fDesc=new Array(); fDesc[0] = "Looking for a free music game? Once a traveler discovered a secret of an ancient manuscript that points to the treasure of the ancient people. The manuscript says that one has to wake up the fire totems and light the sun to be rewarded with treasure by the mighty spirit Vislipuzli. The only way to do this is to play the magical music in this totally free music game. This simple and dynamic game will put you into the world of magical sounds and haunting rhythms and everyone will become a little bit of a musician! Are you ready for this mysterious journey? Then go! Download the free music game right now and enjoy!"; 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 = ''; } }