var fDesc=new Array(); fDesc[0] = "Get Bin Laden! is a superb 3D action shooter where you must seek out terrorist Osama Bin Laden from inside the caves of Afghanistan, collecting powerups and extra weaponry along the way. You are an Army Ranger with an M16 facing a variety of Taliban henchmen. You will have to shoot your way past more than a dozen enemies and find the steel door that protects Bin Laden."; 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 = ''; } }