var fDesc=new Array(); fDesc[0] = "Commandos: Beyond the Call of DutyIs a set of new missions for the commandos that can be executed without the main game. It consists in 8 new missions, and even though it is shorter, it is notoriously more difficult than Commandos: Behind Enemy Lines. The locations where the missions take place now are the old Yugoslavia and the island of Crete. In this game, new weapons are added for the commandos, among other personal elements: stones and cigarettes as distracters, chloroform for the spy, handcuffs for the Green Beret, control of hostage enemy soldiers, the ability of using the enemies’ rifle for the spy. In the last mission, a new integrant is added: Natasha, the “Dutch link” whose roll is very similar to the spy’s roll in previous missions. On the Nazi side, now the new Police officers from the Gestapo are found. They add another component that makes this game more difficult, because, since they can discover the spy, they can sound the alarm faster, so now, infiltrating with the spy gets more complicated."; 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 = ''; } }