var fDesc=new Array(); fDesc[0] = "Play MixAPix, the jigsaw puzzle game with a logical twist. Swap pieces back and forth to find the mystery pictures. 9 puzzling variations and 11 sizes to choose from. You get over a thousand beautiful pictures to solve. You can also make as many puzzles as you like from 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 = ''; } }