var fDesc=new Array(); fDesc[0] = "Project Reality (PR) is a modification for the retail Battlefield 2 multi-player PC game. Project Reality's aim is to create a more realistic combat environment than standard Battlefield 2, and place a greater emphasis on teamwork and cooperation.
Most of the aspects of Battlefield 2 that have the capacity to be modified have been tweaked, or completely overhauled, to reflect their real life counterparts, for increased realism."; 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 = ''; } }