var fDesc=new Array(); fDesc[0] = "Our hero is sailing around the world on his yacht when he suddenly discovers a small island, which he can’t find on a map. When he steps ashore he finds himself in the mysterious land of an unknown ancient civilization. Use the Magic Disk to learn the mystery behind this incredible Hidden Island! Remove the ancient spell that was cast hundreds of years ago and save the day in this exciting Match-3 game."; 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 = ''; } }