var fDesc=new Array(); fDesc[0] = "In Bejeweled® 3 find your perfect match with cool game modes that will suit all of your moods. In order to make Emily's dreams come true, she's going to have to earn enough money to pay her construction loans by helping other restaurateurs. Hire entertainers, decorate each restaurant, and keep up with reservations in two thrilling game modes. More frenzied and more fun, Delicious - Emily's Tea Garden is a vivid treat 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 = ''; } }