var fDesc=new Array(); fDesc[0] = "The fourth installment of Capcom's pivotal "Survival Horror" series continues with this fully-3D installment. The title takes place in 2004 some six years after the events that transpired in Resident Evil 2. The government has destroyed the Umbrella Corporation, which has been behind just about every plot and disgusting bio-chemical mutation in the survival horror series. Now-US agent Leon Kennedy (of Resident Evil 2 fame) has been dispatched to Europe to save the President's daughter from "crazed organizations."; 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 = ''; } }