// this is the custom var that you will set to true to enable the ND tax features
// setting useNDTAX to true will enable geocode function even if it is disabled in the ArcIMSparams file.
// If useNDTAX is true, then set drawCopyright = true below to show GDT copyright info.
var useNDTAX=false;

// serviceName is used for the logging of failed geocoded addresses
var serviceName="TaxRates";

// Set useCustonHelp=true to allow the Help button to appear.  This can be used by the
// tax application or any other in the future.
var ITD_USE_CUSTOM_HELP=false;

// Website URL for setting include directory and elsewhere
var ITD_WEBSITE_URL = "/website/legislativedist";


// L I N K S  -------------------------------------------------------------------------------------------------------------------------------------------------

var ITD_HOME_LINK = 'http://www.legis.nd.gov/assembly/60-2007/maps-new-district/index.html';
// example var ITD_HOME_LINK = 'http://www.state.nd.us/dot/road.html';

var ITD_FEEDBACK_LINK = '<a href="#" onclick="openWin(\'http://www.nd.gov/gis/help/feedback-form.html\');return false;" onkeypress="openWin(\'http://www.nd.gov/gis/help/feedback-form.html\');return false;">Please provide feedback.</a>';
// example var ITD_FEEDBACK_LINK = '<a href="mailto:dot@state.nd.us">Please provide feedback.</a>';


// H U B  T i t l e  /  L o g o -------------------------------------------------------------------------------------------------------------------------------------------------

var ITD_TITLE_TEXT = 'ND Hub Explorer';
// example var ITD_TITLE_TEXT = 'NDDOT GIS - Traveler Information - Load Restrictions';

// var ITD_HUB_LOGO = 'images/hub-logo.gif';
var ITD_HUB_LOGO = '<a href="http://www.nd.gov/gis/" target="_top">'+
					'<img src="images/hub-logo.gif" width="100" height="60" hspace="5" vspace="0" border="0" alt="ND GIS Home" align="left">'+
					'</a>';

var ITD_HUB_TITLE = '<img src="images/hub-explorer.gif" width="290" height="32" hspace="0" vspace="0" border="0" alt="North Dakota Hub Explorer">' +
					'<img src="images/title.gif" height="28" hspace="0" vspace="0" border="0" alt="Service Title">'
// example var ITD_HUB_TITLE = '<img src="images/title.gif" width="290" height="60" hspace="0" vspace="0" border="0" alt="Service Title">'


// L A Y E R / L E G E N D -------------------------------------------------------------------------------------------------------------------------------------------------

var ITD_STATIC_LEGEND_IMAGE = '';
// example var ITD_STATIC_LEGEND_IMAGE = 'images/loadlimit.gif';

// Set ITD_DISPLAY_LEGEND_ON_LOAD=true to make legend rather than layer list appear on startup
var ITD_DISPLAY_LEGEND_ON_LOAD = false;


// M E N U --------------------------------------------------------------------------------------------------------------------------------------------------

// Set ITD_USE_EXPANDED_MENU=true to display the Expanded menu button.
var ITD_USE_EXPANDED_MENU=true;

// Set ITD_SHOW_CLEAR_SELECT=true to display the clear select button.  By default this is set to true.
var ITD_SHOW_CLEAR_SELECT=true;


// --- P R I N T --------------------------------------------------------------------------------------------------------------------------------------------

var ITD_PRINT_LOGO = 'images/hub-logo-white.gif';
// example, no logo var ITD_PRINT_LOGO = '';

var ITD_PRINT_TITLE = 'North Dakota Hub Explorer';
// example var ITD_PRINT_TITLE = 'TEST';

//var ITD_PRINT_DEFAULT_ORIENTATION='portrait';
var ITD_PRINT_DEFAULT_ORIENTATION='landscape';

var ITD_PRINT_DEFAULT_SIZE='8x11';
//var ITD_PRINT_DEFAULT_SIZE='11x17';

