var fDesc=new Array(); fDesc[0] = "Secrets Of Easter Island is a game in the "Labyrinths of the World" series of hidden-object puzzle adventure games. MI6 has rewarded you with a vacation to thank you for saving the world. What starts as a relaxing getaway quickly takes a disastrous turn as your world is attacked by an ancient god and their stone statues. You must stop the destruction before it's too late."; 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 = ''; } }