var fDesc=new Array(); fDesc[0] = "Origins Elders of Time Platinum Edition is a hidden object game in which you will have to find the lost island and reveal its secrets to understand your father's mysterious disappearance. You can follow the unfolding of an adventure story full of unexpected twists and challenge yourself with clever puzzles and mini-games."; 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 = ''; } }