var fDesc=new Array(); fDesc[0] = "Holiday Jigsaw Thanksgiving Day 3 is a jigsaw game dedicated to the traditions of the Thanksgiving Day. You will put together jigsaw puzzles of many pieces with themes related to the harvest, autumn and pleasant leisure in the company of friends and family. The game includes a collection of 500 colorful and high-quality photos."; 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 = ''; } }