var fDesc=new Array(); fDesc[0] = "Witches Legacy: The Ties That Bind is a hidden object adventure game. It seems like only yesterday that Lynn was just a little girl, but now she's all grown up and marrying Edward. You couldn't be happier for your adopted daughter, until you discover that Edward is missing. A mysterious letter promised answers to his past, urging him to return to his birthplace."; 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 = ''; } }