var fDesc=new Array(); fDesc[0] = "Blitzkrieg II: The Finest Hour is the C&C Generals: Zero Hour modification that enables you to fight as the Allies, Axis or the Soviets in the World War II. At the start of the match you can only access vehicles and troops from the 1939 period. As the game progresses news reports will keep you up to date on the progress of the war and technological advances unlocks over a hundred different vehicles across the three sides such as the Allied Sherman, Soviet T-34 and Axis Tigers."; 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 = ''; } }