var fDesc=new Array(); fDesc[0] = "Astra Jigsaw Art Edition is relaxing jigsaw puzzle game with a collection of 100 puzzles.
Intricate pieces are shaped after the fashion of antique jigsaw puzzles. Each piece can have up to 9 neighbors rather than usual 4 which makes playing quite a challenge.
You are able to change the number of pieces, to choose one of 4 shape styles, the most interesting of which is the Figure style. Rotation of pieces can be on or off as well as the picture frame."; 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 = ''; } }