var fDesc=new Array(); fDesc[0] = "Fat32Formatter is freeware and made by TOKIWA to format drive larger than 32GB to FAT32, which means it can walk around the OS restriction that you can format drive to FAT32 only the size up to 32GB on Windows2000/XP/Vista/7.
Key-features: simple and instructive UI, it can set and delete partitions as well, neither installation nor DLLs is needed, Windows 7 supported"; 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 = ''; } }