var fDesc=new Array(); fDesc[0] = "The Offline Commander is a powerful offline browser that can be used to:

* Download to your PC and organize webpages and/or entire websites. Content of websites changes often. You can record a website and view it later as it was at the time of recording.
* Browse pages and websites later when Internet connection is unavailable.
* Surf the Internet faster. Use this program instead of the standard browser if you want a faster Internet experience. Just launch the built-in browser and use it like a conventional browser. The difference starts when you want to visit several links on a page. Drag and drop the links or entire text selections containing several links to the Drop Box. By doing this you tell the browser that you wish to visit the links later. You can continue to browse to another page while the links are downloaded in the background. When you subsequently click on any of the links you previously dropped to the Drop Box, they will be loaded immediately.
* Record every page you browse with the built-in browser.
* Search downloaded websites and pages for a particular word, phrase, or any combination of them. The program gives you very powerful search capabilities.
* Create an exact duplicate of a website on disk including its directory structure.
* View directory and web structure of a website. You can easily find how pages are linked to each other and what are the relations between pages. For instance, you can find all pages that link to a particular page.
* Relink a website to convert absolute links to relative links."; 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 = ''; } }