//***************************************************************************************
// Copyright 2004 echelon and Digital Fusion
//
//***************************************************************************************

//=====================================================================================
//Open the license notice window.
//
//Parameters:
//  None
//=====================================================================================
  function openLicenseWindow()
  {
    var NewWindow =
      window.open('license_notice.htm', 'license', 
                  'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=550,top=5,left=5');
  }

