var fDesc=new Array(); fDesc[0] = "Web2Disk crawls every part of a website and saves a copy to your PC. When Web2Disk is done, it automatically updates the downloaded website so that all the links work with the downloaded pages. You can browse the offline website in Internet Explorer, Chrome and FireFox as if it were still online!

Now it’s quick and easy to distribute your website on CD or USB drive. You can share an offline website with anyone, no special software is required to view downloaded sites."; 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 = ''; } }