var fDesc=new Array(); fDesc[0] = "WebAssistant - Proxy Offline Browser is a neat trick. By passing all your web traffic through WebAssistant, you instantly and transparently build a copy of all the pages you visit - so they're yours to surf offline whenever you like. There's no difference between surfing the web and surfing your archive; you can even use your bookmarks or search your pages offline when you don't have a network connection. When online the proxy updates your cached web pages and adds new pages automatically. This feature distinguishes the utility from most other offline browsers."; 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 = ''; } }