var fDesc=new Array(); fDesc[0] = "Explore Crocodile Island lost in the ocean, to find the treasures hidden by an ancient civilization in a mysterious and delightful ice cave high in the mountains on Crocodile Island. Place the colored balls four across, vertical, or diagonal in one of two game modes. The power of ancient treasures will help you to make the powerful combinations needed to reach your exciting goal. You can use one or all bonuses at once: a magic ball of lightning, the force of a volcano, a ring of stars or a secret bonus to reach the surprising and mysterious cave where you will find the ancient treasures. The time has come and now is the time for this exciting adventure and the hero who will discover the treasures of the ancients. Could this brave soul be you?"; 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 = ''; } }