var fDesc=new Array(); fDesc[0] = "Over 100 Betty Boop Jigsaw Puzzles! * Includes trays to store and solve parts of the puzzle * Change puzzle size, style, and thickness on the fly * True on-the-fly enlarge/minimize puzzle piece size * Custom background colors * Connect, show, and place pieces * Arrange pieces at edges, in a grid, or randomly Exclusive Virtual Zoom Feature For the ultimate puzzle solving experience! Creating Your Own Jigsaw Puzzles Is a Snap! Use your favorite pictures! No importing required! Supports JPG, PNG, BMP, TGA, PCX, and 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 = ''; } }