var fDesc=new Array(); fDesc[0] = "Christmas Stories: A Christmas Carol Collector's Edition is a hidden object game in which your Uncle Scrooge asks for your help, but some friendly Christmas ghosts have other plans for both of you. You'll have to undo the bad turns in his life and change the man’s fate once and for all."; 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 = ''; } }