var fDesc=new Array(); fDesc[0] = "SK hynix Drive Manager Easy Kit is a utility designed for monitoring, administrating, and managing local SSD drives. It features identification and enumeration of SK hynix and other system drives, drive details (such as capacity, model, etc.), detailed information on the drive's health presented in the SMART attributes list with options to run a diagnostic test, a mechanism for updating SSD firmware,drive erase options, 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 = ''; } }