var fDesc=new Array();
fDesc[0] = "CodeSwitcher is a very powerful search-and-replace program you can use to make changes and update multiple webpages/files at once! Just enter your find and replace options and your done! You can even assign a file mask, select which files to process, and view the contents of individual pages or files instantly. Great for changing banners, images links or any other coding! CodeSwitcher even works with text files!
Main Features:
- Update multiple webpages instantly!
- Replace all occurrences with new code!
- Search for occurrences of any code!
- Templates to use frequent code!
- View code within default browser!
- Saves hours/days of redoing code!
- Search and replace almost any web code!
- Extended Replace List box
- Enlarge Find, Replace and Text Box option!
- Uses your default browser for viewing!
- Document text box allows you to view "raw" code in text form!
- Case Sensitive Code/Text searching ability!
- Right click mouse for file attributes and instant browser view!
- Even works with text and doc files!
- Customize logging options with time and date stamps!
- Handles larger files than previous versions!
- New speed optimization 40% faster
- Built-in UNDO button!
- Coded live statistics!
- Built in editing features!
- Easy to use and learn! Just point and click!
- Great for Banner swaps, URL swaps, Images swaps, changing your website pages simultaneously, Y2k updates and more!
- Auto-Update to the latest version!
- Logging changes/events to a text file for later viewing!
- Advanced code editing menus!
- Option allows printing of Replaced Files!
- Logging browser allows to save/edit log files!
- Improved search and replace speed!
- Ability to handle even larger files!
- Additional error trapping and messaging!
- New status bar show progress visually!
- Written for Windows 95/98 and NT!";
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 = '';
}
}