var fDesc=new Array(); fDesc[0] = "Phenomenon Meteorite Collectors is a hidden object adventure game. You will discover the extraordinary truth about your family’s past in phenomenon: Meteorite. Twenty years ago, your parents left you on the doorstep of a kind family and fled for their lives into the pouring rain. Now you’ve been given a clue to their whereabouts – an uncharted island, where a strange meteorite landed centuries ago."; 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 = ''; } }