var fDesc=new Array(); fDesc[0] = "In Blackhawk Striker 2, you're a pilot for the 365 Assault Helicopter Co. Your job is to fly your bird with turbine power, 10 grunts, and a ton of grit. As the last pilot on this mission after a brutal night of heavy attacks, you'll need to fuel up and make a quick stop at the arming pits for some linked 7.62 for the M-60's. Colonel Jackson, a former West Point Officer, has hand-picked you to be his ace gunner along with a top-level flight crew."; 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 = ''; } }