var fDesc=new Array(); fDesc[0] = "S.T.A.L.K.E.R.: Clear Sky is designed to test the performance of your PC!
This benchmark is based on one of the ingame locations – Marshland. The testing process includes four stages, those utilizing various weather and time of the day settings (day, night, rain, bright sun). In order to test your system thoroughly the benchmark is provided with a number of presets and options including different versions of DirectX (9.0, 10.0, 10.1), screen resolutions, anti aliasing etc, all at your disposal."; 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 = ''; } }