var fDesc=new Array(); fDesc[0] = "This is an innovative PC jigsaw puzzle game that allows you to create and play your personalized jigsaw puzzles with your personal images on your PC. Unlike other PC jigsaw puzzle games, Gaia PC Jigsaw Puzzle allows you to play your favorite jigsaw puzzles in the same way as you play traditional jigsaw puzzles."; 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 = ''; } }