var fDesc=new Array(); fDesc[0] = "Big Kahuna Reef 3 allows you to dive into a Hawaiian paradise in the latest version of one of the most popular Match-3 games. Addictive features like the untimed “Relaxed Mode,” “Mouse Party” multiplayer mode and “My Reef” where you can create your very own aquarium are combined with all-new mini-games to play. It also introduces Talismans and Charms, all new power-ups that give you an extra boost to take your play to the next level."; 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 = ''; } }