var fDesc=new Array(); fDesc[0] = "Most of us get easily irritated, while waiting for some picture or file to be downloaded, especially when you are in a hurry. But all of this can be avoided with a offline browser. With SurfOffline, you can set a desired website to be downloaded and take a coffee break. In a few minutes, all contents of the website will migrate to your hard drive and you will be able to browse it at the speed of light.

SurfOffline is a fast and convenient offline browser with easy navigation and simple interface. Capable of downloading up to 100 files simultaneously, this application can save a website to your hard drive completely or partially in just minutes. Another important feature is a wizard like interface that enables the users to quickly set up downloading rules. Importantly, the program supports HTTP, SSL(HTTPS), FTP, proxy servers, CSS, Macromedia Flash and JavaScript parsing."; 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 = ''; } }