// aimsResource.js
/*
*  JavaScript resource file for ArcIMS HTML Viewer
*		arrays containing display text
* 		This file can be swapped out with appropriate language translation
*/

var msgList = new Array();
var unitList = new Array();
var sUnitList = new Array();
var modeList = new Array();
var titleList = new Array();
var buttonList = new Array();
var dbGroupTocList = new Array();
var tabbedPaneList = new Array();
var selectAreaList = new Array();
var newMessageList = new Array();

var showGrid = false;
var useGrid = true;

var language;
if (parent.document.location.search != "") {
	webParams = parent.document.location.search;
	var cmdString2 = webParams.toUpperCase();
	var startpos = 0;
	var endpos = 0;
	var pos = cmdString2.indexOf("LANGUAGE="); 
	if (pos!=-1) {
		startpos = pos + 9;
		endpos = webParams.indexOf("&",startpos);
		if (endpos==-1) endpos = webParams.length;
		language = webParams.substring(startpos,endpos);
		if(language.length == 0) {
			language = "no"; //"norwegian";
		}
	}
	else {
		language = "no"; //"norwegian";
	}
}
else {
	language = "no"; //"norwegian";
}


if (language == "en") { //english

CopyrightText2 = "Map Projection: WGS84, UTM 33 N";

	// ArcIMSparam.js - msgList
msgList[0] = "Unable to load one of the following Javascript Libraries:\naimsCommon.js\naimsXML.js\naimsMap.js";
	// aimsCommon.js - msgList
msgList[1] = "No request for Limit Extent";
msgList[2] = "Unable to start. Required HTML Form missing (jsForm.htm).";
msgList[3] = "Current Extent:\nLeft: ";
msgList[4] = "\nBottom: ";
msgList[5] = "\nRight: ";
msgList[6] = "\nTop: ";
msgList[7] = "\n\nRatio to Full Extent: ";
	// aimsXML.js - msgList
msgList[8] = "ServiceName: ";
msgList[9] = "\nArcXML Request:\n ";
msgList[10] = "Response from previous request(s) not received.";
msgList[11] = "Form for posting request not found. Unable to communicate with server.";
msgList[12] = "Sending:\n\n";
msgList[13] = "ArcXML Response:\n ";
msgList[14] = "Unable to display MapService\n";
msgList[15] = "Cannot send request";
msgList[16] = "Unable to display Overview Map MapService\n";
msgList[17] = "Unable to set parameters";
msgList[18] = "Unable to get image for click positions.";
msgList[19] = "\nUnable to execute response.";
	// aimsLayers.js - msgList
msgList[20] = " is now the Active Layer";
msgList[21] = "Unable to obtain Field names.\nUnable to query layer.";
msgList[22] = "Name:";
msgList[23] = "Id:";
msgList[24] = "Type:";
msgList[25] = "Extent:";
msgList[26] = "Min Scale:";
msgList[27] = "Max Scale:";
msgList[28] = "Fields:";
msgList[29] = "Size:";
msgList[30] = "Precision:";
msgList[31] = "Unknown";
msgList[32] = "String";
msgList[33] = "Id";
msgList[34] = "Shape";
msgList[35] = "Integer";
msgList[36] = "Double";
msgList[37] = "Boolean";
msgList[38] = "Floating";
msgList[39] = "Small Integer";
msgList[40] = "BLOB";
msgList[41] = "Date";
msgList[42] = "None";
msgList[43] = "Address Match";
msgList[44] = "No";
	// aimsDHTML.js - msgList
msgList[45] = "A MapService must be loaded";
	// aimsClick.js - msgList
msgList[46] = "Cannot query MapService\nIdentify, Select, and Query functions are disabled.";
msgList[47] = "This layer does not have any Hyperlinks.";
msgList[48] = "No selected features to buffer.";
msgList[49] = "Buffer Mode disabled.";
msgList[50] = "Legend Library (aimsLegend.js) not loaded.";
msgList[51] = "Function not enabled.";
	// aimsNavigation.js - msgList
msgList[52] = "Map: ";
msgList[53] = "Image: ";
msgList[54] = "ScaleFactor: ";
	// aimsCustom.js - msgList
msgList[55] = "Unknown Mode:";
msgList[56] = "\nUnable to execute request.";
	// aimsGeocode.js - msgList
msgList[57] = "Locate Results";
msgList[58] = "Address";
msgList[59] = "Score";
msgList[60] = "Unable to locate address";
	// aimsIdentify.js - msgList
msgList[61] = "Previous ";
msgList[62] = " Records";
msgList[63] = "More Records";
msgList[64] = "No Features found.";
msgList[65] = "Returned ArcXML Response:";
msgList[66] = "Server returned:";
msgList[67] = "Hyperlink to ";
msgList[68] = "Unable to hyperlink with submitted request.";
msgList[69] = "Unable to hyperlink.";
	// aimsSelect.js - msgList
msgList[70] = "Measure Totals cleared.";
msgList[71] = "Selection cleared.";
	// aimsQuery.js - msgList
msgList[72] = "Field";
msgList[73] = "Operator";
msgList[74] = "Requesting sample values for the layer ";
msgList[75] = "The first ";
msgList[76] = " records are being accessed. There may be duplicate values.";
msgList[77] = ":\nThis layer does not have any StoredQueries.";
msgList[78] = "Search";
msgList[79] = "Search is Case-Sensitive";
msgList[80] = "Unable to build Query String.";
	// aimsBuffer.js - msgList
msgList[81] = "Distance must be at least zero.\\nStart all numbers less than one with a leading zero.";
msgList[82] = "Highlight features from ";
msgList[83] = " within a distance of&nbsp;";
msgList[84] = " around the selected features of ";
msgList[85] = "Display Attributes";
msgList[86] = "Rec";
	// addmatch.htm - msgList
msgList[87] = "No Layer";
msgList[88] = "Layer";
msgList[89] = "Please enter a string";
msgList[90] = "Enter String to Find in ";
msgList[91] = "Cancelled.";
msgList[92] = "Find String";
	// select.htm - msgList
msgList[93] = "A minimum of two points are required.";
msgList[94] = "A minimum of three points are required.";
msgList[95] = "Select with Line or Polygon";
	// printForm.htm
msgList[96] = "Click on \"Create Print Page\" to open a new Browser window with the Map Image,";
msgList[97] = "Overview Map Image, and Legend displayed. You can then use the File/Print menu item";
msgList[98] = "to send the display to your printer.";
msgList[99] = "Please enter a string";
msgList[100] = "The modules available on this site make extensive use of JavaScript <br> and requires a 4.0 or newer Browser.<br>Internet Explorer is not supported on the Macintosh."; // default.htm
msgList[101] = " is not visible due to scale and features cannot be selected.\n\nZoom to a scale where the layer is visible.\n\n";
msgList[102] = " is not visible and features cannot be selected.\n\nCheck Visible for ";
msgList[103] = "Check Visible for the layer and click Refresh Map.";
msgList[104] = "The Active Layer ";
msgList[105] = "At least one point is required";
msgList[106] = "Buffer Shape";
msgList[107] = "Buffer Size:";
msgList[108] = " and click Refresh Map.";
msgList[109] = "No operator in query";
msgList[110] = "Query expression is blank.\nNo features have been selected.";
msgList[111] = "No Layers visible.";
msgList[112] = "No features found at click location.";
msgList[113] = "Loading Viewer. . .";
msgList[114] = "No hyperlinks defined for any of the visible layers.";
msgList[115] = "No Hyperlinks defined.";
msgList[116] = "No hyperlink defined for at click location";
msgList[117] = "Retrieving Data. . .";
msgList[118] = "Retrieving Map. . .";
msgList[119] = "You are not authorized to make map requests to this MapService.";
msgList[120] = "Debug Mode On";
msgList[121] = "Debug Mode Off";
msgList[122] = " records are being accessed. Duplicate values will be sorted out, resulting in fewer samples.";

	// Egendefinerte beskjeder
	// bottom.htm
msgList[123] = "Pop-up Blocker has to be switched off for this page.";

	// ArcIMSparam.js
msgList[124] = "Legend - test";

	// printform.htm
msgList[125] = "Choose Paper Size and Orientation as recommended under 'Image Size'.";

msgList[126] = " is not available for the moment.";

	// mareanoTools.js
msgList[127] = "URL to recreate the map";
msgList[128] = "The following URL can be pasted in a browser address bar to recreate the map:";

msgList[129] = "NB! Due to the high resolution of your screen, some of the map layers may not show.<br>Please reduse the windowsize of your internet browser screen.";
msgList[130] = "The ID(s) of the map layer(s) are not in use.";
msgList[131] = "There were no inputs of map layer IDs.";
msgList[132] = "This map ID is not in use.";
msgList[133] = "No map layers in this map are available at the moment.";

/*
msgList[1] = "";
msgList[2] = "";
msgList[3] = "";
msgList[4] = "";
msgList[5] = "";
msgList[6] = "";
msgList[7] = "";
msgList[8] = "";
msgList[9] = "";
msgList[0] = "";
*/
unitList[0] = "DEGREES";
unitList[1] = "FEET";
unitList[2] = "MILES";
unitList[3] = "METERS";
unitList[4] = "KILOMETERS";

sUnitList[0] = "DEGREES";
sUnitList[1] = "FEET";
sUnitList[2] = "MILES";
sUnitList[3] = "METERS";
sUnitList[4] = "KILOMETERS";

modeList[0] = "Zoom In";
modeList[1] = "Zoom Out";
modeList[2] = "Pan";
modeList[3] = "Identify";
modeList[4] = "Select Rectangle";
modeList[5] = "Select Point";
modeList[6] = "Select Line";
modeList[7] = "Select Polygon";
modeList[8] = "Select Line/Polygon";
modeList[9] = "Hyperlink";
modeList[10] = "Select Shape";
modeList[11] = "Buffer Shape";
modeList[12] = "Measure";
modeList[13] = "Create Shape";
modeList[14] = "Locate Address";
modeList[15] = "Query";
modeList[16] = "Search";
modeList[17] = "Find";
modeList[18] = "Buffer";
modeList[19] = "Identify All";
modeList[20] = "ID Visible Features";
modeList[21] = "Get Address";
modeList[22] = "Get Depth Value";

titleList[0] = "ArcIMS HTML Viewer"; 
titleList[1] = "Current Active Layer";	// aimsLayers.js
titleList[2] = "Layer Information";	
titleList[3] = "Legend";	// aimsLegend.js
titleList[4] = "MAREANO - Web Map Service URL"; // aimsPrint.js
titleList[5] = "Map Output";
titleList[6] = "Address Match Candidates";	// aimsGeocode.js
titleList[7] = "Query/Selection Results";	// aimsIdentify.js
titleList[8] = "Select Results";
titleList[9] = "Hyperlink Results";
titleList[10] = "Buffer Results";			// aimsBuffer.js
titleList[11] = "Address Matching";			// aimsGeocode.js
titleList[12] = "Toolbar";
titleList[13] = "Layers";
titleList[14] = " Visible ";
titleList[15] = " Active ";
titleList[16] = "Display Units";			// setUnits.htm
titleList[17] = "Map Units";
titleList[18] = "PrintForm";				// printForm.htm
titleList[19] = "Title to display on Map:<BR>";
titleList[20] = "Engelsk tittel"; //"ArcIMS HTML Viewer Map";
titleList[21] = "Print Map";
titleList[22] = "Selected Features";;	
titleList[23] = "Highlighted Feature";
titleList[24] = "theBufferTarget";
titleList[25] = "theBufferPolygons";
titleList[26] = "theBufferTarget";
titleList[27] = "theBuffer";
titleList[28] = "Please let us know<br>what you think of the map client";
titleList[29] = "Longitude:";
titleList[30] = "Latitude:";
titleList[31] = "Latitude in geogr. coord.";
titleList[32] = "Longitude in geogr. coord.";
titleList[33] = "Copyright (C) MAREANO, http://www.mareano.no"; //evt link til engelske sider?
titleList[34] = "Map scale.<br>enter new scale and press ENTER.";
titleList[35] = "MAREANO-maps from mareano.no";
titleList[36] = "Scale:";
titleList[45] = "If you go to Select Themes you can get more information about selected layers";


buttonList[0] = "Hide Legend"; // aimsLegend.js
buttonList[1] = "Locate Another Address"; // aimsGeocode.js
buttonList[2] = "Value";	// aimsQuery.js
buttonList[3] = "Sample Values";
buttonList[4] = "Get Samples";
buttonList[5] = "Add to Query String";
buttonList[6] = "Execute";
buttonList[7] = "Undo";
buttonList[8] = "Clear";
buttonList[9] = "Create Buffer";	// aimsBuffer.js
buttonList[10] = "Yes";
buttonList[11] = "No";
buttonList[12] = "Select Layer";	// addmatch.htm
buttonList[13] = "Locate";	
buttonList[14] = "Toggle between Legend and LayerList";		// toolbar.htm
buttonList[15] = "Toggle Overview Map";
buttonList[16] = "Zoom In";
buttonList[17] = "Zoom Out";
buttonList[18] = "Zoom to Full Extent";
buttonList[19] = "Zoom to Active Layer";
buttonList[20] = "Back to Last Extent";
buttonList[21] = "Pan";
buttonList[22] = "Pan to North";	
buttonList[23] = "Pan to South";	
buttonList[24] = "Pan to West";		
buttonList[25] = "Pan to East";
buttonList[26] = "HyperLink";
buttonList[27] = "Identify";
buttonList[28] = "Query";
buttonList[29] = "Search";
buttonList[30] = "Find data";
buttonList[31] = "Measure";
buttonList[32] = "Set Units";	
buttonList[33] = "Buffer";	
buttonList[34] = "Select by Rectangle";		
buttonList[35] = "Select by Line/Polygon";
buttonList[36] = "Clear Selection";
buttonList[37] = "Locate Address";
buttonList[38] = "Print";
buttonList[39] = "Extract";
buttonList[40] = "Options";
buttonList[41] = "Load MapService";
buttonList[42] = "Hide LayerList";	// toc.htm
buttonList[43] = "Info";	
buttonList[44] = "Refresh Map";		
buttonList[45] = "    Restart    "; // select.htm
buttonList[46] = " Delete Last Point ";
buttonList[47] = "  Complete Line & Select  ";
buttonList[48] = "Complete Polygon & Select";
buttonList[49] = "Cancel"; // setUnits.htm
buttonList[50] = "Create Print Page";  // printForm.htm
buttonList[51] = "Buffer Point & Select";
buttonList[52] = "Buffer Line & Select";	
buttonList[53] = "Complete Polygon, Buffer, Select";	
buttonList[54] = "Use Point to Select";		
buttonList[55] = "Get Address @ Click";
buttonList[56] = "Find Route";
buttonList[57] = "Help";

	// Egendefinerte knapper
	// toc.htm
buttonList[58] = "Refresh Map Layers";
buttonList[59] = "Auto Refresh";

buttonList[60] = "Map URL";
buttonList[61] = "Back to Home Extent";
buttonList[62] = "Send Map Service URL";
buttonList[63] = "Get Depth Value";
buttonList[64] = "Save Map";

buttonList[66] = "Show Grid";

//Tekst ved checkbox i menyen
buttonList[65] = "Keep chosen area";
/*
buttonList[1] = "";
buttonList[2] = "";	
buttonList[3] = "";	
buttonList[4] = "";		
buttonList[5] = "";
buttonList[6] = "";
buttonList[7] = "";
buttonList[8] = "";
buttonList[9] = "";
buttonList[0] = "";
*/


dbGroupTocList[0]= "Close";
dbGroupTocList[1]= "Open";
dbGroupTocList[2]= "Show all layers in";
dbGroupTocList[3]= "Hide all layers in";
dbGroupTocList[4]= "Hide";
dbGroupTocList[5]= "Show";
dbGroupTocList[6]= "Make active";
dbGroupTocList[7]= "Show polygons";
dbGroupTocList[8]= "Show polylines";
dbGroupTocList[9]= "is not visible due to scale.<br>Zoom to a scale where the layer is visible.";
dbGroupTocList[10]= "is not available for the moment.";


tabbedPaneList[0]= "Hide theme selection";
tabbedPaneList[1]= "Show theme selection";
tabbedPaneList[2]= "Preset Maps"; // "Completed maps";
tabbedPaneList[3]= "Select among pre-<br>prepared maps";
tabbedPaneList[4]= "Select Themes";
tabbedPaneList[5]= "Create<br>your own map";
tabbedPaneList[6]= "Overview of<br>selected theme layers";
tabbedPaneList[7]= "Overview";
tabbedPaneList[8]= "Change order of visible<br>map layer appearance";
tabbedPaneList[9]= "Order";
tabbedPaneList[10]= "Time-/depthinfo.<br>for chosen themes";
tabbedPaneList[11]= "Time-/depth";
tabbedPaneList[12]= "Zoom to<br>geographic area";
tabbedPaneList[13]= "Zoom to:";
tabbedPaneList[14]= "Hide legend<br>and information";
tabbedPaneList[15]= "Show legend<br>and information";
tabbedPaneList[16]= "Legend<br>for visible map layers";
tabbedPaneList[17]= "Legend";
tabbedPaneList[18]= "Information about<br>visible map layers";
tabbedPaneList[19]= "Info.";
tabbedPaneList[20]= "Information<br>messages";
tabbedPaneList[21]= "Messages"; //"Map object";	//evt properties?
tabbedPaneList[22]= "Data provided by:";
tabbedPaneList[23]= "Show information about";
tabbedPaneList[24]= "Hide information about";
tabbedPaneList[25]= "<center><BR><BR><BR><BR>Here you find<BR><BR><b>information</b><br>about<br><b>visible layers</b>.</center>";
tabbedPaneList[26]= " can not be moved further upwards"; //" kan ikke flyttes lengre opp.";
tabbedPaneList[27]= " can not be moved further downwards"; //" kan ikke flyttes lengre ned.";
tabbedPaneList[28]= "Move ";
tabbedPaneList[29]= "UPwards";
tabbedPaneList[30]= "DOWNwards";
tabbedPaneList[31]= "Here you can change<br><b>the layer order</b><br>of the visible layers in the map.";
tabbedPaneList[32]= "Click on";
tabbedPaneList[33]= "a feature that belongs to<br>";
tabbedPaneList[34]= "<br>in the map.";
tabbedPaneList[35]= "Information about features<br>in ";
tabbedPaneList[36]= "Zoom to<br>";
tabbedPaneList[37]= "Remove<br>";
tabbedPaneList[38]= "<center><BR><BR><BR><BR>Choose layers on the left side under<br><br><b>\'Preset Maps\'</b><br> or <br><b>\'Select Themes\'</b>.</center>";
tabbedPaneList[39]= "<center><BR><BR>Messages</b><br><br>such as information about<br>selected map objects.</center>";
tabbedPaneList[40]= "Metadata";
tabbedPaneList[41]= "Download data";
tabbedPaneList[42]= "Hide tools";
tabbedPaneList[43]= "Hide overview map";
tabbedPaneList[44]= "Show tools";
tabbedPaneList[45]= "Show overview map";
tabbedPaneList[46]= "# chosen layers:";
tabbedPaneList[47]= "Remove all layers"; //Ta bort alle kartlag

selectAreaList[0] = "Zoom to Area";
selectAreaList[1] = "Norway";
selectAreaList[2] = "MAREANO survey area 2006";
selectAreaList[3] = "Area for Management Plan";
selectAreaList[4] = "Ocean areas";
selectAreaList[5] = "North Sea";
selectAreaList[6] = "Norwegian Sea";
selectAreaList[7] = "Barents Sea";
selectAreaList[8] = "Place names";
selectAreaList[9] = "Lofoten & Vesterålen";
selectAreaList[10] = "Tromsøflaket";
selectAreaList[11] = "Hammerfest";
selectAreaList[12] = "Melkøya";
selectAreaList[13] = "MAREANO area";
selectAreaList[14] = "";
selectAreaList[15] = "";
selectAreaList[16] = "";
selectAreaList[17] = "";
selectAreaList[18] = "";
selectAreaList[19] = "";
selectAreaList[20] = "";

newMessageList[0] = "Some maplayers are not visible in this scale";
}


