var fDesc=new Array(); fDesc[0] = "HDINFO is a tool which provides information about ATA devices installed on your system.

Features:

Can help determine whether 48-bit LBA device is properly connected to your system.
Includes BIOS test for 48-bit LBA which will run on any system with any OS.
Works with hard drives which have not been partitioned.
Reports OS information you need to know for 48-bit LBA support.
Provides information about various ATA modes useful to determine if BIOS has configured your hard drive for maximum performance."; 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 = ''; } }