// NIS_LFD.JS

// This section allows for any js changes universally required in the head section of all content pages.

// This variable will only be detected if external js files are supported.
// All future code sections on the calling page must first check if this variable exists.
//

if (!window.LvFd)
  {
    var LvFd = 'f';
  };

// LvFd = 'f'; // Possible values 't' or 'f'.  Used here to globally override the page variables.

// This error trapping variable has already been declared and set in the calling page.
// You can globally temporarily change it here to false for web site testing, if necessary.
//
// ErrorTrappingOn = false; // ONLY activate this line (and set it to false) while testing.

