//###################################################################################
//# editable file from which index_en.asp extracts info to generate its content
//#  LOCATED IN THE FOLDER CLIMPAG/JS/
//#
//# 28/02/2007 ANTONIO MARTUCCI - 53991 - NRC (ex SDRN) - antonio.martucci@fao.org
//###################################################################################

//main image of the home page (index_en.asp)**************************
//FEATURED MAPS (randomly selected from the list). ADD MORE IF WISHED
var arrHomeImg = new Array();
arrHomeImg[0] = new Array();

arrHomeImg[0] = new Array();
arrHomeImg[0][0] = "Rainfall monitoring - Maps";
arrHomeImg[0][1] = "cropfor/cmaps_en.asp";
arrHomeImg[0][2] = "img/home_main04.gif";
arrHomeImg[0][3] = "_self";

arrHomeImg[1] = new Array();
arrHomeImg[1][0] = "1961-2002 Global Rainfall Pattern by Classes";
arrHomeImg[1][1] = "nri/cllist_en.asp";
arrHomeImg[1][2] = "img/home_main01.gif";
arrHomeImg[1][3] = "_self";

arrHomeImg[2] = new Array();
arrHomeImg[2][0] = "Global maps of Koeppen’s climate classification";
arrHomeImg[2][1] = "globgrids/KC_classification_en.asp";
arrHomeImg[2][2] = "img/home_main02.gif";
arrHomeImg[2][3] = "_self";

arrHomeImg[3] = new Array();
arrHomeImg[3][0] = "FAO-Rome Weather Station - Satellite Images";
arrHomeImg[3][1] = "ws/weatherstatp2_en.asp";
arrHomeImg[3][2] = "img/home_main03.gif";
arrHomeImg[3][3] = "_self";

arrHomeImg[4] = new Array();
arrHomeImg[4][0] = "Aridity index (P/Pet) with Cold Climate";
arrHomeImg[4][1] = "http://www.fao.org/geonetwork/srv/en/metadata.show?id=12739";
arrHomeImg[4][2] = "img/home_main00.gif";
arrHomeImg[4][3] = "_new";

//notes: a) short title (0); b) map must be 315px wide: resize it in a graphic softwate like photoshop
//       c) all maps will be shown randomly. pay attention on correct sequence of indices [0,1,2,..n]
//       d) last item in the array refers to the target window of the link: same or a new window
//********************************************************************

//DIRECT LINKS (START FROM THE LAST). APPEND MORE IF NEEDED END DEFINE HOW MANY IN THE PAGE
//FIRST IS THE LINK TO THE WEATHER STATION AND IT IS STATIC (NOT IN THIS LIST)
var intNoLinks = 5;
var arrLinks = new Array();



arrLinks[0] = new Array();
arrLinks[0][0] = "Rainfall estimates<img src='img/new12.gif' />";
arrLinks[0][1] = "http://geonetwork3.fao.org/climpag/FAO-RFE.php";
arrLinks[0][2] = "img/home_hot_06s.gif";
arrLinks[0][3] = "New independent method to estimate the rainfall amount, particularly, for regions with scarce weather stations coverage.";

arrLinks[1] = new Array();
arrLinks[1][0] = "Rainfall maps";
arrLinks[1][1] = "cropfor/cmaps_en.asp";
arrLinks[1][2] = "img/home_hot_02s.gif";
arrLinks[1][3] = "Weather and crop conditions by Region (Africa) during various seasons.";

arrLinks[2] = new Array();
arrLinks[2][0] = "Global climate grids";
arrLinks[2][1] = "globgrids/KC_commondata_en.asp";
arrLinks[2][2] = "img/home_hot_01s.gif";
arrLinks[2][3] = "Data sources for FAO worldmaps of Koeppen climatologies and climatic net primary production.";

arrLinks[3] = new Array();
arrLinks[3][0] = "Web LocClim";
arrLinks[3][1] = "locclim/locclim_en.asp";
arrLinks[3][2] = "img/home_hot_03s.gif";
arrLinks[3][3] = "Local Monthly Climate Estimator.";

arrLinks[4] = new Array();
arrLinks[4][0] = "FAOClim-NET";
arrLinks[4][1] = "http://geonetwork3.fao.org/climpag/agroclimdb_en.php";
arrLinks[4][2] = "img/home_hot_05s.gif";
arrLinks[4][3] = "Agroclimatic database of monthly data for 28100 stations, for up to 14 parameters.";

