var params =  	
{	
   BorderWidth : 0, 
   ContentColor : '#FFFFFF', 
   ContentHTML : '', 
   ContentPadding : 10, 
   ContentFontSize : 12, 
   ContentFontFamily : 'verdana, sans-serif', 
   ContentFontColor : '#80A49F', 
   Height : 300, 
   InnerBorderColor : '#F2F2F2', 
   InnerBorderWidth : 1, 
   OuterBorderWidth : 0, 
   CloseBoxSrc : 'images/clsboxgray.gif', 
   CloseBoxWidth : 13, 
   CloseBoxHeight : 13, 
   StatusBarHeight : 0, 
   StatusBarAlign : 'left', 
   StatusColor : '#cccccc', 
   Shadow : true, 
   TitleBarHeight : 19, 
   TitleBarText : '', 
   TitleBarAlign : 'left', 
   TitleColor : '#B6C8CA', 
   TitleFontColor : '#FFFFFF', 
   Width : 400, 
   Resizable : 'None', 
   Id  : 'InfoWindow'
} 
var InfoWindow = new FerantDHTMLWindow(params); 
  
