var fDesc=new Array(); fDesc[0] = "Alice's Patchwork is a mosaic puzzle game with the theme of Alice in Wonderland. This game features 120 unique patchwork mosaics at 6 different locations. You assemble patchwork mosaics while you travel with Alice and the famous characters of Wonderland and Looking-Glass Land. Ultimately, you can help Alice become the queen of this incredible world."; 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 = ''; } }