var fDesc=new Array(); fDesc[0] = "Reflections of Life: Hearts Taken Collector's Edition is a hidden-object game for Windows users. After his postcards stopped coming, you discovered that your husband disappeared during his expedition to Siberia. He was searching for a mythical cave that hides a legendary force. You must follow in his footsteps and catch up to him, before he meets a tragic fate in the Russian wilderness. You will travel through scenic locations and uncover ancient legends in this mysterious hidden-object puzzle adventure."; 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 = ''; } }