var fDesc=new Array(); fDesc[0] = "Echoes of Sorrow 2 is a game in which you have to use a dream machine to travel through your husband's mind to find your children. You'll be immersed in the story from the very beginning as you learn about your ill-fated love and how your trust is broken along with your heart."; 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 = ''; } }