var fDesc=new Array(); fDesc[0] = "Forgotten Kingdoms: Dream of Ruin is a hidden object game with a mystery storyline. You are an Ambassador from a distant kingdom, carrying a prince's marriage proposal to the lovely Princess Selene. But she refuses it on account of a recurring nightmares that her kingdom will be destroyed if she marries. She is soon sunk into a deadly reverie by a magic spell. You have to find a cure in time by traveling to distant lands."; 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 = ''; } }