var fDesc=new Array(); fDesc[0] = "Rudolph the Red Nosed Reindeer is an entertaiment game for childrens.
In this game they find out about the history of Rudolph,the faimous elf from Santa's elves.
It's a game with beautiful graphics and very educative for children,giving them the oppoortunity to find out many educative things."; 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 = ''; } }