//ServerName="";
//ServerAddress="";                     	can be "IP" or "DNS"
//ServerPort=443;
//ServerTimeout=30;                     	in seconds
//AuthType="PrivateArk";                        "PrivateArk" or "PA_and_SECURID" or "NT_or_PA" or "NT" or "PKI" or "Radius"
//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"
//UseEnhancedSSL = "no";                     "yes" or "no"
//UsePreAuthenticatedSecureSession = "no";   "yes" or "no"
//TrustSelfSignedCertificates = "no";        "yes" or "no"
//AllowThirdPartyUseSSC = "no";              "yes" or "no"

//Specify the needed values and then use AddServer.


function AddServers()
{
//OldServerName="FSL";				Old server name to replace with "ServerName"
//OldServerAddress="20.20.1.148"
ServerName="BVT_IBV";
ServerAddress="62.49.166.126";
ServerPort=443;
ServerTimeout=60;
AuthType="PrivateArk";

AddServer();

}

function AddShortcut()
{
   //SetShortcut("My Vault");
     SetShortcut("BVT IBV");
}

function AddContentFilteredSafes()
{
   SetContentFilteredSafes("no"); //"yes" or "no"
}

function AutoOpen(sType)
{
   //doWins(sType);
}
