/*
 * menuData.js
 * java script menu data required by menuScript.js
 * 
 * ProMIS Geographic & Thematic Layers CDROM project
 * June 2001
 *
 * Author: Andrew Ross (ross@undpafg.org.pk)
 * Programme Management Information System (ProMIS)
 * Food & Agriculture Organisation of the United Nations, Afghanistan.
 *
 */

var MAINMENU = [
		["intro_un.png", "intro_sel.png", "Introduction/index.html", "target", false],
		["admin_un.png", "admin_sel.png", "admin", "", false],
		["satellite_un.png", "satellite_sel.png", "satellite", "", false],
		["topography_un.png", "topography_sel.png", "topography", "", false],
		["climate_un.png", "climate_sel.png", "climate", "", false],
		["landcover_un.png", "landcover_sel.png", "landcover", "", false],
		["agric_un.png", "agric_sel.png", "agric", "", false],
		["population_un.png", "population_sel.png", "population", "", false],
		["health_un.png", "health_sel.png", "health", "", false],
		["current_un.png", "current_sel.png", "current", "", false],
		["archeological_un.png", "archeological_sel.png", "Archeological_Sites/index.html", "target", false]
	];

var admin = [
		["29prov_un.png", "29prov_sel.png", "prov29", "", false],
		["32prov_un.png", "32prov_sel.png", "prov32", "", false],
		["settlements_un.png", "settlements_sel.png", "Settlements/index.html", "target", false],
		["peace_un.png", "peace_sel.png", "PEACE_Districts/index.html", "target", false]
	];

var health = [
		["healthfacilities_un.png", "healthfacilities_sel.png", "Health_facilities/index.html", "target", false],
		["sentinel_un.png", "sentinel_sel.png", "Health_sentinel/index.html", "target", false],
		["poliocc_un.png", "poliocc_sel.png", "Health_clinicallyconfirm/index.html", "target", false],
		["polioafp_un.png", "polioafp_sel.png", "Health_afp/index.html", "target", false],
		["malariapv_un.png", "malariapv_sel.png", "Health_pv/index.html", "target", false],
		["malariapf_un.png", "malariapf_sel.png", "Health_pf/index.html", "target", false]
	];

var prov29 = [
		["provinces_un.png", "provinces_sel.png", "29_Province/index.html", "target", false],
		["districts_un.png", "districts_sel.png", "29_District/index.html", "target", false]
	];

var prov32 = [
		["provinces_un.png", "provinces_sel.png", "32_Province/index.html", "target", false],
		["districts_un.png", "districts_sel.png", "32_District/index.html", "target", false]
	];

var satellite = [
		["faosat_un.png", "faosat_sel.png", "FAO_satellite/index.html", "target", false],
		["noaasat_un.png", "noaasat_sel.png", "NOAA_satellite/index.html", "target", false],
		["nightlights_un.png", "nightlights_sel.png", "Night_lights/index.html", "target", false]
	];

var climate = [
		["precipitation_un.png", "precipitation_sel.png", "precipitation", "", false],
		["temp_un.png", "temp_sel.png", "temperature", "", false]
	];

var precipitation = [
		["spring_un.png", "spring_sel.png", "Precipitation_spring/index.html", "target", false],
		["summer_un.png", "summer_sel.png", "Precipitation_summer/index.html", "target", false],
		["fall_un.png", "fall_sel.png", "Precipitation_fall/index.html", "target", false],
		["winter_un.png", "winter_sel.png", "Precipitation_winter/index.html", "target", false]
	];

var temperature = [
		["spring_un.png", "spring_sel.png", "Temperature_spring/index.html", "target", false],
		["summer_un.png", "summer_sel.png", "Temperature_summer/index.html", "target", false],
		["fall_un.png", "fall_sel.png", "Temperature_fall/index.html", "target", false],
		["winter_un.png", "winter_sel.png", "Temperature_winter/index.html", "target", false]
	];

var landcover = [
		["faolandcover_un.png", "faolandcover_sel.png", "FAO_Landcover/index.html", "target", false],
		["oakridgelandcover_un.png", "oakridgelandcover_sel.png", "Oak_Ridge_Landcover/index.html", "target", false]
	];

var topography = [
		["transportation_un.png", "transportation_sel.png", "Transportation/index.html", "target", false],
		["hydro_un.png", "hydro_sel.png", "Hydrology/index.html", "target", false],
		["slope_un.png", "slope_sel.png", "Slope/index.html", "target", false],
		["elevation_un.png", "elevation_sel.png", "Elevation/index.html", "target", false],
		["elevationhillshading_un.png", "elevationhillshading_sel.png", "Elevation_with_hillshading/index.html", "target", false]
	];

var agric = [
		["bovines_un.png", "bovines_sel.png", "Bovines/index.html", "target", false],
		["smallruminants_un.png", "smallruminants_sel.png", "Small_ruminants/index.html", "target", false],
		["faoheadcounts_un.png", "faoheadcounts_sel.png", "faoheadcounts", "", false],
		["lengthgrowingperiod_un.png", "lengthgrowingperiod_sel.png", "Length_of_growing_period/index.html", "target", false],
		["permanentarableland_un.png", "permanentarableland_sel.png", "Permanent_crop_arable_land/index.html", "target", false],
		["environmentalconstraints_un.png", "environmentalconstraints_sel.png", "Major_Environmental_Constraints/index.html", "target", false]
	];

