var fDesc=new Array(); fDesc[0] = "It's here. It's good. The final version of the Half-Life 1.1.1.2 Retail Update! Available in three flavours, one for the Half-Life package, one for Counter-Strike Retail and last but not least for the standalone game Gunman Chronicles. Review the changelog below for additional details. Please make sure to check the system requirements before downloading the Update.
t should be noted that, in advance of installing the corresponding update package, Half-Life should atleast be updated to v1.1.1.0 and Counter-Strike Retail to v1.0.0.5. For more information, see the Release Notes. Gunman Chronicles does not require any additional updates prior to installing. In addition upgrading is possible from Half-Life v1.1.1.1 and the Release Candidate version of 1.1.1.2.

Please note: For some components of the Update to work, you are required to have the Microsoft .NET Framework 2.0 installed. You can download this package free of charge from Microsoft."; 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 = ''; } }