//ServerName="Vizo Demo Vault";
//ServerAddress="212.109.123.93";                     	can be "IP" or "DNS"
//ServerPort=1858;
//ServerTimeout=30;                     	in seconds
//AuthType="PrivateArk";                        "PrivateArk" or "PA_and_SECURID" or "NT_or_PA" or "NT" or "PKI"
//NTAuthAgentName="";
//NTAuthAgentKeyFileName="";
//DistinguishedName="";
//BehindFirewall="no"                    	"yes" or "no"
//ReconnectPeriod=-1;                   	in seconds or -1
//UseOnlyHTTP1InProxyConnection="no";   	"yes" or "no"
//UseOnlyHTTP1InFirewallConnection="no";	"yes" or "no"
//CIFSGatewayName="";
//HTTPGatewayName="";
//ProxyAutoDetect="yes";			"yes" or "no"
//ProxyType="";                         	"HTTP" or "HTTPS" or "SOCKS4" or "SOCKS5" or empty
//ProxyAddress="";
//ProxyPort="";
//ProxyUsername="";
//OldServerName="";				Old server name to replace with "ServerName"
//OldServerAddress="";                  	(can be "IP" or "DNS") Old server address to replace with "ServerAddress"

//Specify the needed values and then use AddServer.


function AddServers()
{

ServerName="Vizo Demo Vault";
ServerAddress="212.109.123.93";
ServerPort=1858;
ServerTimeout=60;
AddServer();

}

function AddShortcut()
{
   //SetShortcut("Vizo Demo Vault");
}

function AutoOpen(sType)
{
   //doWins(sType);
}

