var params =
{
  Height : 150,
  Width : 250,
  Top : 280,
  Left : 180,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'siteinfo',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : 'Site Information',
  TitleColor : '#6b8ec6',
  TitleInactiveColor : 'transparent',
  TitleFontSize : 11,
  TitleFontColor : 'white',
  TitleFontFamily : 'Tahoma',
  CloseBoxHeight : 16,
  CloseBoxWidth : 16,
  CloseBoxSrc : 'image/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>Site Design</b><br>This is was designed by <a href=\"http://www.sheli.com\" target=\"_blank\" onMouseOver=\"window.status=\'\'; return true\" onMouseOut=\"window.status=\' \'\">www.sheli.com</a><br><br><b>Hosting and Implementation</b><br>Site hosted and implemented by <a href=\"http://www.xnix.co.uk\" target=\"_blank\" onMouseOver=\"window.status=\'\'; return true\" onMouseOut=\"window.status=\' \'\">Starnix Ltd</a>.',
  ContentColor : '#eff3f7',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 15,
  ResizeBoxWidth : 15,
  ResizeBoxSrc : 'image/resize_blue.gif',
  StatusBarHeight : 20,
  StatusLeftMargin : 10,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : '&copy; 2004 Triton Scuba Ltd. all rights reserved.',
  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',
  Id  : 'siteinfo'
}
var siteinfo = new FerantDHTMLWindow(params);