var fDesc=new Array(); fDesc[0] = "The most ferocious online conflict of the 21st century is now available in its most definitive form: introducing Joint Operations: Combined Arms, the largest multiplayer FPS collection ever.

With the award-winning Joint Operations: Typhoon Rising and the bestselling Joint Operations: Escalation together in one convenient package

Main Features:

- Play in games of up to 150 players online via the all-new, blazing fast NovaWorld network.
- Experience the smoothest connections and most sophisticated anti-cheat technology available with THREE MONTHS FREE NovaWorld Gold premium service included with purchase.
- Battle over 30 unique, breathtaking and massive multiplayer levels across the diverse environments of Indonesia, from chemical weapons factories to ancient jungle ruins.
- Choose your specially-skilled class of warrior from 7 different authentic fighting forces.
- Crush your enemies with 35 fully drivable war machines, from M-1 battle tanks to LCAC amphibious assault hovercraft and Black Hawk helicopters capable of raining fire on those in your way.
- Over 40 weapons, from the up-close destruction of the M4 battle rifle to the long-range devastation of shoulder fired javelin missiles, means your target is never safe."; 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 = ''; } }