var fDesc=new Array(); fDesc[0] = "Begin by choosing your puzzle image from the gigantic collection of 365 wonderful photographs. Or, use your own digital pictures of friends and family. Next, choose a puzzle size and style from the amazing selection of unique and interesting styles.

Jigsaw365 uses an intuitive calendar interface. Begin playing from today's date and work your way through the year. Or skip around and play the puzzles in any order. Each month is a charming puzzle collection on its own with content appropriate to the season. Plus, there's a bonus 13th month ("My Month") where you can assemble a personal collection of your own photos."; 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 = ''; } }