var params =
{
   BorderColor : '#000000',
   BorderWidth : 1,
	CloseBoxSrc : '',
   CloseBoxHeight : 15,
   CloseBoxWidth : 15,
   ContentColor : 'black',
   ContentBottomBorderColor : 'yellow',
   ContentLeftBorderColor : 'yellow',
   ContentPadding : 13,
   InnerBorderColor : '#00FF00',
   InnerBorderWidth : 0,
   OuterBorderColor : '#00ff00',
   OuterBorderStyle : 'dashed',
   OuterBorderWidth : 0,
   Resizable : 'None',
   StatusBarHeight : 0,
   Shadow : true,
   Height : 165,
   Width : 300,
   TitleBarHeight : 165,
   TitleBarHTML : '',
   TitleBarText : '',
   TitleBarAlign : 'left',
   TitleColor : '#FFFFFF',
   TitleFontSize : 10,
   TitleFontColor : '#000000',
   Id  : 'fenetre1'
}

var fenetre1 = new FerantDHTMLWindow(params);

