var fDesc=new Array(); fDesc[0] = "Betrayer is a first person action adventure game that takes you to the New World at the turn of the 17th century.

Main features:
- Chart your own course through an untamed wilderness teeming with danger and discovery.
- Unravel the colony’s many mysteries by gathering clues and awakening the memories of the dreaming dead.
- Build up an arsenal of early 17th century weaponry including muskets, bows, crossbows, and throwing axes."; 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 = ''; } }