var fDesc=new Array(); fDesc[0] = "Elisa was just a peasant girl when the king died and one of his advisors told her he believed she was the rightful heir to the throne. To prove her worth, Elisa must conquer a fearsome dragon, face off against a giant plant and bring down a wicked witch, all while gathering the resources to rebuild what was once a glorious realm. Hours of fun await the brave of heart in this delightful match-three game for the whole family"; 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 = ''; } }