var fDesc=new Array(); fDesc[0] = "Atlantic Quest 2: The New Adventures is a match 3 game in which you'll have to use potent power-ups and become the "Savior of the Seven Seas" while puzzling through tons of mini-games. Befriend a clever clownfish, a nimble seahorse, a cuddly blowfish and a crab with a "dynamite" personality, and help your fishy friends save their endangered home."; 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 = ''; } }