var faoheadcounts = [
		["2000_un.png", "2000_sel.png", "headcounts2000", "", false],
		["1998_un.png", "1998_sel.png", "headcounts1998", "", false]
	];

var headcounts2000 = [
		["cattle_un.png", "cattle_sel.png", "Headcount_Cattle_2000/index.html", "target", false],
		["sheep_un.png", "sheep_sel.png", "Headcount_Sheep_2000/index.html", "target", false],
		["goats_un.png", "goats_sel.png", "Headcount_Goats_2000/index.html", "target", false],
		["horses_un.png", "horses_sel.png", "Headcount_Horses_2000/index.html", "target", false],
		["donkeys_un.png", "donkeys_sel.png", "Headcount_Donkeys_2000/index.html", "target", false],
		["camels_un.png", "camels_sel.png", "Headcount_Camels_2000/index.html", "target", false],
		["poultry_un.png", "poultry_sel.png", "Headcount_Poultry_2000/index.html", "target", false]
	];

var headcounts1998 = [
		["cattle_un.png", "cattle_sel.png", "Headcount_Cattle_1998/index.html", "target", false],
		["sheep_un.png", "sheep_sel.png", "Headcount_Sheep_1998/index.html", "target", false],
		["goats_un.png", "goats_sel.png", "Headcount_Goats_1998/index.html", "target", false],
		["horses_un.png", "horses_sel.png", "Headcount_Horses_1998/index.html", "target", false],
		["donkeys_un.png", "donkeys_sel.png", "Headcount_Donkeys_1998/index.html", "target", false],
		["camels_un.png", "camels_sel.png", "Headcount_Camels_1998/index.html", "target", false],
		["poultry_un.png", "poultry_sel.png", "Headcount_Poultry_1998/index.html", "target", false]
	];

var population = [
		["oakridge2000_un.png", "oakridge2000_sel.png", "Oak_Ridge_Population_2000/index.html", "target", false],
		["oakridge1998_un.png", "oakridge1998_sel.png", "Oak_Ridge_Population_1998/index.html", "target", false],
		["cso1997_un.png", "cso1997_sel.png", "CSO_Population_1997/index.html", "target", false],
		["unidata_un.png", "unidata_sel.png", "UNIDATA_Population_1991/index.html", "target", false],
		["usaid_un.png", "usaid_sel.png", "USAID_Population_1990/index.html", "target", false],
		["cso1979_un.png", "cso1979_sel.png", "CSO_Population_1979/index.html", "target", false]
	];

var current = [
		["idpmovements_un.png", "idpmovements_sel.png", "IDP_Movements/index.html", "target", false],
		["droughtareas_un.png", "droughtareas_sel.png", "Severely_Affected_Drought_Areas/index.html", "target", false],
		["mineaction_un.png", "mineaction_sel.png", "mineaction", "", false],
		["undcp_un.png", "undcp_sel.png", "undcp", "", false]
	];

var mineaction = [
		["highpriority_un.png", "highpriority_sel.png", "MineAction_High_Priority/index.html", "target", false],
		["total_un.png", "total_sel.png", "MineAction_Total/index.html", "target", false],
		["victims_un.png", "victims_sel.png", "MineAction_Victims/index.html", "target", false]
	];

var undcp = [
		["survey2000_un.png", "survey2000_sel.png", "UNDCP_Poppy_Survey_2000/index.html", "target", false],
		["survey1999_un.png", "survey1999_sel.png", "UNDCP_Poppy_Survey_1999/index.html", "target", false],
		["survey1998_un.png", "survey1998_sel.png", "UNDCP_Poppy_Survey_1998/index.html", "target", false],
		["survey1997_un.png", "survey1997_sel.png", "UNDCP_Poppy_Survey_1997/index.html", "target", false]
	];

var MENULIST = [
		["MAINMENU", MAINMENU, "target", false],
		["admin", admin, "target", false],
		["health", health, "target", false],
		["landcover", landcover, "target", false],
		["topography", topography, "target", false],
		["agric", agric, "target", false],
		["climate", climate, "target", false],
		["population", population, "target", false],
		["current", current, "target", false],
		["prov29", prov29, "target", false],
		["prov32", prov32, "target", false],
		["precipitation", precipitation, "target", false],
		["temperature", temperature, "target", false],
		["faoheadcounts", faoheadcounts, "target", false],
		["headcounts2000", headcounts2000, "target", false],
		["headcounts1998", headcounts1998, "target", false],
		["mineaction", mineaction, "target", false],
		["satellite", satellite, "target", false],
		["undcp", undcp, "target", false]
	];

var HEIGHT = 20;
var WIDTH = 185;

var IMGDIR="img/";
var TARGETDIR = "../Mapsystem/";

