var fDesc=new Array();
fDesc[0] = "Desert Combat Realism is filled with special features to enhance realism, skill-based play and teamplay.
Desert Combat Realism is an attempt to bring DC gameplay closer to how the real equipment behaves. Desert Combat Realism is designed to appeal to hard-liners and prior service, or just players looking for greater levels of realism and a sterner approach to game balance. It improves immersion by making the equipment behave more closely to what you would expect from real world counterparts.
Main Features :
- Military symbology
- Suicide bomber and ural fuel truck
- Dust created when firing
- Recoil system and accuracy
- Automatic Rifleman
- Parachutes
- Disposable AT weapons
- Deployable sandbags
- SMAW tracer
- Relocation of deployables
- Heavy weapon accuracy
- Tank ammunition selection
- Mi-8 Transports
-Aircraft variant random spawners";
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 = '';
}
}