arrLinks[5] = new Array();
arrLinks[5][0] = "AGROMET software and docs";
arrLinks[5][1] = "ftp://ext-ftp.fao.org/SD/Reserved/Agromet/";
arrLinks[5][2] = "img/home_hot_04s.gif";
arrLinks[5][3] = "FTP location for downloading files.";

//notes: a) short title [0] and description [3]; b) icon map must be 50 x 50px; resize it in a graphic softwate like photoshop
//******************************************************************

//NEWS/RELEASES (START FROM THE LAST). APPEND MORE IF NEEDED END DEFINE HOW MANY IN THE PAGE
//KEEP SHORT TITLE AND DESCRIPTION TO AVOID THE PAGE EXPANDING TOO MUCH
var intNoRefs = 8;
var arrRefs = new Array();

arrRefs[0] = new Array();
arrRefs[0][0] = "21-24 June 2006 - Messina - Italy";
arrRefs[0][1] = "Downscaling climate information for local disease mapping";
arrRefs[0][2] = "The study of the impacts of climate on human health requires interdisciplinary efforts..";
arrRefs[0][3] = "pub/Parassitologia%202006%20Bernardi%20Gommes%20Grieser.pdf";
arrRefs[0][4] = "main";

arrRefs[1] = new Array();
arrRefs[1][0] = "Agricultural and Forest Meteorology 103 (2000) 185–196";
arrRefs[1][1] = "Communicating agrometeorological information to farming communities";
arrRefs[1][2] = "Agrometeorological information represents part of a continuum; at the other end is scientific..";
arrRefs[1][3] = "pub/Agricultural%20and%20Forest%20Meteorology%202000%20Weiss%20van%20Crowder%20Bernardi.pdf";
arrRefs[1][4] = "main";

arrRefs[2] = new Array();
arrRefs[2][0] = "October 2005 - NRC Series No. 10";
arrRefs[2][1] = "Frost protection: fundamentals, practice and economics";
arrRefs[2][2] = "The book comes in two volumes which describe the physics and biology of frost occurrence..";
arrRefs[2][3] = "pub/EN3_051001_en.asp";
arrRefs[2][4] = "main";

arrRefs[3] = new Array();
arrRefs[3][0] = "2006 - Rome";
arrRefs[3][1] = "Crop Monitoring Box: Turn-Key crop monitoring and forecasting systems for use in national food security..";
arrRefs[3][2] = "Crop forecasting techniques have made enormous progress from the fifties and..";
arrRefs[3][3] = "pub/cm_box_4.pdf";
arrRefs[3][4] = "main";

arrRefs[4] = new Array();
arrRefs[4][0] = "2007 - Rome";
arrRefs[4][1] = "Adaptation to climate change in agriculture, forestry and fisheries";
arrRefs[4][2] = "Climate change adaptation requires the use of good agricultural, forestry and fisheries practices..";
arrRefs[4][3] = "ftp://ftp.fao.org/docrep/fao/009/j9271e/j9271e.pdf";
arrRefs[4][4] = "main";

arrRefs[5] = new Array();
arrRefs[5][0] = "";
arrRefs[5][1] = "";
arrRefs[5][2] = "Options for Decision Makers";
arrRefs[5][3] = "pub/OptionsEM1.pdf";
arrRefs[5][4] = "sub";

arrRefs[6] = new Array();
arrRefs[6][0] = "";
arrRefs[6][1] = "";
arrRefs[6][2] = "Climate change adaptation and mitigation in the food and agriculture";
arrRefs[6][3] = "ftp://ftp.fao.org/docrep/fao/meeting/013/ai782e.pdf";
arrRefs[6][4] = "sub";

arrRefs[7] = new Array();
arrRefs[7][0] = "2008 - Rome";
arrRefs[7][1] = "Expert Meeting on Climate change adaptation and mitigation (5-7 March 2008)";
arrRefs[7][2] = "This Expert Meeting will review various mitigation and gender-sensitive adaptation options..";
arrRefs[7][3] = "http://www.fao.org/foodclimate/expert/em1/en/";
arrRefs[7][4] = "main";

arrRefs[8] = new Array();
arrRefs[8][0] = "";
arrRefs[8][1] = "";
arrRefs[8][2] = "Climate change adaptation and mitigation: challenges and opportunities for food security";
arrRefs[8][3] = "ftp://ftp.fao.org/docrep/fao/meeting/013/k2545e.pdf";
arrRefs[8][4] = "sub";

