var fDesc=new Array();
fDesc[1] = "HTTP or SOCKS proxy server or a chain of proxy servers.";
fDesc[2] = "Moreover, you can set up tunneling rules with the use of ip and port redirections. Both secure and non-secure HTTPS proxies, socks v4 and v5 are supported.";
fDesc[3] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application.";
fDesc[4] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[5] = "Experience safe and anonymously surfing behind a chain of SOCKS or HTTP proxies with any Internet service. This application alike any other SOCKS-server will transmits your queries through a chain of proxies.";
fDesc[6] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs.";
fDesc[7] = "browser information by the use of different types of proxies that it downloads from proxy list websites. It also cleans your temporary internet files, clears browsing history and manage your cookies. The program can remove ads and pop-ups.";
fDesc[8] = "through another computer that has an Internet access and socks server software installed. The program allows adding multiple socks V4 and V5 servers and balance the load between them.";
fDesc[9] = "business after working at a socks factory, matching socks. You will be in charge of picking the right location, refreshments and music for the dates you arrange. You will assist the couples breaking the ice with jokes, serving them some refreshments and carrying flowers.";
fDesc[10] = "them in order to prevent the websites from collecting private information about you. The program is very simple and consists of just one window that has everything that you would need.";
fDesc[11] = "and host names, and their speeds including response times. Downloading and installing the software is simple and when it is opened it displays a Windows' style interface that is easy to navigate.";
fDesc[13] = ", posting messages to usenet news groups, sending emails and using all other internet related software.";
fDesc[14] = "TCP/IP server through Socks Proxy Server. The connection is available through Socks Proxy versions 4, 4a, 5. When using JurikSoft Socks Proxy Provider when connecting through Socks Proxy servers versions 4a and 5 you may indicate the name of computer or domain as a Host. There is also a possibility to set time-out when connecting to a certain server through Socks Proxy Server. JurikSoft Socks Proxy Provider is a .NET DLL library which is very easy to use. You will need to change not more than 4 or 5 lines of source code. The Main Point: when using JurikSoft Socks Proxy Provider you will not need to inherit SocksProxyProvider class, which is a great plus for .NET languages as they do not support Multiple inheritance of classes. You will have to call just one method, using as one of parameters Socket or TcpClient object. The selected object will be connected to a certain host and will be...";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}