var fDesc=new Array(); fDesc[0] = "Battlefield 1918 combines fun with historical correctness, gaming with history, the memory of one of the most terrifying wars mankind has ever known, with fun had by people over the internet. Next to the battles fought on the Western front between mostly the Germans, the British and the French, wealso cover other scenarios, such as the Turkish battlefields at Gallipoli, the Eastern front where Germany and Austria-Hungaria fought against Russia, the Italian front and lately the battles in Africa. Next to land- and airbattles using historic weapons and vehicles, we are also planning on covering the naval aspect of WW1 in a broad spectrum, as this was the time in which the great battleships still were the absolute rulers of the seas."; 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 = ''; } }