var fDesc=new Array(); fDesc[0] = "After being mysteriously resurrected by The Society, young Marie Dupois finds herself thrust into an ancient conflict of good and evil. Command Marie through 40 levels of pulse-pounding action and unlock a ton of special achievements! Fight through an army of adversaries as you help Marie work toward her own secret agenda to rescue her beloved Lucas! With an arsenal of archaic weapons and massively mind-blowing power-ups, bring the fight to The Thrum and give 'em Hell... in high heels!"; 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 = ''; } }