var fDesc=new Array(); fDesc[0] = "Mayan Prophecies: Cursed Island Collector's Edition is a game in which Coast Guard Officer Alexis and her friends find themselves lost at sea in a life raft after a sudden storm shipwrecks them on an island and the Mayans living there demand retribution for the artifact stolen from them centuries earlier. You can join the crew and save the island from destruction in this thrilling Hidden-Object Puzzle Adventure 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 = ''; } }