var fDesc=new Array(); fDesc[0] = "With this game you will discover the pleasure of puzzles, from finding a beautiful image, to the construction of the puzzle. The game has a separate box for the puzzle pieces, a large resizable game mat, a puzzle image that can be enlarged to see the details and pieces presented face down or face up and rotated randomly. PuzzlePro allow you access to a choice of 1859 puzzles in 108 to 300 pieces."; 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 = ''; } }