var fDesc=new Array(); fDesc[0] = "Jigsaw Puzzle Gold Collection is a free collection of jigsaw games that will help develop logic, attention and memory. The game features a great number of puzzle types and modifications, different shapes of puzzle pieces, and a large collection of images. The goal of the game is always the same - putting together an image from multiple pieces. All family members will like Jigsaw Puzzle Gold Collection. The more friends and family members are involved, the faster you will achieve success."; 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 = ''; } }