var fDesc=new Array(); fDesc[0] = "The reindeer pull good old Santa's sled over the snowy countryside and through a tiny village all decorated for Christmas. His wild ride takes him over snow-covered houses and streets, past the church steeple, and all the way through to the other side of the village. Accompany our friendly man in red on his trip and let yourself be captivated by the cozy Christmas atmosphere."; 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 = ''; } }