var fDesc=new Array(); fDesc[0] = "Join our underwater adverntures and have fun bursting water drops at the bottom of the spring pond. Your task is to fill all the cells with water and collect as many big drops as you can at the end.
The Frog will be claping hands when you succed, cheering you up or giggling at you when you fail to complete your mission. Two different modes are available in the game: Puzzle and Arcade (time trial)"; 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 = ''; } }