var fDesc=new Array(); fDesc[0] = "Samsung Magician is a program for managing Samsung SSD hard disks including 470 Series, 750 Series, 830 Series, 840 Series, 850 Series, 950 Series and 960 Series. It can be used for firmware update, performance optimization, benchmarking, file shredding, and configuring RAID settings.

Magician Shows only supported features for the connected SSD. It does not work with SSDs connected via the SCSI controller interface. Only MBR and GPT partition types are supported; magician does not work with other partition types."; 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 = ''; } }