var fDesc=new Array(); fDesc[0] = "HLFX: Lost in Black Mesa is a single player mod for Half-Life based on a new version of Half-Life FX engine. Many people were missing during the Black Mesa incident. You are Alex Jones, a young scientist that by a lucky chance worked in an HEV suit when there was an accident. When leaving your laboratory and entering an elevator you could not even imagine that the way out will be so long and difficult."; 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 = ''; } }