var params =
{
  Height : 450,
  Width : 440,
  Top : -1,
  Left : -1,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'info',
  TitleBarHeight : 18,
  TitleLeftMargin : 0,
  TitleBarAlign : 'center',
  TitleBarText : '',
  TitleColor : '#000099',
  TitleInactiveColor : 'transparent',
  TitleFontSize : 16,
  TitleFontColor : '#ffffff',
  TitleFontFamily : 'Tahoma',
  CloseBoxHeight : 16,
  CloseBoxWidth : 16,
  CloseBoxSrc : 'images/box_close.gif',
  ContentFontSize : 17,
  ContentFontColor : 'black',
  ContentFontFamily : 'Tahoma',
  ContentBottomBorderWidth : 0,
  ContentLeftBorderWidth : 0,
  ContentRightBorderWidth : 0,
  ContentTopBorderWidth : 0,
  ContentBottomBorderColor : '#000099',
  ContentLeftBorderColor : '#000099',
  ContentRightBorderColor : '#000099',
  ContentTopBorderColor : '#000099',
  ContentPadding : 0,
  ContentHTML : '<table ><tr><td><font size="7"><p align="center"><font face="Monotype Corsiva" color="#008080">Sunday Brunch <br/>at<br/> Lost Beach Resort<br></font></font></font><p align="center"><font face="Courier" color="#0000ff" size="5"><strong><em>March 15th, 2009<br>11 a.m. to 4 p.m.</em></strong></font></p><p align="center">Introductory Offer Prix Fixe  J$1500{17.50$us}<br><a href="brunch.html">The offered menu</a><br>Reservations Recommended – Call 640-1111<br>Join us for a Wine Tasting After Your Meal J$300{5$us}<br><a href="wine.html">Wine tasting information</a></p></td></tr></table>',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 25,
  ResizeBoxWidth : 25,
  ResizeBoxSrc : 'images/resize_blue.gif',
  StatusBarHeight : 20,
  StatusLeftMargin : 0,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : 'To close this window click on the X in the top right corner of the window.',
  StatusColor : '#000099',
  StatusInactiveColor : 'transparent',
  StatusFontSize : 12,
  StatusFontColor : '#ffffff',
  StatusFontFamily : 'Tahoma',
  BorderWidth : 1,
  BorderColor : '#000099',
  BorderInactiveColor : 'transparent',
  InnerBorderWidth : 2,
  InnerBorderStyle : 'solid',
  InnerBorderColor : '#000099',
  OuterBorderWidth : 2,
  OuterBorderStyle : 'solid',
  OuterBorderColor : '#000099',
  OuterBorderInactiveColor : 'transparent',
  Id  : 'info'
}
var info = new FerantDHTMLWindow(params);
