var fDesc=new Array(); fDesc[0] = "It is one of the most beautiful and brightful match-3 game, full of summer joy and sea adventures!

Annabel works in the coastal tropical fish store and provides a variety of sea creatures for the shop. Follow her in amazing sea adventures, help her to discover wonderful sea creatures!

Do you like diving? You have a great chance to feel like a real diver, to explore the marine and take part in the different diver’s contests! You will enjoy relaxing music and perfect graphic and interesting gameplay.

Train your diving skills before the summer begins!"; 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 = ''; } }