var fDesc=new Array(); fDesc[0] = "Replace Genius is a free, versatile automation utility for manipulating text and data files, including Word documents and Excel spreadsheets. Think of it like a Find & Replace command on steroids.
It is built to process each line according to the rules you set. With ten specialized functions and a rich set of options and filters it will let you quickly process your data to suit your unique needs.

Main features:
- Ten highly configurable processing functions
- Works with text files, Word documents and Excel spreadsheets
- Use to design and re-arrange your lines exactly like you want to
- Store often used commands as Presets & Batch Replace lists for easy recall
- Target specific sections and lines using the include filter and pre-processing filter
- Supports Wildcards and Regular Expressions
- Semi-automatic assisted manual edit mode for when full automation is not possible
- Realtime preview shows the result before you change anything
- Unlimited undo
- Fast and optimized for heavy duty operations
- Streamlined intuitive interface with context sentisite help
- Batch Mode allows you to process multiple files in a single operation"; 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 = ''; } }