var fDesc=new Array(); fDesc[0] = "Storage Executive is a program that can optimize your Crucial SSD drives. It allows you to update your drive to the latest firmware, monitor the disk space usage and temperature, and reset the drive's encryption password. It also helps you in getting an overall health status of your drive."; 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 = ''; } }