var fDesc=new Array(); fDesc[0] = "This is a benchmarking program being developed by 7Byte. Benchmarks are carefully designed in consideration with new CPUs and system architectures. It consists of two types of benchmarks: synthetic (synthetic test measures different component's performance purely) and practical (are consisted of different algorithms being used in different software). They are designed to measure performance of the whole system as unit, they include Raytrace Rendering, Ogg Vorbis audio encoding/decoding(very similar to MP3) and more."; 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 = ''; } }