var fDesc=new Array(); fDesc[0] = "Restorator 2007 Trial 3.7.0.1747 is a program to edit resources in applications and components.

With this utility you can change, add, remove text, images, sounds, icons, videos, version number, dialogs and menus in any program, by editing files with .exe, .dll, .res, .rc or .dcr extension.

You can use Restorator for performing translation/localization, customization, design improvement and development.

This resource editor comes with an intuitive user-interface, complete documentation with many examples and prompt user support in the discussion forums or via email.

With Restorator 2007 you can also perform branding on the programs, by replacing logos and icons or editing skins.

The program has a two pane interface. On the left, you can load the file to be analyzed, the program will show you the different components. Clicking on the desired component, Restorator will show you its details.

Clicking on the desired detail, you will be able to modify it. When you save the file, the modifications done will be saved."; 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 = ''; } }