var fDesc=new Array(); fDesc[0] = "The EVGA SPD Utility allows users of EVGA X58 Classified to flash SPDs of different RAMs onto a backup and safe ROM on the Motherboards.
Users will be able to experiment and run their RAMs with different SPDs, without any risk to their RAMs.
If users wish to share their SPD of their RAMs with other users, or to keep for future use, EVGA SPD Utility allows this easily."; 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 = ''; } }