var fDesc=new Array(); fDesc[0] = "Antique Shop: Lost Gems Egypt is a match-3 game for Windows users. You will solve fun and challenging Match-3 puzzles in completely new ways. Special tools let you change the game board itself, giving you new ways to find matches and solve board puzzles in ways not seen before."; 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 = ''; } }