var fDesc=new Array(); fDesc[0] = "The SSD Utility Suite is an essential tool to provide performance enhancement, SMART monitoring and data security for Solid State drives. This utility suite is a proactive support tool, giving you the ability to make informed decisions regarding your data. Whether to back it up because of an impending failure, erase/wipe it securely or optimize the SSD using the TRIM command. This suite is designed to enable faster performance as well as predict end of life by monitoring the lifespan of your SSD on Microsoft"; 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 = ''; } }