var fDesc=new Array(); fDesc[0] = "Purify Puzzle is a match 3 game with three spooky themes, each with 10 arcade levels: Pumpkin patch, spiders lair, and dark castle. Gorgeous Japanese-inspired, hand painted high definition levels and animations are a feast for the eye as much as the gameplay is puzzle for your brain. It has 3 exciting single player modes - Arcade, Time Attack, and Survival. Fun and exciting original soundtrack draws you into the game and full set of 12 achievements await you in this adventure."; 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 = ''; } }