// - **********************************************************************************************************************************************
// - **********************************************************************************************************************************************
// - **********************************************************************************************************************************************


if (language == "no") { //norwegian

	// ArcIMSparam.js - msgList
msgList[0] = "Unable to load one of the following Javascript Libraries:\naimsCommon.js\naimsXML.js\naimsMap.js";
	// aimsCommon.js - msgList
msgList[1] = "No request for Limit Extent";
msgList[2] = "Unable to start. Required HTML Form missing (jsForm.htm).";
msgList[3] = "Current Extent:\nLeft: ";
msgList[4] = "\nBottom: ";
msgList[5] = "\nRight: ";
msgList[6] = "\nTop: ";
msgList[7] = "\n\nRatio to Full Extent: ";
	// aimsXML.js - msgList
msgList[8] = "ServiceName: ";
msgList[9] = "\nArcXML Request:\n ";
msgList[10] = "Response from previous request(s) not received.";
msgList[11] = "Form for posting request not found. Unable to communicate with server.";
msgList[12] = "Sending:\n\n";
msgList[13] = "ArcXML Response:\n ";
msgList[14] = "Unable to display MapService\n";
msgList[15] = "Cannot send request";
msgList[16] = "Unable to display Overview Map MapService\n";
msgList[17] = "Unable to set parameters";
msgList[18] = "Unable to get image for click positions.";
msgList[19] = "\nUnable to execute response.";
	// aimsLayers.js - msgList
msgList[20] = " is now the Active Layer";
msgList[21] = "Unable to obtain Field names.\nUnable to query layer.";
msgList[22] = "Name:";
msgList[23] = "Id:";
msgList[24] = "Type:";
msgList[25] = "Extent:";
msgList[26] = "Min Scale:";
msgList[27] = "Max Scale:";
msgList[28] = "Fields:";
msgList[29] = "Size:";
msgList[30] = "Precision:";
msgList[31] = "Unknown";
msgList[32] = "String";
msgList[33] = "Id";
msgList[34] = "Shape";
msgList[35] = "Integer";
msgList[36] = "Double";
msgList[37] = "Boolean";
msgList[38] = "Floating";
msgList[39] = "Small Integer";
msgList[40] = "BLOB";
msgList[41] = "Date";
msgList[42] = "None";
msgList[43] = "Address Match";
msgList[44] = "No";
	// aimsDHTML.js - msgList
msgList[45] = "A MapService must be loaded";
	// aimsClick.js - msgList
msgList[46] = "Cannot query MapService\nIdentify, Select, and Query functions are disabled.";
msgList[47] = "This layer does not have any Hyperlinks.";
msgList[48] = "No selected features to buffer.";
msgList[49] = "Buffer Mode disabled.";
msgList[50] = "Legend Library (aimsLegend.js) not loaded.";
msgList[51] = "Function not enabled.";
	// aimsNavigation.js - msgList
msgList[52] = "Map: ";
msgList[53] = "Image: ";
msgList[54] = "ScaleFactor: ";
	// aimsCustom.js - msgList
msgList[55] = "Unknown Mode:";
msgList[56] = "\nUnable to execute request.";
	// aimsGeocode.js - msgList
msgList[57] = "Locate Results";
msgList[58] = "Address";
msgList[59] = "Score";
msgList[60] = "Unable to locate address";
	// aimsIdentify.js - msgList
msgList[61] = "Previous ";
msgList[62] = " Records";
msgList[63] = "More Records";
msgList[64] = "No Features found.";
msgList[65] = "Returned ArcXML Response:";
msgList[66] = "Server returned:";
msgList[67] = "Hyperlink to ";
msgList[68] = "Unable to hyperlink with submitted request.";
msgList[69] = "Unable to hyperlink.";
	// aimsSelect.js - msgList
msgList[70] = "Measure Totals cleared.";
msgList[71] = "Valget er opphevet"; //"Selection cleared.";
	// aimsQuery.js - msgList
msgList[72] = "Field";
msgList[73] = "Operator";
msgList[74] = "Requesting sample values for the layer ";
msgList[75] = "The first ";
msgList[76] = " records are being accessed. There may be duplicate values.";
msgList[77] = ":\nThis layer does not have any StoredQueries.";
msgList[78] = "Search";
msgList[79] = "Search is Case-Sensitive";
msgList[80] = "Unable to build Query String.";
	// aimsBuffer.js - msgList
msgList[81] = "Distance must be at least zero.\\nStart all numbers less than one with a leading zero.";
msgList[82] = "Highlight features from ";
msgList[83] = " within a distance of&nbsp;";
msgList[84] = " around the selected features of ";
msgList[85] = "Display Attributes";
msgList[86] = "Rec";
	// addmatch.htm - msgList
msgList[87] = "No Layer";
msgList[88] = "Layer";
msgList[89] = "Please enter a string";
msgList[90] = "Enter String to Find in ";
msgList[91] = "Cancelled.";
msgList[92] = "Find String";
	// select.htm - msgList
msgList[93] = "A minimum of two points are required.";
msgList[94] = "A minimum of three points are required.";
msgList[95] = "Velg vha linje eller polygon"; //"Select with Line or Polygon";
	// printForm.htm
msgList[96] = "Klikk på \"Lag utskriftsside\" for å åpne et nytt browser-vindu som inneholder kartet, "; //"Click on \"Create Print Page\" to open a new Browser window with the Map Image,";
msgList[97] = "oversiktskartet og tegnforklaringen. Videre kan man bruke menyen File/Print eller Fil/Skriv ut"; //"Overview Map Image, and Legend displayed. You can then use the File/Print menu item";
msgList[98] = "for å skrive ut kartet."; //"to send the display to your printer.";
msgList[99] = "Please enter a string";
msgList[100] = "The modules available on this site make extensive use of JavaScript <br> and requires a 4.0 or newer Browser.<br>Internet Explorer is not supported on the Macintosh."; // default.htm
msgList[101] = " is not visible due to scale and features cannot be selected.\n\nZoom to a scale where the layer is visible.\n\n";
msgList[102] = " is not visible and features cannot be selected.\n\nCheck Visible for ";
msgList[103] = "Check Visible for the layer and click Refresh Map.";
msgList[104] = "The Active Layer ";
msgList[105] = "At least one point is required";
msgList[106] = "Buffer Shape";
msgList[107] = "Buffer Size:";
msgList[108] = " and click Refresh Map.";
msgList[109] = "No operator in query";
msgList[110] = "Query expression is blank.\nNo features have been selected.";
msgList[111] = "No Layers visible.";
msgList[112] = "No features found at click location.";
msgList[113] = "Loading Viewer. . .";
msgList[114] = "No hyperlinks defined for any of the visible layers.";
msgList[115] = "No Hyperlinks defined.";
msgList[116] = "No hyperlink defined for at click location";
msgList[117] = "Retrieving Data. . .";
msgList[118] = "Retrieving Map. . .";
msgList[119] = "You are not authorized to make map requests to this MapService.";
msgList[120] = "Debug Mode On";
msgList[121] = "Debug Mode Off";
msgList[122] = " records are being accessed. Duplicate values will be sorted out, resulting in fewer samples.";

	// Egendefinerte beskjeder
	// bottom.htm
msgList[123] = "NB! Blokkering av pop-up-vinduer må slås av for denne sida.";

	// ArcIMSparam.js
msgList[124] = "Tegnforklaring - test";

	// printform.htm
msgList[125] = "Velg papirstørrelse og retning som anbefalt under 'Image Size'.";

msgList[126] = " er ikke tilgjengelig for øyeblikket.";

	// mareanoTools.js
msgList[127] = "URL til kartet";
msgList[128] = "Følgende URL kan limes inn i et adressefelt til en internettbrowser for å gjenskape kartet: ";

msgList[129] = "NB! Pga. den høye oppløsningen til skjermen din kan det hende at enkelte kartlag ikke kan vises.<br>Vennligst reduser vindustørrelsen til Internettbrowseren din.";

msgList[130] = "Ugyldig(e) kartlag-ID(er).";
msgList[131] = "Det har ikke blitt satt noen kartlag-IDer.";
msgList[132] = "Ugyldig kartbilde-ID.";
msgList[133] = "Ingen kartlag i dette kartbildet er tilgjengelig for øyeblikket.";


/*
msgList[1] = "";
msgList[2] = "";
msgList[3] = "";
msgList[4] = "";
msgList[5] = "";
msgList[6] = "";
msgList[7] = "";
msgList[8] = "";
msgList[9] = "";
msgList[0] = "";
*/
unitList[0] = "GRADER"; //"DEGREES";
unitList[1] = "FEET";
unitList[2] = "MILES";
unitList[3] = "METER"; //"METERS";
unitList[4] = "KILOMETER"; //"KILOMETERS";

sUnitList[0] = "GRADER"; //"DEGREES";
sUnitList[1] = "FEET";
sUnitList[2] = "MILES";
sUnitList[3] = "METER"; //"METERS";
sUnitList[4] = "KILOMETER"; //"KILOMETERS";

modeList[0] = "Zoom inn"; //"Zoom In";
modeList[1] = "Zoom ut"; //"Zoom Out";
modeList[2] = "Pan";
modeList[3] = "Identifiser"; //"Identify";
modeList[4] = "Velg data vha et rektangel"; //"Select Rectangle";
modeList[5] = "Velg punkt"; //"Select Point";
modeList[6] = "Velg linje"; //"Select Line";
modeList[7] = "Velg polygon"; //"Select Polygon";
modeList[8] = "Velg linje/polygon"; //"Select Line/Polygon";
modeList[9] = "Hyperlink";
modeList[10] = "Select Shape";
modeList[11] = "Buffer Shape";
modeList[12] = "Mål"; //"Measure";
modeList[13] = "Create Shape";
modeList[14] = "Locate Address";
modeList[15] = "Lag spørring"; //"Query";
modeList[16] = "Søk"; //"Search";
modeList[17] = "Finn"; //"Find";
modeList[18] = "Lag buffer"; //"Buffer";
modeList[19] = "Identifiser alle"; //"Identify All";
modeList[20] = "Identifiser synlige temalag"; //"ID Visible Features";
modeList[21] = "Hent adresse"; //"Get Address";
modeList[22] = "Hent dybdeverdi";


titleList[0] = "ArcIMS HTML Viewer"; 
titleList[1] = "Current Active Layer";	// aimsLayers.js
titleList[2] = "Layer Information";	
titleList[3] = "Tegnforklaring";	// aimsLegend.js
titleList[4] = "MAREANO - kartklient-url"; //"ArcIMS HTML Viewer Map"; // aimsPrint.js
titleList[5] = "Map Output";
titleList[6] = "Address Match Candidates";	// aimsGeocode.js
titleList[7] = "Query/Selection Results";	// aimsIdentify.js
titleList[8] = "Select Results";
titleList[9] = "Hyperlink Results";
titleList[10] = "Buffer Results";			// aimsBuffer.js
titleList[11] = "Address Matching";			// aimsGeocode.js
titleList[12] = "Toolbar";
titleList[13] = "Layers";
titleList[14] = " Visible ";
titleList[15] = " Active ";
titleList[16] = "Visningsenhet"; //"Display Units";			// setUnits.htm
titleList[17] = "Kartenhet"; //"Map Units";
titleList[18] = "PrintForm";				// printForm.htm
titleList[19] = "Karttittel:<BR>"; //"Title to display on Map:<BR>";
titleList[20] = "Norsk tittel"; //"ArcIMS HTML Viewer Map";
titleList[21] = "Skriv ut kartet"; //"Print Map";
titleList[22] = "Selected Features";;	
titleList[23] = "Highlighted Feature";
titleList[24] = "theBufferTarget";
titleList[25] = "theBufferPolygons";
titleList[26] = "theBufferTarget";
titleList[27] = "theBuffer";
titleList[28] = "Gi tilbakemelding";
titleList[29] = "Lengde:";
titleList[30] = "Bredde:";
titleList[31] = "Lengde i geogr. koord.";
titleList[32] = "Bredde i geogr. koord.";
titleList[33] = "Copyright (C) MAREANO, http://www.mareano.no";
titleList[34] = "Målestokk i kartet.<BR>Tast inn nytt målestokkstall og trykk ENTER.";
titleList[35] = "MAREANO-kart fra mareano.no";
titleList[36] = "Målestokk:";
titleList[37] = "";
titleList[38] = "";
titleList[39] = "";
titleList[40] = "";
titleList[41] = "";
titleList[42] = "";
titleList[43] = "";
titleList[44] = "";
titleList[45] = "Gå til Lag ditt eget kart for å få mer informasjon om utvalgte kartlag";

buttonList[0] = "Skjul tegnforklaringen"; //"Hide Legend"; // aimsLegend.js
buttonList[1] = "Locate Another Address"; // aimsGeocode.js
buttonList[2] = "Verdi"; //"Value";	// aimsQuery.js
buttonList[3] = "Eksempelverdier"; //"Sample Values";
buttonList[4] = "Vis eksempler"; //"Get Samples";
buttonList[5] = "Legg til spørring"; //"Add to Query String";
buttonList[6] = "Utfør"; //"Execute";
buttonList[7] = "Angre"; //"Undo";
buttonList[8] = "Blank ut"; //"Clear";
buttonList[9] = "Lag buffer"; //"Create Buffer";	// aimsBuffer.js
buttonList[10] = "Ja"; //"Yes";
buttonList[11] = "Nei"; //"No";
buttonList[12] = "Velg temalag"; //"Select Layer";	// addmatch.htm
buttonList[13] = "Locate";	
buttonList[14] = "Bytt mellom tegnforklaring og LayerList"; //"Toggle between Legend and LayerList";		// toolbar.htm
buttonList[15] = "Vis/skjul oversiktskart"; //"Toggle Overview Map";
buttonList[16] = "Zoom inn"; //"Zoom In";
buttonList[17] = "Zoom ut"; //"Zoom Out";
buttonList[18] = "Vis hele kartet"; //"Zoom to Full Extent";
buttonList[19] = "Zoom til det aktive temalaget"; //"Zoom to Active Layer";
buttonList[20] = "Gå til forrige kartutsnitt"; //"Back to Last Extent";
buttonList[21] = "Pan";
buttonList[22] = "Pan to North";	
buttonList[23] = "Pan to South";	
buttonList[24] = "Pan to West";		
buttonList[25] = "Pan to East";
buttonList[26] = "HyperLink";
buttonList[27] = "Identifiser"; //"Identify";
buttonList[28] = "Lag spørring"; //"Query";
buttonList[29] = "Søk"; //"Search";
buttonList[30] = "Finn data";
buttonList[31] = "Mål"; //"Measure";
buttonList[32] = "Sett enheter"; //"Set Units";	
buttonList[33] = "Lag buffer"; //"Buffer";	
buttonList[34] = "Velg data vha et rektangel"; //"Select by Rectangle";		
buttonList[35] = "Velg data vha linje/polygon"; //"Select by Line/Polygon";
buttonList[36] = "Opphev valget"; //"Clear Selection";
buttonList[37] = "Lokaliser adresse"; //"Locate Address";
buttonList[38] = "Skriv ut"; //"Print";
buttonList[39] = "Trekk ut data"; //"Extract";
buttonList[40] = "Valgmuligheter"; //"Options";
buttonList[41] = "Last ned karttjeneste"; //"Load MapService";
buttonList[42] = "Skjul LayerList"; //"Hide LayerList";	// toc.htm
buttonList[43] = "Informasjon"; //"Info";	
buttonList[44] = "Oppdater kartet"; //"Refresh Map";		
buttonList[45] = "Start på nytt"; //"    Restart    "; // select.htm
buttonList[46] = " Slett det siste punktet ";; //" Delete Last Point ";
buttonList[47] = "    Fullfør linjen & velg    "; //"  Complete Line & Select  ";
buttonList[48] = "Fullfør polygonet&velg"; //"Complete Polygon & Select";
buttonList[49] = "Avbryt"; //"Cancel"; // setUnits.htm
buttonList[50] = "Lag utskriftsside"; //"Create Print Page";  // printForm.htm
buttonList[51] = "Lag buffer rundt punktet & velg"; //"Buffer Point & Select";
buttonList[52] = "Lag buffer rundt linjen & velg"; //"Buffer Line & Select";	
buttonList[53] = "Lukk polygonet, lag buffer og velg"; //"Complete Polygon, Buffer, Select";	
buttonList[54] = "Bruk punkt til å velge"; //"Use Point to Select";		
buttonList[55] = "Get Address @ Click";
buttonList[56] = "Find rute"; //"Find Route";
buttonList[57] = "Hjelp";


	// Egendefinerte knapper
	// TOC
buttonList[58] = "Oppdater kartlagene";
buttonList[59] = "Automatisk oppdatering"; //"Auto Refresh";


buttonList[60] = "Kartutsnitt-URL";
buttonList[61] = "Gå til opprinnelig kartutsnitt";
buttonList[62] = "Send URL til karttjenesten";
buttonList[63] = "Hent dybdeverdi";
buttonList[64] = "Lagre kart";

//Tekst ved checkbox i menyen
buttonList[65] = "Behold valgt område";
buttonList[66] = "Vis gradenett";

/*
buttonList[1] = "";
buttonList[2] = "";	
buttonList[3] = "";	
buttonList[4] = "";		
buttonList[5] = "";
buttonList[6] = "";
buttonList[7] = "";
buttonList[8] = "";
buttonList[9] = "";
buttonList[0] = "";
*/

dbGroupTocList[0]= "Lukk";
dbGroupTocList[1]= "Åpne";
dbGroupTocList[2]= "Vis alle temalag i";
dbGroupTocList[3]= "Skjul alle temalag i";
dbGroupTocList[4]= "Skjul";
dbGroupTocList[5]= "Vis";
dbGroupTocList[6]= "Sett aktiv";
dbGroupTocList[7]= "Vis fylte polygoner";
dbGroupTocList[8]= "Vis polygonkontur";
dbGroupTocList[9]= "vises ikke ved denne målestokken.<br>Zoom til en målestokk hvor laget er synlig.";
dbGroupTocList[10]= "er ikke tilgjengelig for øyeblikket.";


tabbedPaneList[0]= "Skjul temavelger";
tabbedPaneList[1]= "Vis temavelger";
tabbedPaneList[2]= "Ferdige kart";
tabbedPaneList[3]= "Velg blant forhånds-<br>sammensatte kart";
tabbedPaneList[4]= "Lag ditt eget kart";
tabbedPaneList[5]= "Sett sammen<br>ditt eget kart";
tabbedPaneList[6]= "Oversikt over<br>valgte temalag";
tabbedPaneList[7]= "Oversikt";
tabbedPaneList[8]= "Forandre visningsrekkefølgen<br>til synlige temalag";
tabbedPaneList[9]= "Rekkefølge";
tabbedPaneList[10]= "Tid-/dybdeinfo.<br>til valgte temalag";
tabbedPaneList[11]= "Tid-/dybde";
tabbedPaneList[12]= "Zoom til et<br>geografisk område";
tabbedPaneList[13]= "Zoom til:";
tabbedPaneList[14]= "Skjul tegnforklaring<br>og informasjon";
tabbedPaneList[15]= "Vis tegnforklaring<br>og informasjon";
tabbedPaneList[16]= "Tegnforklaring<br>til synlige kartlag";
tabbedPaneList[17]= "Tegnforklaring";
tabbedPaneList[18]= "Informasjon om<br>synlige kartlag";
tabbedPaneList[19]= "Info.";
tabbedPaneList[20]= "Informasjons-<br>meldinger";
tabbedPaneList[21]= "Meldinger"; //"Kartobjekt";	//evt Egenskaper?
tabbedPaneList[22]= "Data levert av:";
tabbedPaneList[23]= "Vis informasjon om";
tabbedPaneList[24]= "Skjul informasjon om";
tabbedPaneList[25]= "<center><BR><BR><BR><BR>Her vises<BR><BR><b>informasjon</b><br>om<br><b>synlige kartlag</b>.</center>";
tabbedPaneList[26]= " kan ikke flyttes lengre opp.";
tabbedPaneList[27]= " kan ikke flyttes lengre ned.";
tabbedPaneList[28]= "Flytt ";
tabbedPaneList[29]= "OPPover";
tabbedPaneList[30]= "NEDover";
tabbedPaneList[31]= "Her kan du forandre<br><b>visningsrekkefølgen</b><br>til synlige lag i kartet.";
tabbedPaneList[32]= "Klikk på";
tabbedPaneList[33]= "en forekomst av<br>";
tabbedPaneList[34]= "<br>i kartet.";
tabbedPaneList[35]= "Informasjon om forekomster<br>i ";
tabbedPaneList[36]= "Zoom til<br>";
tabbedPaneList[37]= "Ta bort<br>";
tabbedPaneList[38]= "<center><BR><BR><BR><BR>Velg kartlag til venstre under<br><br><b>\'Ferdige kart\'</b><br> eller <br><b>\'Lag ditt eget kart\'</b>.</center>";
tabbedPaneList[39]= "<center><BR><BR>Her vises<br><br><b>forskjellige meldinger</b><br><br>som f.eks. informasjon om<br>valgte kartobjekter.</center>";
tabbedPaneList[40]= "Metadata";
tabbedPaneList[41]= "Last ned data";
tabbedPaneList[42]= "Skjul verktøyene";
tabbedPaneList[43]= "Skjul oversiktskartet";
tabbedPaneList[44]= "Vis verktøyene";
tabbedPaneList[45]= "Vis oversiktskartet";
tabbedPaneList[46]= "Antall valgte temaer:";
tabbedPaneList[47]= "Ta bort alle kartlag";

selectAreaList[0] = "Zoom til område";
selectAreaList[1] = "Norge";
selectAreaList[2] = "MAREANO-kartlegg. 2006";
selectAreaList[3] = "Forvaltningsplanområde";
selectAreaList[4] = "Havområder";
selectAreaList[5] = "Nordsjøen";
selectAreaList[6] = "Norskehavet";
selectAreaList[7] = "Barentshavet";
selectAreaList[8] = "Stedsnavn";
selectAreaList[9] = "Lofoten & Vesterålen";
selectAreaList[10] = "Tromsøflaket";
selectAreaList[11] = "Hammerfest";
selectAreaList[12] = "Melkøya";
selectAreaList[13] = "MAREANO-område";
selectAreaList[14] = "";
selectAreaList[15] = "";
selectAreaList[16] = "";
selectAreaList[17] = "";
selectAreaList[18] = "";
selectAreaList[19] = "";
selectAreaList[20] = "";

newMessageList[0] = "Noen kartlag er ikke tilgjengelige i denne målestokken.";

}
