var fDesc=new Array(); fDesc[0] = "WD Align will allow the user to realign partitions on internal Western Digital Advanced Format Drives (AFDs).
WD Align is intended to be run on your Western Digital Advance Format drive WITHOUT a jumper installed across pins 7-8.
WD Align is only necessary for users who have:
- Installed Windows XP to a WD AFD
- Cloned a source bootable hard drive with any Windows OS to a target AFD
- Created single or multiple partitions on an AFD using Windows XP"; 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 = ''; } }