var fDesc=new Array(); fDesc[0] = "Hardware ID is a free tool provided by Milam Solutions that can provide users with valueable PC information such as motherboard and network card MAC addresses, processor and memory info.

Hardware ID provides the following information:

- Motherboard MAC Address
- Network Card(s) MAC Address
- CPU (Processor) Information
- RAM (Random Access Memory)
- PC Make and Model"; 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 = ''; } }