var fDesc=new Array(); fDesc[0] = "You are Alex Mercer, a shape-shifter with absolute mastery over your genetic structure, stalking the streets of New York City, searching for your past. Delve into a web of lies and rip the truth from those who've hidden it from the public for forty years. Learn that you are not alone in your amazing abilities; that other killers stalk the city."; 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 = ''; } }