var fDesc=new Array(); fDesc[0] = "Help Santa save Christmas in this holiday game. Santa is in a bit of financial trouble this Christmas when his nasty banker calls in his loan on Christmas Eve! The Banker flies his helicopter after Santa’s sleigh and destroys the sleigh with a missile, scattering all the presents for the children everywhere! From trailer park suburbia to uptown, help Santa collect the presents and avoid Jack Frosts, Evil Elves, and Crazy Grinches through 8 challenging levels."; 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 = ''; } }