var fDesc=new Array(); fDesc[0] = "With Puzzlize you can turn your own image and photo files into puzzles or you can try one of the 8 puzzles provided. This puzzle can create standalone puzzles from your own image and photo files, any puzzles created can be given to family and friends and can include a message of up to 800 characters, included messages are displayed when the puzzle is completed. Popular image and photo file types are supported and a puzzle can be of 9,16,25,64,100 or 144 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 = ''; } }