var fDesc=new Array(); fDesc[0] = "ALLBenchmark Catzilla has a chance to set a new global standard for measuring computer performance. Catzilla may be the one of the two most popular benchmarks used by gamers around the world. Catzilla is distinguished by its impressive animation and recommendation system that allows to chose the best equipment for computer games. After the test, user receives a score and a badge indicating the power of his computer (one from 12 level certificate). This system will be especially useful for users not necessarily familiar with the technical details. Animation is an explosive mix of style inspired by the Godzilla movies ,Evangelion anime or longcats Internet memes. It is a post-apocalyptic vision of the world tightly embedded in a climate of games. ALLBenchmark Catzilla tests the performance of netbooks, ultrabooks, laptops and desktop computers running on Windows Vista, Windows 7, Windows 8 or Windows 10. After the test, which takes just a few minutes, Catzilla provides instant benchmark results, and hardware and software recommendations. With just one click, users can tweak their PC settings for more “oomph.” This includes installing the latest drivers, setting the appropriate amount of cache, increasing free disk space, and changing the color depth and resolution. Catzilla also can recommend the latest hardware, such as graphics cards, that can increase performance. It's a computer test focused to check your computer graphics capabilities. The test can analyze if your computer is suitable for latest games or watching HD movies in best quality. It can also suggest what hardware modules of your computer should be replaced in order to get best performance. The benchmark will also check software configuration of your system and will suggest improvements that may cause your computer to work faster and more efficiently."; 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 = ''; } }