// Icon arrays
// ============================================= for EUROPE map
	var customIcons = [];
	var iconr = new GIcon(); //bullet_red.gif
	var icong = new GIcon(); //bult0023.gif
	var icony = new GIcon(); //bult0026.gif
	var icono = new GIcon(); //bult0032.gif
	var iconlg = new GIcon(); //bult0030.gif
	var iconb = new GIcon(); //bult0020.gif
	var iconf = new GIcon(); // /type/forthress.png
	iconr.image = 'http://seecorridors.eu/google/_icons/bullets/bullet_red.gif';
	iconr.iconSize = new GSize(15, 15);
	iconr.iconAnchor = new GPoint(5, 5);
	iconr.infoWindowAnchor = new GPoint(5, 5);
	icong.image = 'http://seecorridors.eu/google/_icons/bullets/bult0023.gif';
	icong.iconSize = new GSize(12, 12);
	icong.iconAnchor = new GPoint(5, 5);
	icong.infoWindowAnchor = new GPoint(5, 5);
	icony.image = 'http://seecorridors.eu/google/_icons/bullets/bult0026.gif';
	icony.iconSize = new GSize(12, 12);
	icony.iconAnchor = new GPoint(5, 5);
	icony.infoWindowAnchor = new GPoint(5, 5);
	icono.image = 'http://seecorridors.eu/google/_icons/bullets/bult0032.gif';
	icono.iconSize = new GSize(12, 12);
	icono.iconAnchor = new GPoint(5, 5);
	icono.infoWindowAnchor = new GPoint(5, 5);
	iconlg.image = 'http://seecorridors.eu/google/_icons/bullets/bult0030.gif';
	iconlg.iconSize = new GSize(10, 10);
	iconlg.iconAnchor = new GPoint(5, 5);
	iconlg.infoWindowAnchor = new GPoint(5, 5);
	iconb.image = 'http://seecorridors.eu/google/_icons/bullets/bult0020.gif';
	iconb.iconSize = new GSize(7, 7);
	iconb.iconAnchor = new GPoint(3, 3);
	iconb.infoWindowAnchor = new GPoint(3, 3);
	iconf.image = 'http://seecorridors.eu/google/_icons/theme/fortresses.png';
	iconf.iconSize = new GSize(20, 20);
	iconf.iconAnchor = new GPoint(5, 5);
	iconf.infoWindowAnchor = new GPoint(5, 5);
	customIcons[0] = iconf; //wenzel & vauban
	customIcons[1] = icono; //castillian
	customIcons[2] = icong; //parks
	customIcons[3] = icony; //jewish
	customIcons[4] = iconlg; //saint martin
	customIcons[5] = iconb; //hansa

