var params =
{
  Height : 250,
  Width : 450,
  Top : -1,
  Left : -1,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'Colonel',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : 'Colonel =COL=',
  TitleColor : '#0e1116',
  TitleInactiveColor : '#0e1116',
  TitleFontSize : 12,
  TitleFontColor : 'white',
  TitleFontFamily : 'Verdana',
  CloseBoxHeight : 16,
  CloseBoxWidth : 16,
  CloseBoxSrc : 'images/closebox.gif',
  ContentFontSize : 12,
  ContentFontColor : '#0284c9',
  ContentFontFamily : 'Verdana',
  ContentBottomBorderWidth : 0,
  ContentLeftBorderWidth : 0,
  ContentRightBorderWidth : 0,
  ContentTopBorderWidth : 0,
  ContentBottomBorderColor : '#00416f',
  ContentLeftBorderColor : '#00416f',
  ContentRightBorderColor : '#00416f',
  ContentTopBorderColor : '#00416f',
  ContentPadding : 10,
  ContentHTML : '<b>Rank:</b> Colonel<br><br><b>Duties:</b> Maintain The Clan As A Whole Unit<br>',
  ContentColor : '#0e1116',
  ContentInactiveColor : '#0e1116',
  ResizeBoxHeight : 15,
  ResizeBoxWidth : 15,
  ResizeBoxSrc : 'images/resize.gif',
  StatusBarHeight : 22,
  StatusLeftMargin : 0,
  StatusBarAlign : 'center',
  StatusBarHTML : '<img src="Scripts/Ranks/img/colonel.jpg">',
  StatusBarText : '',
  StatusColor : '#0e1116',
  StatusInactiveColor : '#0e1116',
  StatusFontSize : 12,
  StatusFontColor : '#0284c9',
  StatusFontFamily : 'Verdana',
  BorderWidth : 0,
  BorderColor : '00416f',
  BorderInactiveColor : '00416f',
  InnerBorderWidth : 1,
  InnerBorderStyle : 'solid',
  InnerBorderColor : '#00416f',
  OuterBorderWidth : 0,
  OuterBorderStyle : 'dashed',
  OuterBorderColor : '#00416f',
  OuterBorderInactiveColor : '00416f',
  Shadow : false,
  Id  : 'Colonel'
}
var Colonel = new FerantDHTMLWindow(params);