arrRefs[9] = new Array();
arrRefs[9][0] = "2008 - Rome";
arrRefs[9][1] = "High-Level Conference on World Food Security (3-5 June 2008):";
arrRefs[9][2] = "the Challenges of Climate Change and Bioenergy";
arrRefs[9][3] = "http://www.fao.org/foodclimate/hlc-home/en/";
arrRefs[9][4] = "main";

arrRefs[10] = new Array();
arrRefs[10][0] = "";
arrRefs[10][1] = "";
arrRefs[10][2] = "Chapter 5: Agrometeorological forecasting";
arrRefs[10][3] = "http://www.wmo.int/pages/prog/wcp/agm/gamp/documents/chap5-draft.pdf";
arrRefs[10][4] = "sub";

arrRefs[11] = new Array();
arrRefs[11][0] = "2008 - Geneva";
arrRefs[11][1] = "Guide to Agricultural Meteorological Practices (GAMP):";
arrRefs[11][2] = "Draft 3rd Edition (WMO-No.134)";
arrRefs[11][3] = "http://www.wmo.int/pages/prog/wcp/agm/gamp/gamp_en.html";
arrRefs[11][4] = "main";

arrRefs[12] = new Array();
arrRefs[12][0] = "";
arrRefs[12][1] = "";
arrRefs[12][2] = "Brochure";
arrRefs[12][3] = "http://www.wmo.int/pages/prog/wcp/agm/meetings/rsama08/documents/Brochure_Regional_Symposium_South_Asia_0508a.pdf";
arrRefs[12][4] = "sub";

arrRefs[13] = new Array();
arrRefs[13][0] = "2008 - Dhaka";
arrRefs[13][1] = "Regional Symposium (25-29 August 2008)";
arrRefs[13][2] = "Climate Change, Food Security, Sea Level Rise, and Environment in South Asia";
arrRefs[13][3] = "http://www.wmo.int/pages/prog/wcp/agm/meetings/rsama08/index_en.html";
arrRefs[13][4] = "main";

arrRefs[14] = new Array();
arrRefs[14][0] = "2008 - Rome";
arrRefs[14][1] = "Climate Change and Food Security. A Framework Document";
arrRefs[14][2] = "Publication";
arrRefs[14][3] = "http://www.fao.org/forestry/media/15538/0/0/";
arrRefs[14][4] = "main";

arrRefs[15] = new Array();
arrRefs[15][0] = "2008 - Rome";
arrRefs[15][1] = "Rapid Agricultural Disaster Assessment Routine (RADAR)";
arrRefs[15][2] = "Publication";
arrRefs[15][3] = "http://www.fao.org/docrep/011/i0183e/i0183e00.htm";
arrRefs[15][4] = "main";

arrRefs[16] = new Array();
arrRefs[16][0] = "2008 - Rome";
arrRefs[16][1] = "Impacts of Climate Change on Agriculture in Morocco";
arrRefs[16][2] = "Study";
arrRefs[16][3] = "http://www.fao.org/climatechange/53599/en/";
arrRefs[16][4] = "main";

arrRefs[17] = new Array();
arrRefs[17][0] = "2009 - Ouagadougou, Burkina Faso (27-30 April 2009) ";
arrRefs[17][1] = "International Workshop";
arrRefs[17][2] = "Adaptation to Climate Change in West African Agriculture";
arrRefs[17][3] = "http://www.wmo.int/pages/prog/wcp/agm/meetings/iwacc08/index_en.html";
arrRefs[17][4] = "main";

arrRefs[18] = new Array();
arrRefs[18][0] = "2009 - ETo calculator version 3.1 ";
arrRefs[18][1] = "To calculate Reference evapotranspiration (ETo) according to FAO standards";
arrRefs[18][2] = "Application software developed by the Land and Water Division of FAO";
arrRefs[18][3] = "http://www.fao.org/nr/water/eto.html";
arrRefs[18][4] = "main";

arrRefs[19] = new Array();
arrRefs[19][0] = "2009 - AquaCrop version 3.0 ";
arrRefs[19][1] = "FAO crop-model to simulate yield response to water";
arrRefs[19][2] = "Application software developed by the Land and Water Division of FAO";
arrRefs[19][3] = "http://www.fao.org/nr/water/infores_databases_aquacrop.html";
arrRefs[19][4] = "main";
//******************************************************************