var fDesc=new Array(); fDesc[0] = "PuzzleMe is the easiest to use and the most entertaining puzzle game you've seen. In just a couple of seconds, you can create jigsaw puzzle game from your digital photos or image found in the internet. Simply drag-and-drop image into the application window to start creating a game.

Tune the settings (number of pieces, puzzle shape) and start solving the puzzle. You can save it at ant time and even share it with your friends. With included 'simple mode' PuzzleMe is also best choice for kids."; 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 = ''; } }