var params =
{
  Height : 700,
  Width : 600,
  Top : -1,
  Left : -1,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'DHTMLWindow1',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : '',
  TitleColor : '#35BDFF',
  TitleInactiveColor : 'transparent',
  TitleFontSize : 11,
  TitleFontColor : 'white',
  TitleFontFamily : 'Tahoma',
  CloseBoxHeight : 16,
  CloseBoxWidth : 16,
  CloseBoxSrc : 'img/closebox.gif',
  ContentFontSize : 10,
  ContentFontColor : 'black',
  ContentFontFamily : 'Tahoma',
  ContentBottomBorderWidth : 0,
  ContentLeftBorderWidth : 0,
  ContentRightBorderWidth : 0,
  ContentTopBorderWidth : 0,
  ContentBottomBorderColor : '#FFFF80',
  ContentLeftBorderColor : 'Navy',
  ContentRightBorderColor : 'Navy',
  ContentTopBorderColor : 'Navy',
  ContentPadding : 13,
  ContentHTML : '<b>Content Text</b><br>This is some sample text for the content area.',
  ContentColor : '#FFFFFF',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 15,
  ResizeBoxWidth : 15,
  ResizeBoxSrc : 'img/resize_blue.gif',
  StatusBarHeight : 20,
  StatusLeftMargin : 10,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : '',
  StatusColor : '#35BDFF',
  StatusInactiveColor : 'transparent',
  StatusFontSize : 10,
  StatusFontColor : 'black',
  StatusFontFamily : 'Tahoma',
  BorderWidth : 0,
  BorderColor : 'white',
  BorderInactiveColor : 'transparent',
  InnerBorderWidth : 1,
  InnerBorderStyle : 'solid',
  InnerBorderColor : '#0000A0',
  OuterBorderWidth : 0,
  OuterBorderStyle : 'solid',
  OuterBorderColor : 'Gray',
  OuterBorderInactiveColor : 'transparent',
  Shadow : true,
  Id  : 'DHTMLWindow1'
}
var DHTMLWindow1 = new FerantDHTMLWindow(params);