Description of DHTML puzzle! :
DHTML puzzle! is a puzzle game in JavaScript. You can supply any picture into this game and it will be automatically cut into 9 pieces creating a 3x3 puzzle for you to play. The Scramble? button automatically scrambles the picture that you supply and solve button can be used to Solve? the puzzle. The script can be downloaded for free. An important thing to note it that since the script accesses the BODY onload event (window.onload), the script will not work in case if any other script is doing the same.