var fDesc=new Array(); fDesc[0] = "Dark Sisterhood: The Initiation is a game in which you start a journey to the remote island of Cold Peak, a place with its own traditions where people observe a forgotten way of life. You are drawn into a web of ancient cults and murderous deceit, where villagers are bound together by the law of silence."; 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 = ''; } }