var fDesc=new Array(); fDesc[0] = "Jurassic Mahjong is a game where you will travel to the prehistoric past of Mahjong with a scientist and his iron assistant. Something went wrong and the scientist found himself right in the middle of the Jurassic era, surrounded by hungry predators. Your job is to help the scientist make his way home, collect all the pieces of the time machine in the Wild Wastes and the Ancient Swamps."; 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 = ''; } }