var fDesc=new Array(); fDesc[0] = "Germany at War: Barbarossa 1941 is a war strategy game that presents the largest land campaign in history, as three German Army Groups advanced into the Soviet Union. You command the German forces through a branching historical campaign covering the entire 1941 campaign as well as part of the 1942 campaign. Dozens of scenarios stretch from the Soviet border all the way to Archangel and towards Astrakhan, the original military goals of Operation Barbarossa."; 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 = ''; } }