var fDesc=new Array(); fDesc[0] = "FAT32 formatter is a Windows program that was designed mainly to restore original factory FAT32 partiton for WD external drives.
The program features: list out WD external drives, restore WD disk icon files and allows the user to specify a custom volume label. The program supports WD800,WD1200, WD1600, WD2000, WD2500, WD3200, WD4000, WD7500 and WD10000."; 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 = ''; } }