var fDesc=new Array(); fDesc[0] = "Forgotten Books: The Enchanted Crown Collector's Edition is a hidden object game in which your curiosity is piqued when your librarian friend shows you an ancient book that seems to have no ending. Your mission is to find a way to free the king from his chains, and rid the land of Eldor from a danger before the final hourglass runs out."; 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 = ''; } }