var fDesc=new Array(); fDesc[0] = "Forgotten Hope 2 is an award-winning not-for-profit World War II modification for Battlefield 2.
With over 250 new pieces of authentic equipment, with tanks such as the mighty German Tiger tank and the diminutive British Vickers light tank, aircraft from the famed American P-51 Mustang to the antiquated German Stuka dive-bomber, and weapons including the powerful German Panzerfaust and the fearsome American M-1 Garand rifle, Forgotten Hope 2 has a wider scope than any other Second World War First Person Shooter, ever!"; 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 = ''; } }