function SiteSettings()
{
  this.MatterStyle = "msNormal";
  this.SecurityMode = "smSharedPrompt";
  this.UseWindowsDomainAuthentication = false;
  this.AllowEditTransferred = false;
  this.SoftText = new Object();
  this.SoftText.Client = "Client";
  this.SoftText.Matter = "Matter";
}
var oSiteSettings = new SiteSettings();
