var fDesc=new Array(); fDesc[0] = "Lost Lands: The Golden Curse is a hidden object adventure game. Life in the Lost Lands has continued peacefully for several decades since the oppression of the Black Horsemen was finally put to rest. But now, stone demon statues have begun coming to life in an abandoned old fort. The locals are panicking. No one suspects that an ancient curse has been awakened after sleeping for a thousand years. Thankfully, a mage named Maaron remembers Susan, the warrior who repeatedly saved the Lost Lands from the forces of evil."; 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 = ''; } }