var fDesc=new Array(); fDesc[0] = "It’s the PopCap game that set the standard in casual gaming! Soar to gem-matching heights in Classic mode, or speed through matches against the clock in Action. For even more dazzling fun, bump up your brainwaves with multifaceted Puzzles, or enter the Zen state of Endless play. Every match is high-carat fun!"; 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 = ''; } }