var fDesc=new Array(); fDesc[0] = "Artifacts of Eternity is a puzzle game in which you need to find your grandfather's artifacts. Most of the hard earned artifacts from your last time travel have gone missing again. Your grandfather pleads for your help to recover the missing items. Travel through time to find the lost artifacts and restore the lost collection!"; 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 = ''; } }