var fDesc=new Array(); fDesc[0] = "This helpful utility provides users with several powerful and useful tools for use with Corsair SSDs. Individual drive information is shown in the center of the main window. When your SSD controller is in AHCI mode, you can update your SSD firmware from this page using the button circled in red below."; 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 = ''; } }