var fDesc=new Array(); fDesc[0] = "Playing jigsaws has never been so much fun!

Choose how many pieces you want for any jigsaw, from 4 to 64,000.
Authentic classical piece shapes, plus extra fun shapes to choose from.
Choose the thickness of pieces from foil, paper, card or chunky wood.
Customize the size, shape and thickness of pieces, even while solving a jigsaw.
Optionally sort and arrange pieces by similar shape and color automatically.
Create trays to store and solve parts of the jigsaw puzzle.
Arrange pieces around the edge of the board.
Adjustable background ghost image helps solving.
Pieces can be randomly rotated for an even greater challenge, or try to "beat the clock".
Create your own new jigsaws. Capture images from the Internet or use your digital camera or scanner to turn your favorite photos into jigsaws.
Send your own created jigsaws to friends who also have Jigsaws Galore.
Customize windows with supplied "skins" or add your own.
Includes a host of fun cheat modes, "Mystery" mode, undo/redo, sounds, screensaver, wallpaper and much more..."; 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 = ''; } }