﻿
// map expand button captions
var resizeMapBtnCaptions = {
    'en-US':{ 'maximize':'Maximize',
              'minimize':'Minimize' },
    'fr-CA':{ 'maximize':'Maximize (fr)',
              'minimize':'Minimize (fr)' },
    'es-MX':{ 'maximize':'Maximize (es)',
              'minimize':'Minimize (es)' } };
      
// todo - have to set fr & es special tabs tool tip
var specialTabTooltip = {
    'en-US':{ 'TEP':'Click to show TEP data for Air and Surface Water media types',
            'Delta':'Click to show change from earliest to most recent years selected in KG and %' },
    'fr-CA':{ 'TEP':'Click to show TEP data for Air and Surface Water media types (fr)',
            'Delta':'Click to show change from earliest to most recent years selected in KG and % (fr)' },
    'es-MX':{ 'TEP':'Click to show TEP data for Air and Surface Water media types (es)',
            'Delta':'Click to show change from earliest to most recent years selected in KG and % (es)' }
};

// todo - have to set fr & es versions of paginator
var paginator = {
    'en-US':{ 'first':'first',
               'prev':'prev',
               'next':'next',
               'last':'last' },
    'fr-CA':{ 'first':'first (fr)',
               'prev':'prev (fr)',
               'next':'next (fr)',
               'last':'last (fr)' },
    'es-MX':{ 'first':'first (es)',
               'prev':'prev (es)',
               'next':'next (es)',
               'last':'last (es)' } };
              
// todo - have to set fr & es versions of paginator info text
var paginatorInfoText = { 
    'en-US':'records returned',
    'fr-CA':'records returned (fr)',
    'es-MX':'records returned (es)'
};

// todo - have to set fr & es versions of tooltips
var toolTips = {
    'en-US' :{'C':'Known or suspected carcinogen',
              'M':'Metal and metal compounds',
              'P':'California Prop 65 chemicals (as of 2001)',
              'T':'Canadian Environmental Protection Act (CEPA) toxics' },
    'fr-CA' :{'C':'Known or suspected carcinogen (fr)',
              'M':'Metal and metal compounds (fr)',
              'P':'California Prop 65 chemicals (as of 2001) (fr)',
              'T':'Canadian Environmental Protection Act (CEPA) toxics (fr)' },
    'es-MX' :{'C':'Known or suspected carcinogen (es)',
              'M':'Metal and metal compounds (es)',
              'P':'California Prop 65 chemicals (as of 2001) (es)',
              'T':'Canadian Environmental Protection Act (CEPA) toxics (es)' }};
                
var summaryRowTitle = {
    'en-US':'Total for this page&nbsp;',
    'fr-CA':'Total for this page&nbsp;(fr)',
    'es-MX':'Total for this page&nbsp;(es)' 
};

var querySortDirection = {
	asc:0,
	desc:1
};

var reportType = { 
    Facility:'Facility',
    Industry:'Industry',
    Country:'Country',
    State:'State',
    Chemical:'Chemical' };