var fDesc=new Array(); fDesc[0] = "Black Mesa (formerly Black Mesa: Source) is a Half-Life 2 total conversion remaking of Valve Software's award-winning PC game, Half-Life.

Utilizing the Source engine, Black Mesa will reintroduce the player as Doctor Gordon Freeman, along with the original cast of memorable characters and environments seen in Half-Life. Black Mesa was built and founded on the basis that Half-Life: Source didn't fully live up to the potential of a Source engine port of Half-Life."; 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 = ''; } }