var fDesc=new Array(); fDesc[0] = "Choose your original file, and it tells you the crc for quick reference. Tells you the crc of the new file after patching.
Auto-names new files for you, based on your own format.
Makes patches as well as applies them, and can automatically make reverse patches.
Choose whether to allow overwriting.
Program updates itself automatically using the new .NET Framework."; 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 = ''; } }