var params =
{
  Height : 600,
  Width : 690,
  Top : 100,
  Left : 100,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'DHTMLWindow2',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : 'Prima pagina din CMS',
  TitleColor : '#278CD8',
  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 : 'Navy',
  ContentLeftBorderColor : 'Navy',
  ContentRightBorderColor : 'Navy',
  ContentTopBorderColor : 'Navy',
  ContentPadding : 13,
  ContentHTML : '<b>Administrarea unei pagini</b><img src=\"img/diverse/ecran-floare-2.jpg\"  />',
  ContentColor : '#eff3f7',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 15,
  ResizeBoxWidth : 15,
  ResizeBoxSrc : 'img/resize_blue.gif',
  StatusBarHeight : 20,
  StatusLeftMargin : 10,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : 'Administrarea unei pagini',
  StatusColor : '#cccccc',
  StatusInactiveColor : 'transparent',
  StatusFontSize : 10,
  StatusFontColor : 'black',
  StatusFontFamily : 'Tahoma',
  BorderWidth : 0,
  BorderColor : 'white',
  BorderInactiveColor : 'transparent',
  InnerBorderWidth : 2,
  InnerBorderStyle : 'solid',
  InnerBorderColor : '#6b8ec6',
  OuterBorderWidth : 0,
  OuterBorderStyle : 'solid',
  OuterBorderColor : 'Gray',
  OuterBorderInactiveColor : 'transparent',
  Resizable : 'None',
  Id  : 'DHTMLWindow2'
}
var DHTMLWindow2 = new FerantDHTMLWindow(params);
