var fDesc=new Array(); fDesc[0] = "Jewel Academy is a gem-matching game that can be installed as an extension for Google Chrome. Your aim is to match three gems of same color, and clear the board. You can activate special power-ups to speedup the game, and win extra points. You are the first wizard to go beyond the Jewel Academy and solve the mystery behind the colored magic gems. You must collect enough stars to travel from one magic gate to the next and unravel the mysteries that keep the Jewel Academy occupied."; 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 = ''; } }