var fDesc=new Array(); fDesc[0] = "This initial release is a BETA, and therefore should NOT be considered a final product. It should also be noted that this is v0.1 of a brand new mod on a new game engine and should not be compared in anyway to the Project Reality: BF2 modification. The aim of this BETA release is for the PR Team to get quality feedback to ensure that we are progressing in the right direction with the PR:ARMA2 mod.
Most of the current work we have is sitting at around 80-90% complete, but is simply not ready to be included in this initial BETA release. With that said, a lot of content has been removed and in some cases placeholders have been implemented so that we can concentrate on the more important gameplay aspect of the mod to ensure we get it right first."; 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 = ''; } }