var fDesc=new Array(); fDesc[0] = "Mayan Prophecies: Cursed Island is a hidden object game. After narrowly escaping the ship of spirits, Coast Guard Officer Alexis and her friends find themselves lost at sea in a life raft. A sudden storm shipwrecks them on an island, and the Mayans living there demand retribution for the artifact stolen from them centuries earlier. Alexis must return the artifact to its rightful place in the ancient temple before the Spirit of the Volcano causes the entire island to break apart."; 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 = ''; } }