var fDesc=new Array(); fDesc[0] = "Match Gems Evolved is a new kind of puzzle: explore alien worlds as you build combinations of gems to increase your score. This interstellar matching game is sure to keep you on your toes. Visit futuristic worlds as you puzzle your way through many levels of matching fun and build combinations to increase your score, or switch to untimed mode for a more relaxing experience."; 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 = ''; } }