var fDesc=new Array(); fDesc[0] = "SoftsWeb Proxy will share Internet connection, allowing multiple users to simultaneously surf the websites as if they were directly connected to the Internet.

-providing shared Internet access to websites;
-monitoring of the current connections;
-monitoring and limitation of the sent and received traffic speed;
-prevents remote servers from dropping connection early;

-supports the main Internet protocols: HTTP, HTTPS and FTP;
-supports connections via another proxy server (cascade);
- restricting access rights by users;
- traffic limits restricting for users accounts;
-providing detailed statistics for each user request"; 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 = ''; } }