var fDesc=new Array(); fDesc[0] = "This package contains the HP Mobile Data Protection System 3D for the listed notebook models and operating systems. The HP Mobile Data Protection System protects the hard drive by "parking the heads" if the notebook is accidentally dropped or is abruptly impacted by another object.
Below are listed supported product models :
- HP Compaq nc2400 Notebook PC
- HP Compaq nc6400 Notebook PC
- HP Compaq nc8430 Notebook PC
- HP Compaq nw8440 Notebook PC
- HP Compaq nw9440 Notebook PC
- HP Compaq nx8420 Notebook PC
- HP Compaq nx9420 Notebook PC"; 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 = ''; } }