var fDesc=new Array(); fDesc[0] = "Offline Explorer can download entire websites so that you can browse them offline. It can be set to download specific sites automatically at regular intervals. With its varied and flexible settings, Offline Explorer gives you full control over what to download and what to skip. Chromium engine is used as the Internal browser to ensure enhanced compatibility with all modern websites.

Offline Explorer is also available in Pro and Enterprise variants."; 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 = ''; } }