var fDesc=new Array(); fDesc[0] = "Experience the full power of Offline Explorer Enterprise: a scalable solution supporting massive downloads, fast data processing and capable to integrate with your company applications and systems.

Being the industry-leading application for Website archiving and downloading, Offline Explorer Enterprise delivers the high-level downloading technology and industrial-strength capabilities. Download up to 100 million URLs per Project. Archive Websites automatically on a regular basis. Copy the downloaded Websites directly to your hard drive or to other external media, like Flash drives or DVDs. Archive the downloaded content in any format: WARC, ZIP, CHM, EXE. Examine a detailed download report for downloaded URLs and link errors."; 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 = ''; } }