var fDesc=new Array(); fDesc[0] = "Rebuild a shattered world in this enchanting puzzle game set in a magical realm. When Chaos unleashes its rage on a beautiful land, nothing is left intact. As the Goddess of Creation, you possess the magic that can restore your handiwork to its former life-giving glory. Piece by charming piece, you'll reassemble majestic vistas and colorful portraits of breathtaking creatures, gradually stitching together the very fabric of nature itself. As you either race against the clock or progress at your own pace, soothing music will keep you focused on the task at hand."; 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 = ''; } }