var fDesc=new Array(); fDesc[0] = "Alice's Jigsaw - Wonderland Chronicles is a collection of 120 mosaic brain teasers. Each level differs in both speed and length. The pictures show the magical world of Alice in a more modern style, including fantastic images, tea parties, white rabbits, clocks, and card/chess themes. You must solve puzzles and beat levels in 6 different worlds to win this game."; 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 = ''; } }