var fDesc=new Array(); fDesc[0] = "SSD Life analyzes how actively you use your solid-state drive and uses a special algorithm to calculate its estimated lifetime. Of course, the date of the lifetime expiration is corrected depending on how intensively you keep using your drive. The entire information about your SSD from general to technical is displayed in the main window of SSD Life."; 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 = ''; } }