var fDesc=new Array(); fDesc[0] = "Reflections of Life: Call of the Ancestors is a hidden object game for Windows users. It's your sister's 21st birthday. What should be a joyous occasion quickly turns dark when she’s kidnapped by cloaked figures before your very eyes. With the help of your new magical friend, you must track down the evil behind the kidnapping and save your world in the process."; 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 = ''; } }