//==================================================== for SEE cultural tourism
	var cultIconsRisk = [];
	var icon_risk = new GIcon();
	icon_risk.image = 'http://seecorridors.eu/google/_icons/type_0.png';
	icon_risk.iconAnchor = new GPoint(5, 5);
	icon_risk.infoWindowAnchor = new GPoint(5, 5);
	cultIconsRisk[0] = icon_risk;
	//======= country->use the same as cultIconsType bigger
	var cultIconsCountry = [];
	var iconc1 = new GIcon();
	var iconc2 = new GIcon();
	var iconc3 = new GIcon();
	var iconc4 = new GIcon();
	var iconc5 = new GIcon();
	var iconc6 = new GIcon();
	var iconc7 = new GIcon();
	var iconc8 = new GIcon();
	var iconc9 = new GIcon();
	var iconc10 = new GIcon();
	iconc1.image = 'http://seecorridors.eu/google/_icons/type/ancient.png';
	iconc1.iconSize = new GSize(16, 16);
	iconc1.iconAnchor = new GPoint(5, 5);
	iconc1.infoWindowAnchor = new GPoint(5, 5);
	iconc2.image = 'http://seecorridors.eu/google/_icons/type/christian.png';
	iconc2.iconSize = new GSize(16, 16);
	iconc2.iconAnchor = new GPoint(5, 5);
	iconc2.infoWindowAnchor = new GPoint(5, 5);
	iconc3.image = 'http://seecorridors.eu/google/_icons/type/muslim.png';
	iconc3.iconSize = new GSize(16, 16);
	iconc3.iconAnchor = new GPoint(5, 5);
	iconc3.infoWindowAnchor = new GPoint(5, 5);
	iconc4.image = 'http://seecorridors.eu/google/_icons/type/jew.png';
	iconc4.iconSize = new GSize(16, 16);
	iconc4.iconAnchor = new GPoint(5, 5);
	iconc4.infoWindowAnchor = new GPoint(5, 5);
	iconc5.image = 'http://seecorridors.eu/google/_icons/type/forthress.png';
	iconc5.iconSize = new GSize(16, 16);
	iconc5.iconAnchor = new GPoint(5, 5);
	iconc5.infoWindowAnchor = new GPoint(5, 5);
	iconc6.image = 'http://seecorridors.eu/google/_icons/type/old_city.png';
	iconc6.iconSize = new GSize(16, 16);
	iconc6.iconAnchor = new GPoint(5, 5);
	iconc6.infoWindowAnchor = new GPoint(5, 5);
	iconc7.image = 'http://seecorridors.eu/google/_icons/type/revival_arch.png';
	iconc7.iconSize = new GSize(16, 16);
	iconc7.iconAnchor = new GPoint(5, 5);
	iconc7.infoWindowAnchor = new GPoint(5, 5);
	iconc8.image = 'http://seecorridors.eu/google/_icons/type/landscape.png';
	iconc8.iconSize = new GSize(16, 16);
	iconc8.iconAnchor = new GPoint(5, 5);
	iconc8.infoWindowAnchor = new GPoint(5, 5);
	iconc9.image = 'http://seecorridors.eu/google/_icons/type/non_material.png';
	iconc9.iconSize = new GSize(16, 16);
	iconc9.iconAnchor = new GPoint(5, 5);
	iconc9.infoWindowAnchor = new GPoint(5, 5);
	iconc10.image = 'http://seecorridors.eu/google/_icons/type/industrial.png';
	iconc10.iconSize = new GSize(16, 16);
	iconc10.iconAnchor = new GPoint(5, 5);
	iconc10.infoWindowAnchor = new GPoint(5, 5);
	cultIconsCountry[0] = iconc1;
	cultIconsCountry[1] = iconc2;
	cultIconsCountry[2] = iconc3;
	cultIconsCountry[3] = iconc4;
	cultIconsCountry[4] = iconc5;
	cultIconsCountry[5] = iconc6;
	cultIconsCountry[6] = iconc7;
	cultIconsCountry[7] = iconc8;
	cultIconsCountry[8] = iconc9;
	cultIconsCountry[9] = iconc10;
	//======= type
	var cultIconsType = [];
	var icont1 = new GIcon();
	var icont2 = new GIcon();
	var icont3 = new GIcon();
	var icont4 = new GIcon();
	var icont5 = new GIcon();
	var icont6 = new GIcon();
	var icont7 = new GIcon();
	var icont8 = new GIcon();
	var icont9 = new GIcon();
	var icont10 = new GIcon();
	icont1.image = 'http://seecorridors.eu/google/_icons/type/ancient.png';
	icont1.iconSize = new GSize(16, 16);
	icont1.iconAnchor = new GPoint(5, 5);
	icont1.infoWindowAnchor = new GPoint(5, 5);
	icont2.image = 'http://seecorridors.eu/google/_icons/type/christian.png';
	icont2.iconSize = new GSize(16, 16);
	icont2.iconAnchor = new GPoint(5, 5);
	icont2.infoWindowAnchor = new GPoint(5, 5);
	icont3.image = 'http://seecorridors.eu/google/_icons/type/muslim.png';
	icont3.iconSize = new GSize(16, 16);
	icont3.iconAnchor = new GPoint(5, 5);
	icont3.infoWindowAnchor = new GPoint(5, 5);
	icont4.image = 'http://seecorridors.eu/google/_icons/type/jew.png';
	icont4.iconSize = new GSize(16, 16);
	icont4.iconAnchor = new GPoint(5, 5);
	icont4.infoWindowAnchor = new GPoint(5, 5);
	icont5.image = 'http://seecorridors.eu/google/_icons/type/forthress.png';
	icont5.iconSize = new GSize(16, 16);
	icont5.iconAnchor = new GPoint(5, 5);
	icont5.infoWindowAnchor = new GPoint(5, 5);
	icont6.image = 'http://seecorridors.eu/google/_icons/type/old_city.png';
	icont6.iconSize = new GSize(16, 16);
	icont6.iconAnchor = new GPoint(5, 5);
	icont6.infoWindowAnchor = new GPoint(5, 5);
	icont7.image = 'http://seecorridors.eu/google/_icons/type/revival_arch.png';
	icont7.iconSize = new GSize(16, 16);
	icont7.iconAnchor = new GPoint(5, 5);
	icont7.infoWindowAnchor = new GPoint(5, 5);
	icont8.image = 'http://seecorridors.eu/google/_icons/type/landscape.png';
	icont8.iconSize = new GSize(16, 16);
	icont8.iconAnchor = new GPoint(5, 5);
	icont8.infoWindowAnchor = new GPoint(5, 5);
	icont9.image = 'http://seecorridors.eu/google/_icons/type/non_material.png';
	icont9.iconSize = new GSize(16, 16);
	icont9.iconAnchor = new GPoint(5, 5);
	icont9.infoWindowAnchor = new GPoint(5, 5);
	icont10.image = 'http://seecorridors.eu/google/_icons/type/industrial.png';
	icont10.iconSize = new GSize(16, 16);
	icont10.iconAnchor = new GPoint(5, 5);
	icont10.infoWindowAnchor = new GPoint(5, 5);
	cultIconsType[0] = icont1;
	cultIconsType[1] = icont2;
	cultIconsType[2] = icont3;
	cultIconsType[3] = icont4;
	cultIconsType[4] = icont5;
	cultIconsType[5] = icont6;
	cultIconsType[6] = icont7;
	cultIconsType[7] = icont8;
	cultIconsType[8] = icont9;
	cultIconsType[9] = icont10;
	//======= period
	var cultIconsPeriod = [];
	var iconp1 = new GIcon();
	var iconp2 = new GIcon();
	var iconp3 = new GIcon();
	var iconp4 = new GIcon();
	var iconp5 = new GIcon();
	iconp1.image = 'http://seecorridors.eu/google/_icons/time/proto_history.png';
	iconp1.iconSize = new GSize(16, 16);
	iconp1.iconAnchor = new GPoint(5, 5);
	iconp1.infoWindowAnchor = new GPoint(5, 5);
	iconp2.image = 'http://seecorridors.eu/google/_icons/time/antiquity_2.png';
	iconp2.iconSize = new GSize(16, 16);
	iconp2.iconAnchor = new GPoint(5, 5);
	iconp2.infoWindowAnchor = new GPoint(5, 5);
	iconp3.image = 'http://seecorridors.eu/google/_icons/time/mid-ages.png';
	iconp3.iconSize = new GSize(16, 16);
	iconp3.iconAnchor = new GPoint(5, 5);
	iconp3.infoWindowAnchor = new GPoint(5, 5);
	iconp4.image = 'http://seecorridors.eu/google/_icons/time/revival.png';
	iconp4.iconSize = new GSize(16, 16);
	iconp4.iconAnchor = new GPoint(5, 5);
	iconp4.infoWindowAnchor = new GPoint(5, 5);
	iconp5.image = 'http://seecorridors.eu/google/_icons/time/XXc.png';
	iconp5.iconAnchor = new GPoint(5, 5);
	iconp5.infoWindowAnchor = new GPoint(5, 5);
	cultIconsPeriod[7] = iconp1;
	cultIconsPeriod[13] = iconp2;
	cultIconsPeriod[12] = iconp3;
	cultIconsPeriod[11] = iconp4;
	cultIconsPeriod[8] = iconp5;
	//======= theme
	var cultIconsTheme = [];
	var icont1 = new GIcon();
	var icont2 = new GIcon();
	var icont3 = new GIcon();
	var icont4 = new GIcon();
	var icont5 = new GIcon();
	var icont5 = new GIcon();
	icont1.image = 'http://seecorridors.eu/google/_icons/theme/antiquity.png';
	icont1.iconSize = new GSize(16, 16);
	icont1.iconAnchor = new GPoint(5, 5);
	icont1.infoWindowAnchor = new GPoint(5, 5);
	icont2.image = 'http://seecorridors.eu/google/_icons/theme/christian_monasteries.png';
	icont2.iconSize = new GSize(16, 16);
	icont2.iconAnchor = new GPoint(5, 5);
	icont2.infoWindowAnchor = new GPoint(5, 5);
	icont3.image = 'http://seecorridors.eu/google/_icons/theme/Islam.png';
	icont3.iconSize = new GSize(16, 16);
	icont3.iconAnchor = new GPoint(5, 5);
	icont3.infoWindowAnchor = new GPoint(5, 5);
	icont4.image = 'http://seecorridors.eu/google/_icons/theme/fortresses.png';
	icont4.iconSize = new GSize(16, 16);
	icont4.iconAnchor = new GPoint(5, 5);
	icont4.infoWindowAnchor = new GPoint(5, 5);
	icont5.image = 'http://seecorridors.eu/google/_icons/theme/revival_arch_2.png';
	icont5.iconSize = new GSize(16, 16);
	icont5.iconAnchor = new GPoint(5, 5);
	icont5.infoWindowAnchor = new GPoint(5, 5);
	icont6.image = 'http://seecorridors.eu/google/_icons/theme/non_material_2.png';
	icont6.iconSize = new GSize(16, 16);
	icont6.iconAnchor = new GPoint(5, 5);
	icont6.infoWindowAnchor = new GPoint(5, 5);
	cultIconsTheme[0] = icont1;
	cultIconsTheme[1] = icont2;
	cultIconsTheme[2] = icont3;
	cultIconsTheme[3] = icont4;
	cultIconsTheme[4] = icont5;
	cultIconsTheme[5] = icont6;
	//======= world Unesco
	var cultIconsUnesco = [];
	var icon1 = new GIcon();
	icon1.image = 'http://seecorridors.eu/google/_icons/wh/world_cult_her.png';
	icon1.iconSize = new GSize(16, 16);
	icon1.iconAnchor = new GPoint(5, 5);
	icon1.infoWindowAnchor = new GPoint(5, 5);
	var icon2 = new GIcon();
	icon2.image = 'http://seecorridors.eu/google/_icons/wh/world_nonmaterial.png';
	icon2.iconAnchor = new GPoint(5, 5);
	icon2.infoWindowAnchor = new GPoint(5, 5);
	var icon3 = new GIcon();
	icon3.image = 'http://seecorridors.eu/google/_icons/wh/world_natur_her.png';
	icon3.iconAnchor = new GPoint(5, 5);
	icon3.infoWindowAnchor = new GPoint(5, 5);
	var icon4 = new GIcon();
	icon4.image = 'http://seecorridors.eu/google/_icons/wh/world_natur_cult_her.png';
	icon4.iconAnchor = new GPoint(5, 5);
	icon4.infoWindowAnchor = new GPoint(5, 5);
	cultIconsUnesco[0] = icon1;
	cultIconsUnesco[1] = icon2;
	cultIconsUnesco[2] = icon3;
	cultIconsUnesco[3] = icon4;
	//======= events
	var cultIconsEvents = [];
	var iconev = new GIcon();
	iconev.image = 'http://seecorridors.eu/google/_icons/infra/events.png';
	iconev.iconAnchor = new GPoint(5, 5);
	iconev.infoWindowAnchor = new GPoint(5, 5);
	cultIconsEvents[0] = iconev;
	//======= infrastructure
	var cultIconsInfra = [];
	
	//========================== all cultural tourism icons 2-dimensional array
	var allIcons = [];
	for (var k;k<8;k++) {
		allIcons[k] = new Array();	
	}
	//allIcons[0]=cultIconsInfra;
	allIcons[0]=cultIconsRisk;
	allIcons[1]=cultIconsCountry;
	allIcons[2]=cultIconsType;
	allIcons[3]=cultIconsPeriod;
	allIcons[4]=cultIconsTheme;
	allIcons[5]=cultIconsUnesco;
	allIcons[6]=cultIconsEvents;
			
	
	//=================== end icons.js