var fDesc=new Array(); fDesc[0] = "Holiday Jigsaw Christmas 4 is an exciting puzzle game for the whole family! Piece together jigsaws and enjoy a magical Christmas atmosphere! You'll discover a collection of 500 high-quality photos and many gifts from Santa Claus! A packed game full of options to suit every player's preferences; set a difficulty for each puzzle, save your progress at any time, enjoy convenient controls and a multitude of hints and tools that make the game more comfortable to play. If you like a challenge, complete special quests and earn trophies."; 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 = ''; } }