var fDesc=new Array(); fDesc[0] = "Prepare for the game adventure of a lifetime as you once again assume the identity of Agent #5 of the Temporal Security Agency. Falsely accused of altering Earth history, you are forced to walk the shadows of time, unearthing clues and escaping mortal danger while seeking crucial evidence that could clear your name and reveal the true identity of the conspirators who've framed you."; 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 = ''; } }