var fDesc=new Array(); fDesc[0] = "1936-1939 The Spanish Civil War is a game add-on for Call of Duty 2. This mod is the story of the Spanish Civil War, between 1936 and 1939, accompanied by approximately 24 missions recreating the most important battles of the war. Some tasks are about the siege of the Alcazar of Toledo, the battles of Madrid, Jarama, Guadalajara, the Ebro or the bombing of Guernica, among others. The mod brings new vehicles; it also features a mission that needs a T-26 tank. Also included are new weapons and skins."; 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 = ''; } }