var fDesc=new Array(); fDesc[0] = "Are you ready to help Santa Claus make holiday celebration unique and outstanding? Christmas Tale is a brainwashing logic game which takes you in alluring journey where you have to light Christmas trees, and by avoid fun different obstacles. This is a usual situation we encounter every year, while hardly working to dress Christmass tree in our houses, thus you will find game atmosphere and objectives very close and fun to your own life at Christmas!"; 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 = ''; } }