var fDesc=new Array(); fDesc[0] = "Do you like riddles, adventures and treasures? If yes this game is created for you! We will tell you a love story about a poor journey man who fall in love with a girl of noble birth and who had to set sail to find a treasure. The way to the darling dream is not easy, and lots of severities lie in wait of trap. Save a fish from the carved golden cube and one more sea inhabitant will do its best to help you to find the treasure! Imagine you to be a captain, hear wind in the sails, see the deepness of the see with sharks passing by, algae bushes, school of variegated fishes, and get your chest of treasure!"; 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 = ''; } }