var fDesc=new Array(); fDesc[0] = "Shade: Wrath of Angels is a chilling, cutting edge, 3D, action-horror title that will leave gamers gasping for more, offering thought-provoking action, unimaginable creatures, and a rich, intriguing story, full of twists and turns, along with untold surprises. Through ingenious storytelling, the players will endeavor to uncover the truth about many horrific events as they unravel the plot.
Cinematic storytelling spiced with thrilling atmosphere. Long journey of destiny through present, medieval and mystery world of Shadows."; 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 = ''; } }