var params =
{
  Height : 130,
  Width : 780,
  Top : 0,
  Left : 0,
  MaxHeight : 800,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'DHTMLWindow1',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : 'Title Bar Text',
  TitleColor : '#D0C8B1',
  TitleInactiveColor : 'transparent',
  TitleFontSize : 11,
  TitleFontColor : 'white',
  TitleFontFamily : 'Verdana',
  CloseBoxHeight : 0,
  CloseBoxWidth : 0,
  CloseBoxSrc : '',
  ContentFontSize : 10,
  ContentFontColor : 'black',
  ContentFontFamily : 'Verdana',
  ContentBottomBorderWidth : 1,
  ContentLeftBorderWidth : 1,
  ContentRightBorderWidth : 1,
  ContentTopBorderWidth : 1,
  ContentBottomBorderColor : '#D0C8B1',
  ContentLeftBorderColor : '#D0C8B1',
  ContentRightBorderColor : '#D0C8B1',
  ContentTopBorderColor : '#D0C8B1',
  ContentPadding : 5,
  ContentHTML : '<b>Content Text</b><br>This is some sample text for the content area.',
  ContentColor : '#EAE2CB',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 0,
  ResizeBoxWidth : 0,
  ResizeBoxSrc : 'img/resize_blue.gif',
  StatusBarHeight : 0,
  StatusLeftMargin : 10,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : 'Status Bar Text',
  StatusColor : '#cccccc',
  StatusInactiveColor : 'transparent',
  StatusFontSize : 10,
  StatusFontColor : 'black',
  StatusFontFamily : 'Tahoma',
  BorderWidth : 0,
  BorderColor : 'white',
  BorderInactiveColor : 'transparent',
  InnerBorderWidth : 2,
  InnerBorderStyle : 'solid',
  InnerBorderColor : '#D0C8B1',
  OuterBorderWidth : 0,
  OuterBorderStyle : 'solid',
  OuterBorderColor : 'Gray',
  OuterBorderInactiveColor : 'transparent',
  Id  : 'DHTMLWindow1'
}
var DHTMLWindow1 = new FerantDHTMLWindow(params);
