var params =
{
  Height : 300,
  Width : 300,
  Top : 120,
  Left : -1,
  MaxHeight : 0,
  MinHeight : 0,
  MaxWidth : 0,
  MinWidth : 0,
  WindowName : 'eld',
  TitleBarHeight : 18,
  TitleLeftMargin : 10,
  TitleBarAlign : 'left',
  TitleBarHTML : '',
  TitleBarText : 'E-Learning',
  TitleColor : '#6b8ec6',
  TitleInactiveColor : 'transparent',
  TitleFontSize : 14,
  TitleFontColor : 'white',
  TitleFontFamily : 'Tahoma',
  CloseBoxHeight : 16,
  CloseBoxWidth : 16,
  CloseBoxSrc : 'img/closebox.gif',
  ContentFontSize : 12,
  ContentFontColor : 'black',
  ContentFontFamily : 'Tahoma',
  ContentBottomBorderWidth : 0,
  ContentLeftBorderWidth : 0,
  ContentRightBorderWidth : 0,
  ContentTopBorderWidth : 0,
  ContentBottomBorderColor : 'Navy',
  ContentLeftBorderColor : 'Navy',
  ContentRightBorderColor : 'Navy',
  ContentTopBorderColor : 'Navy',
  ContentPadding : 13,
  ContentHTML : '<b>Oops, that\'s not it! D is incorrect.</b><br><br><div align=\"left\">You can have True False questions as well in an on-line test.</div>',
  ContentColor : '#eff3f7',
  ContentInactiveColor : 'transparent',
  ResizeBoxHeight : 15,
  ResizeBoxWidth : 15,
  ResizeBoxSrc : 'img/resize_blue.gif',
  StatusBarHeight : 20,
  StatusLeftMargin : 10,
  StatusBarAlign : 'left',
  StatusBarHTML : '',
  StatusBarText : 'Click and drag, or click the X to close',
  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',
  Shadow : true,
  Id  : 'eld'
}
var eld = new FerantDHTMLWindow(params);