var fDesc=new Array(); fDesc[0] = "YR Red-Resurrection is a free modification for the Red Alert 2 game. Red-Resurrection focuses around our two traditional factions and mortal enemies: the Allies and the Soviets, featuring four countries per allegiance in multiplayer. The Allies use high tech weaponry such as forceshields, temporal displacement and lasers whilst also relying on the most powerful airforce and navy in the world. The Soviets return with more radiation weapons, tesla and electronics, napalm and a devastating new set of ground weapons plus the return of their psychic troopers and sensor towers."; 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 = ''; } }