var params =  	
{	
   BorderColor : 'Transparent', 
   BorderWidth : 0, 
   CloseBoxHeight : 21, 
   CloseBoxSrc : 'img/bt-close.gif', 
   CloseBoxWidth : 21, 
   ContentColor : '#efefef', 
   ContentHTML : 'contenido HTML', 
   ContentLeftBorderColor : '#3973ad', 
   ContentLeftBorderWidth : 1, 
   ContentRightBorderColor : '#3973ad', 
   ContentRightBorderWidth : 1, 
   Height : 260, 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#336699', 
   OuterBorderWidth : 0, 
   Resizable : 'None', 
   StatusBarHTML : '<img alt=\"\"  src=\'img/box_bottom.gif\' align=center>', 
   StatusBarTextMargin : 6, 
   StatusColor : 'Transparent', 
   TitleBarHeight : 37, 
   TitleBarHTML : '<img alt=\"\"  src=\"img/header-258-black.gif\" border=\"0\" width=\"266\" height=\"37\">', 
   TitleColor : 'Transparent', 
   Width : 266, 
   ContentFontSize : 9, 
   Id  : 'ejemplo'
} 
var ejemplo = new FerantDHTMLWindow(params); 
