var fDesc=new Array(); fDesc[0] = "Fans of the smash hit series on HISTORY will have the chance to become a Monster Quest investigator, using modern investigative techniques to pull back the shroud of myth, rumor, hearsay, and superstition to reveal the facts and truth concealed within. The Monster Quest game will place the player in the heart of these probing investigations, in search of one thing . . . the truth.
* Photo realistic environments
* Hundreds of mysterious clues
* Monsters of legend revealed!"; 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 = ''; } }