var fDesc=new Array(); fDesc[0] = "Undead Tidings is a Christmas-themed game where the goal is to help Santa recover the presents. Santa's naughty list has been leaked and the Abominable Snowman has made the list. With hurt feelings and rising fears of not getting any presents, he has summoned a zany pack of undead elves, reindeer, snowmen, and other colorful characters to strike back and retrieve presents. You must keep the undead from eating the presents dropped from Santa's sleigh as you work through the many neighborhoods of the North Pole."; 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 = ''; } }