var fDesc=new Array(); fDesc[0] = "Rite of Passage: Child of the Forest Collector's Edition is a game in which your husband Alan has been haunted by dreams of a ghostly woman beckoning him, believing she knows how to save the town. Your search for answers will uncover the history of your town and the Forest Rite that has been a tradition for countless generations."; 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 = ''; } }