var fDesc=new Array(); fDesc[0] = "Transcend SSD Scope is a program that helps you maintain a healthy and efficient SSD. It brings together the latest technology in determining the condition and optimizing performance of an SSD. The program includes features like: view drive information, view S.M.A.R.T. status, diagnostic scan, secure erase, firmware update, TRIM enable, health indicator, and system clone."; 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 = ''; } }