var fDesc=new Array(); fDesc[0] = "Put your daily routine aside and solve jigsaw puzzles in the ravishing game 1001 Jigsaw: Home Sweet Home! Now you have a nice chance to boost your attention and train quick wits with a multitude of colorful jigsaws! All people love comfort and try to get back to their homes where everything is so sweet and cozy. But what would you do if you are outdoors? Launch the game 1001 Jigsaw: Home Sweet Home and complete amazing puzzles with cushions, cakes, and picturesque views."; 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 = ''; } }