var fDesc=new Array(); fDesc[0] = "Jewel Match: Twilight is a creepy match-3 adventure game. Explore vast levels at your own pace with one of three modes to fit your play style, and buy upgrades from the sinister shop to aid you in your travels. Play minigames including hidden object and mahjong to earn bonus money and unlock spooky decorations for each eerie scene."; 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 = ''; } }