var fDesc=new Array(); fDesc[0] = "SP Toolbox works with SP SSDs and Industrial Flash products and provides multiple ways for users to obtain disk information, and to change settings easily. Additionally, it is an advanced and user-friendly software that makes it easier than ever to maintain a healthy and efficient device. The useful features include: View Drive Information, View S.M.A.R.T. Status, Wear Out Count, Block Information, Diagnostic Scan, Performance Test and Secure Erase."; 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 = ''; } }