var fDesc=new Array(); fDesc[0] = "The actual hard disk or SSD performance under Windows is determined not only by the speed of the drives rotation or memory chips, but several other factors also. Settings such as the mainboard chipset, controller drivers, SATA/AHCI mode and RAID configuration can all have an influence. Even CPU and RAM speeds play a very small part as well. Disk Benchmark is especially designed for testing the performance of hard drives and SSD drives."; 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 = ''; } }