var params =
{
  Height : 150,
  Width : 250,
  Top : -1,
  Left : -1,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'StatusActiveLeave',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : 'Clan Status: Active-Leave',
  TitleColor : '#3C0A0B',
  TitleInactiveColor : 'transparent',
  TitleFontSize : 12,
  TitleFontColor : 'white',
  TitleFontFamily : 'Verdana',
  CloseBoxHeight : 16,
  CloseBoxWidth : 16,
  CloseBoxSrc : 'images/closebox.gif',
  ContentFontSize : 12,
  ContentFontColor : '#C0C0C0',
  ContentFontFamily : 'Verdana',
  ContentBottomBorderWidth : 0,
  ContentLeftBorderWidth : 0,
  ContentRightBorderWidth : 0,
  ContentTopBorderWidth : 0,
  ContentBottomBorderColor : 'Navy',
  ContentLeftBorderColor : 'Navy',
  ContentRightBorderColor : 'Navy',
  ContentTopBorderColor : 'Navy',
  ContentPadding : 10,
  ContentHTML : '<b>Active-Leave:</b><br><br> Plays Regularly But Is Not At Their Home Location',
  ContentColor : '#510F10',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 15,
  ResizeBoxWidth : 15,
  ResizeBoxSrc : 'images/resize.gif',
  StatusBarHeight : 10,
  StatusLeftMargin : 10,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : '',
  StatusColor : '#343434',
  StatusInactiveColor : 'transparent',
  StatusFontSize : 12,
  StatusFontColor : '#FFFFFF',
  StatusFontFamily : 'Verdana',
  BorderWidth : 0,
  BorderColor : 'transparent',
  BorderInactiveColor : 'transparent',
  InnerBorderWidth : 2,
  InnerBorderStyle : 'solid',
  InnerBorderColor : '#111111',
  OuterBorderWidth : 0,
  OuterBorderStyle : 'dashed',
  OuterBorderColor : '#000000',
  OuterBorderInactiveColor : 'transparent',
  Shadow : true,
  Id  : 'StatusActiveLeave'
}
var StatusActiveLeave = new FerantDHTMLWindow(params);