// ======= JSF SafetyNet =======
var goN2Initializer = {
  aHandlers: [],
  runThisWhen: function (sWhen, fFn, sComment) {
    if ((typeof fFn != 'function') || fFn == null) return false;
    this.aHandlers[this.aHandlers.length] = { sWhen: sWhen.toLowerCase(), fFn: fFn, sComment: sComment };
    return true;
  },
  isReady: function() {return false;}
};
function n2RunThisWhen(sWhen, fFn, sComment) { return goN2Initializer.runThisWhen(sWhen, fFn, sComment); }
goN2Consts =
{
  chEOL: String.fromCharCode(0x0A),
  chSQUOTE: String.fromCharCode(0x27),
  chDQUOTE: String.fromCharCode(0x22),
  chBACKSLASH: String.fromCharCode(0x5C),
  chYEN: String.fromCharCode(0xA5)
};
var n2sRTW1='onloadsuccess';
var n2sRTWTBS='simplepopoverloaded';
// ======= JSF Bootstrap (1) =======
var goN2LibMon = {
    aLibs: {},
    aSheets: {},
    nMONITORLOAD: -1,
    isJSLoaded: function() { return false; },
    monitorLoad: function (sLibID, sFeature, sUrl) {
        this.aLibs[sLibID] = { sID: sLibID, nDuration: this.nMONITORLOAD, sFeature: sFeature, sUrl: sUrl };
    }
}
gsN2ImageHost='';
// ======= JSF Bootstrap (2) =======
var goJSFStringTableProperties = {
  less_info_36021: 'Less Info',
  unable_to_get_info_36020: 'Unable to obtain necessary information. Please try again later',
  loading_13548: 'Loading...',
  you_will_stay_here_36023: '(You will stay right here)',
  alt_text_click_to_collapse_36019: 'click to collapse this section and see less',
  alt_text_click_to_expand_36018: 'click to expand this section and see more',
  no_addl_info_36017: 'No additional information is available at this time',
  you_will_go_to_new_page_36022: '(You will go to a new page)'
};
goJSFStringTableProperties['more-info_8559'] = 'More Info';
var goJSFImageURLProperties = {};
goJSFImageURLProperties['JSF-popover-border-br'] = 'js/images/popover-border-br._V264586601_.gif';
goJSFImageURLProperties['JSF-popover-border-t'] = 'js/images/popover-border-t._V264586600_.gif';
goJSFImageURLProperties['JSF-popover-border-cbr'] = 'js/images/popover-border-cbr._V264586603_.gif';
goJSFImageURLProperties['JSF-popover-border-l'] = 'js/images/popover-border-l._V264586600_.gif';
goJSFImageURLProperties['JSF-popover-trans'] = 'js/images/popover-trans._V264586600_.gif';
goJSFImageURLProperties['JSF-popover-border-r'] = 'js/images/popover-border-r._V264586600_.gif';
goJSFImageURLProperties['JSF-popover-border-cbl'] = 'js/images/popover-border-cbl._V264586603_.gif';
goJSFImageURLProperties['JSF-popover-border-tr'] = 'js/images/popover-border-tr._V264586600_.gif';
goJSFImageURLProperties['JSF-popover-border-bl'] = 'js/images/popover-border-bl._V264586601_.gif';
goJSFImageURLProperties['JSF-popover-border-tl'] = 'js/images/popover-border-tl._V264586600_.gif';
goJSFImageURLProperties['JSF-popover-border-ctr'] = 'js/images/popover-border-ctr._V264586603_.gif';
goJSFImageURLProperties['JSF-popover-border-b'] = 'js/images/popover-border-b._V264586601_.gif';
goJSFImageURLProperties['JSF-popover-border-ctl'] = 'js/images/popover-border-ctl._V264586603_.gif';