	function getMarkerProps() {
	/*
		Four properties for each marker mb specified
		The properties are defined between 
			specify beg and
			specify end
	*/
		var imagesRoot = "./Bergfoto/Fotoberichte";
		var markerProps = new Array();
		
//-------------------------------------------------------------------------props beg		


//--------------------------------------------------------------------------2010


		// Zindlenspitz (2097m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Zindlenspitz (2097m), Wanderung 2010";
        props.lat = 47.07620126718251;
        props.lng = 8.95986557006836
        props.urlBericht = imagesRoot + "/2010/800_100901-Zindlenspitz/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Piz Minschun (3068m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Piz Minschun (3068m), Wanderung 2010";
        props.lat = 46.831161269733556;
        props.lng = 10.24148941040039;
        props.urlBericht = imagesRoot + "/2010/820_100826-PizMinschun/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Piz Umbrail (3033m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Piz Umbrail (3033m), Wanderung 2010";
        props.lat = 46.55103986037644;
        props.lng = 10.414352416992188;
        props.urlBericht = imagesRoot + "/2010/830_100825-PizUmbrail/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Piz dal Botsch (2852m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Piz dal Botsch (2852m), Wanderung 2010";
        props.lat = 46.68660150523891;
        props.lng = 10.247926712036133;
        props.urlBericht = imagesRoot + "/2010/840_100824-PizDalBotsch/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Piz Daint (2968m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Piz Daint (2968m), Wanderung 2010";
        props.lat = 46.61861255779691;
        props.lng = 10.290799140930176;
        props.urlBericht = imagesRoot + "/2010/850_100823-PizDaint/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Fruemsel (2267m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Fruemsel (2267m), Wanderung 2010";
        props.lat = 47.152225;
        props.lng = 9.265978;
        props.urlBericht = imagesRoot + "/2010/880_100731-SelunFruemsel/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Selun (2205m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Selun (2205m), Wanderung 2010";		
        props.lat = 47.152525;
        props.lng = 9.255569;
        props.urlBericht = imagesRoot + "/2010/880_100731-SelunFruemsel/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Leistchamm (2101m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Leistchamm (2101m), Wanderung 2010";		
        props.lat = 47.14571476362405;
        props.lng = 9.213237762451172;
        props.urlBericht = imagesRoot + "/2010/890_100721-Leistchamm/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Piz Fess (2880m), Wanderung 2010
		props = new Object();
		//---specify beg
		props.title = "Piz Fess (2880m), Wanderung 2010";
		props.lat = 46.727664;
        props.lng = 9.288755;
        props.urlBericht = imagesRoot + "/2010/900_100718-PizFess/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Aelggialp Mittelpunkt der Schweiz
		props = new Object();
		//---specify beg
		props.title = "Aelggialp Mittelpunkt der Schweiz, Wanderung 2010";
		props.lat = 46.798384900822;
        props.lng = 8.231892585754395;
        props.urlBericht = imagesRoot + "/2010/910_100626-Aelggialp/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Buochserhorn
		props = new Object();
		//---specify beg
		props.title = "Buochserhorn (1806m), Wanderung 2010";
		props.lat = 46.94525248931672;
        props.lng = 8.428702354431152;
        props.urlBericht = imagesRoot + "/2010/920_100529-Buochsenhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Laegern
		props = new Object();
		//---specify beg
		props.title = "Laegern (866m), Wanderung 2010";
		props.lat = 47.48136463189876;
        props.lng = 8.39303970336914;
        props.urlBericht = imagesRoot + "/2010/950_100516-Laegern/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Geissflue
		props = new Object();
		//---specify beg
		props.title = "Geissflue (962m), Wanderung 2010";
		props.lat = 47.419841279116966;
        props.lng = 7.957620620727539;
        props.urlBericht = imagesRoot + "/2010/960_100419-Geissflue/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Rtistein
		props = new Object();
		//---specify beg
		props.title = "Ruetistein (1984m), Skitour 2010";
        props.lat = 47.015991;
        props.lng =   8.841238;
        props.urlBericht = imagesRoot + "/2010/980_100213-Ruetistein/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

//--------------------------------------------------------------------------2009

		// Vitznauer- Gersauerstock
		props = new Object();
		//---specify beg
		props.title = "Vitznauer- Gersauerstock (1451m), Wanderung 2009";
        props.lat = 47.00425575323296;
        props.lng =  8.5089111328125;
        props.urlBericht = imagesRoot + "/2009/750_091029-Vitznauerstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Mattstock
		props = new Object();
		//---specify beg
		props.title = "Mattstock (1939m), Klettern 2009";
        props.lat = 47.16984798907042;
        props.lng =  9.136676788330078;
        props.urlBericht = imagesRoot + "/2009/760-091004-Mattstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Brisen
		props = new Object();
		//---specify beg
		props.title = "Brisen (2404m), Wanderung 2009";
        props.lat = 46.8985015083943;
        props.lng =  8.458056449890137;
        props.urlBericht = imagesRoot + "/2009/780-090913-Brisen/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Brnnelistock
		props = new Object();
		//---specify beg
		props.title = "Bruennelistock (2093m), Wanderung 2009";
        props.lat = 47.084179;
        props.lng =  8.972586;
        props.urlBericht = imagesRoot + "/2009/790_090912-Bruennelistock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Fluebrig
		props = new Object();
		//---specify beg
		props.title = "Fluebrig (2093m), Wanderung 2009";
        props.lat = 47.06094288888413;
        props.lng =  8.88343334197998;
        props.urlBericht = imagesRoot + "/2009/800_090827-Fluebrig/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);

		// Belenhorn
		props = new Object();
		//---specify beg
		props.title = "Buelenhorn (2807m), Skitour 2009";
        props.lat = 46.672436;
        props.lng =  9.766312;
        props.urlBericht = imagesRoot + "/2009/860_090412-Buelenhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		
		// lplihorn
		props = new Object();
		//---specify beg
		props.title = "Aelplihorn (3005m), Skitour 2009";
        props.lat = 46.710896;
        props.lng =  9.82567;
        props.urlBericht = imagesRoot + "/2009/870-090411-Aelplihorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);		

		// Albristhorn
		props = new Object();
		//---specify beg
		props.title = "Albristhorn (2762m), Skitour 2009";
        props.lat = 46.498295;
        props.lng = 7.490444;
        props.urlBericht = imagesRoot + "/2009/890_090405-Albristhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		
		// Chrummfadenflue
		props = new Object();
		//---specify beg
		props.title = "Chrummfadenflue (2074m), Skitour 2009";
        props.lat = 46.70408569832255;
        props.lng = 7.479801177978516;
		props.urlBericht = imagesRoot + "/2009/930_090301-Chrummfadenflue/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Beichle
		props = new Object();
		//---specify beg
		props.title = "Beichle (1770m), Skitour 2009";
        props.lat = 46.88788526058307;
        props.lng = 7.992038726806641;
		props.urlBericht = imagesRoot + "/2009/940_090221-Beichle/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Honiesen
		props = new Object();
		//---specify beg
		props.title = "Honiesen (2454m), Skitour 2009";
        props.lat = 46.5772707811812;
        props.lng = 7.582798004150391;
		props.urlBericht = imagesRoot + "/2009/950_090117-Honiesen/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Rigi-Hochflue
		props = new Object();
		//---specify beg
		props.title = "Rigi-Hochflue (1698m), Klettern 2008";
        props.lat = 47.010050079840674;
        props.lng = 8.559551239013671;		
		props.urlBericht = imagesRoot + "/2008/690_081019-Rigi-Hochflue/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Turbhorn
		props = new Object();
		//---specify beg
		props.title = "Turbhorn (3246m), Wanderung 2008";
        props.lat = 46.40806701365084;
        props.lng = 8.280558586120605;
		props.urlBericht = imagesRoot + "/2008/711_080826-Binntal-II/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Albrunpass
		props = new Object();
		//---specify beg
		props.title = "Albrunpass (2409m), Wanderung 2008";
        props.lat = 46.371184310709445;
        props.lng = 8.296265602111816;		
		props.urlBericht = imagesRoot + "/2008/712_080825-Binntal-I/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Schreckhornhuette
		props = new Object();
		//---specify beg
		props.title = "Schreckhornhuette (2529m), Wanderung 2008";
		props.lat = 46.58334722732753;
		props.lng = 8.099584579467773;
		props.urlBericht = imagesRoot + "/2008/730_080818-Scheckhornhuette/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Druesberg
		props = new Object();
		//---specify beg
		props.title = "Druesberg (2282m), Wanderung 2008";
		props.lat = 47.003377770127166;
		props.lng = 8.83249282836914;
		props.urlBericht = imagesRoot + "/2008/740-080810-Druesberg/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Gr. Spannort
		props = new Object();
		//---specify beg
		props.title = "Gr. Spannort (3198m), Hochtour 2008";
		props.lat = 46.78883605530378;
		props.lng = 8.522987365722656;
		props.urlBericht = imagesRoot + "/2008/750-080802-Gr-Spannort/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Engelberger Rostock
		props = new Object();
		//---specify beg
		props.title = "Engelberger Rotstock (2818m), Wanderung 2008";
		props.lat = 46.8534413118985;
		props.lng = 8.497838973999023;
		props.urlBericht = imagesRoot + "/2008/760-080727-Engelberger-Rotstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// "Piz Mundaun (2064m), Wanderung 2008";
		props = new Object();
		//---specify beg
		props.title = "Piz Mundaun (2064m), Wanderung 2008";
        props.lat = 46.74244865234408;
        props.lng = 9.160881042480468;
		props.urlBericht = imagesRoot + "/2008/780-080614-Piz-Mundaun/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// "Egerkinger Platten, Klettern 2008";
		props = new Object();
		//---specify beg
		props.title = "Egerkinger Platten, Klettern 2008";
        props.lat = 47.319537756007726;
        props.lng = 7.773170471191406;
		props.urlBericht = imagesRoot + "/2008/790-080608-Egerkinger-Platten/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// "Chli Bielenhorn (2940m), Skitour 2008";
		props = new Object();
		//---specify beg
		props.title = "Chli Bielenhorn (2940m), Skitour 2008";
		props.lat = 46.600157145766765;
		props.lng = 8.437457084655761;
		props.urlBericht = imagesRoot + "/2008/800_080525ChliBielenstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// "Grassen (2946m), Skitour 2008";
		props = new Object();
		//---specify beg
		props.title = "Grassen (2946m), Skitour 2008";
		props.lat = 46.7630310103671;
		props.lng = 8.448486328125;
		props.urlBericht = imagesRoot + "/2008/810_080511Grassen/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// "Fuenffingerstoeck (2994m), Skitour 2008";
		props = new Object();
		//---specify beg
		props.title = "Fuenffingerstoeck (2994m), Skitour 2008";
		props.lat = 46.7527114105531;
		props.lng = 8.437113761901855;
		props.urlBericht = imagesRoot + "/2008/820_080510Fuenffinger/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Gorihorn
		props = new Object();
		//---specify beg
		props.title = "Gorihorn (2986m), Skitour 2008";
		props.lat = 46.79477122932896;
		props.lng = 9.958763122558593;
		props.urlBericht = imagesRoot + "/2008/840_080503Gorihorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Wildstrubel
		props = new Object();
		//---specify beg
		props.title = "Wildstrubel (3243m), Skitour 2008";
		props.lat = 46.413679;
		props.lng = 7.563467;
		props.urlBericht = imagesRoot + "/2008/850_080502Wildstrubel/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Mutteristock
		props = new Object();
		//---specify beg
		props.title = "Mutteristock (2294m), Skitour 2008";
		props.lat = 47.049364653652944;
		props.lng = 8.942699432373046;
		props.urlBericht = imagesRoot + "/2008/870_080420Mutteristock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Eggberg
		props = new Object();
		//---specify beg
		props.title = "Eggberg (2200m), Skitour 2008";
		props.lat = 46.95767347264291;
		props.lng = 9.828987121582031;
		props.urlBericht = imagesRoot + "/2008/880_080413Eggberg/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Hasenflueli
		props = new Object();
		//---specify beg
		props.title = "Hasenflueli (2383m), Skitour 2008";
		props.lat = 46.94868026561828;
		props.lng = 9.842205047607421;
		props.urlBericht = imagesRoot + "/2008/890_080413Hasenflueli/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Bodezehore
		props = new Object();
		//---specify beg
		props.title = "Bodezehore (2354m), Skitour 2008";
		props.lat = 46.52414664721483;
		props.lng = 7.534303665161133;
		props.urlBericht = imagesRoot + "/2008/900_080329Bodezehore/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Cima di Vazzeda Grat
		props = new Object();
		//---specify beg
		props.title = "Cima di Vazzeda Grat (2941m), Skitour 2008";
		props.lat = 46.314889;
		props.lng = 9.727178;
		props.urlBericht = imagesRoot + "/2008/910_080324Bergell-CimaDiVazzedaGrat/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Cima dal Cantun
		props = new Object();
		//---specify beg
		props.title = "Cima dal Cantun (3354m), Skitour 2008";
		props.lat = 46.311904;
		props.lng = 9.679799;
		props.urlBericht = imagesRoot + "/2008/930_080322Bergell-CimaDalCantun/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Redertengrat
		props = new Object();
		//---specify beg
		props.title = "Redertengrat (2260m), Skitour 2008";
		props.lat = 47.056298;
		props.lng = 8.950859;
		props.urlBericht = imagesRoot + "/2008/950_080315Redertengrat/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Daubenhorn
		props = new Object();
		//---specify beg
		props.title = "Daubenhorn (2942m), Skitour 2008";
		props.lat = 46.389597;
		props.lng = 7.603926;
		props.urlBericht = imagesRoot + "/2008/960_080224Daubenhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Schwalmere
		props = new Object();
		//---specify beg
		props.title = "Schwalmere (2777m), Skitour 2008";
		props.lat = 46.594167;
		props.lng = 7.817739;
		props.urlBericht = imagesRoot + "/2008/970_080127Schwalmere/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Rossstock
		props = new Object();
		//---specify beg
		props.title = "Rossstock (2461m), Skitour 2008";
		props.lat = 46.918474;
		props.lng = 8.700102;
		props.urlBericht = imagesRoot + "/2008/980_080120Rosstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

//--------------------------------------------------------------------------2007

		// Fanenstock
		props = new Object();
		//---specify beg
		props.title = "Fanenstock (2235m), Skitour 2007";
		props.lat = 46.946646;
		props.lng = 9.200447;
		props.urlBericht = imagesRoot + "/2007/70_071225Fanenstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Stotzigen Firsten 
		props = new Object();
		//---specify beg
		props.title = "Stotzigen Firsten (2752m), Skitour 2007";
		props.lat = 46.56941;
		props.lng = 8.442386;
		props.urlBericht = imagesRoot + "/2007/71_2007_1220StotzigenFirsten/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Via ferrata del Diavolo
		props = new Object();
		//---specify beg
		props.title = "Via ferrata del Diavolo (1900m), Klettersteig 2007";
		props.lat = 46.64729292900995;
		props.lng = 8.591764569282531;
		props.urlBericht = imagesRoot + "/2007/73_20070923_Diavolo/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Vorder Glaernisch
		props = new Object();
		//---specify beg
		props.title = "Vorder Glearnisch (2328m), Wanderung 2007";
		props.lat = 47.023337;
		props.lng = 9.042405;
		props.urlBericht = imagesRoot + "/2007/74_20060812_VorderGlaernisch/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		// Pizzo Lucendro
		props = new Object();
		//---specify beg
		props.title = "Pizzo Lucendro (2963m), Wanderung 2007";
		props.lat = 46.540162;
		props.lng = 8.5206;
		props.urlBericht = imagesRoot + "/2007/75_2006_0801PizzoLucendro/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Brunni Rigidal
		props = new Object();
		//---specify beg
		props.title = "Brunni-Rigidalstock (2593m), Klettersteig 2005,2006,2007";
		props.lat = 46.849326;
		props.lng = 8.409967;
		props.urlBericht = imagesRoot + "/2007/76_2006_0729Brunni-Rigidal/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Vial
		props = new Object();
		//---specify beg
		props.title = "Vial (2266m), Wanderung 2007";
		props.lat = 46.309217;
		props.lng = 9.587748;
		props.urlBericht = imagesRoot + "/2007/77_20070714Bergell/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Pso. Cacciabella sued
		props = new Object();
		//---specify beg
		props.title = "Pso. Cacciabella Sued (2896m), Wanderung 2007";
		props.lat = 46.317371;
		props.lng = 9.631833;
		props.urlBericht = imagesRoot + "/2007/78_20070713Bergell/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Pass Casnil Sued
		props = new Object();
		//---specify beg
		props.title = "Pass Casnil Sued (2952m), Wanderung 2007, Skitour 2008";
		props.lat = 46.330808;
		props.lng = 9.682359;
		props.urlBericht = imagesRoot + "/2007/79_20070712Bergell/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Gr. Mythen
		props = new Object();
		//---specify beg
		props.title = "Gr. Mythen (1899m), Wanderung 2007";
		props.lat = 47.029652482731436;
		props.lng = 8.688726425170898;
		props.urlBericht = imagesRoot + "/2007/80_20070701GrMythen/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Galtigentuerme am Pilatus
		props = new Object();
		//---specify beg
		props.title = "Galtigentuerme am Pilatus, Klettern 2007";
		props.lat = 46.97730241355541;
		props.lng = 8.261783123016357;
		props.urlBericht = imagesRoot + "/2007/81_20070624GaltigenTuerme/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Allalinhorn
		props = new Object();
		//---specify beg
		props.title = "Allalinhorn (4027m), Skitour 2007";
		props.lat = 46.047243;
		props.lng = 7.895672;
		props.urlBericht = imagesRoot + "/2007/82_20070520Allalinhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Strahlhorn
		props = new Object();
		//---specify beg
		props.title = "Strahlhorn (4190m), Skitour 2007";
		props.lat = 46.014393;
		props.lng = 7.903107;
		props.urlBericht = imagesRoot + "/2007/83_20070519Strahlhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Galenstock
		props = new Object();
		//---specify beg
		props.title = "Galenstock (3586m), Skitour 2007";
		props.lat = 46.613862;
		props.lng = 8.418063;
		props.urlBericht = imagesRoot + "/2007/84_2007_0429Galenstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Sustenhorn
		props = new Object();
		//---specify beg
		props.title = "Sustenhorn (3503m), Skitour 2007";
		props.lat = 46.696057;
		props.lng = 8.44644;
		props.urlBericht = imagesRoot + "/2007/85_2007_0422Sustenhorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Vorder Tierberg
		props = new Object();
		//---specify beg
		props.title = "Vorder Tierberg (3091m), Skitour 2007";
		props.lat = 46.696507;
		props.lng = 8.394141;
		props.urlBericht = imagesRoot + "/2007/86_2007_0421VorderTierberg/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Chuealphorn
		props = new Object();
		//---specify beg
		props.title = "Chuealphorn (3077m), Skitour 2007";
		props.lat = 46.6865573460705;
		props.lng = 9.906256198883056;
		props.urlBericht = imagesRoot + "/2007/87_2007_04-08Chuealphorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Fluela Wisshorn
		props = new Object();
		//---specify beg
		props.title = "Fluela Wisshorn (3077m), Skitour 2007,2008";
		props.lat = 46.7626194402399;
		props.lng = 9.966981410980224;
		props.urlBericht = imagesRoot + "/2008/830_080504FluelaWisshorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Sentischhorn
		props = new Object();
		//---specify beg
		props.title = "Sentischhorn (2864m), Skitour 2007 und 2009";
		props.lat = 46.76993903959366;
		props.lng = 9.909067153930664;
		props.urlBericht = imagesRoot + "/2007/89_2007_0406SentischHorn/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Piz Maler
		props = new Object();
		//---specify beg
		props.title = "Piz Maler (2790m), Skitour 2007";
		props.lat = 46.630185;
		props.lng = 8.732558;
		props.urlBericht = imagesRoot + "/2007/91_2007_0215PizMaler/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Roter Totz
		props = new Object();
		//---specify beg
		props.title = "Roter Totz (2848m), Skitour 2007";
		props.lat = 46.412505;
		props.lng = 7.595671;
		props.urlBericht = imagesRoot + "/2007/93_2007_0204RoterTotz/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Sunnenhoernli
		props = new Object();
		//---specify beg
		props.title = "Sunnenhoernli (2162m), Skitour 2007";
		props.lat = 46.984244;
		props.lng = 9.174988;
		props.urlBericht = imagesRoot + "/2007/94_2007_0128Sunnenhoernli/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
				



//--------------------------------------------------------------------------2006

		// Pizol
		props = new Object();
		//---specify beg
		props.title = "Pizol (2844m), Skitour 2006";
		props.lat = 46.953885;
		props.lng = 9.384281;
		props.urlBericht = imagesRoot + "/2006/75_2006_1231Pizol/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Eiger Rotstock
		props = new Object();
		//---specify beg
		props.title = "Eiger Rotstock (2663m), Kletersteig 2006";
		props.lat = 46.573295;
		props.lng = 7.974474;
		props.urlBericht = imagesRoot + "/2006/79_2006_0722EigerRotstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Graustock
		props = new Object();
		//---specify beg
		props.title = "Graustock (2662m), Klettersteig 2006";
		props.lat = 46.786682;
		props.lng = 8.369542;
		props.urlBericht = imagesRoot + "/2006/81_2006_0712Graustock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Weissmies
		props = new Object();
		//---specify beg
		props.title = "Weissmies (4023m), Hochtour 2006";
		props.lat = 46.123282;
		props.lng = 8.008874;
		props.urlBericht = imagesRoot + "/2006/82_2006_0709Weissmies/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Eggstoecke, Braunwald
		props = new Object();
		//---specify beg
		props.title = "Eggstock (2455m), Kletersteig 2006";
		props.lat = 46.960253;
		props.lng = 8.963926;
		props.urlBericht = imagesRoot + "/2006/84_2006_0625Braunwald/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Brunni-Rigidalstock
		props = new Object();
		//---specify beg
		props.title = "Rigidalstock (2593m), Klettersteig 2005,2006";
		props.lat = 46.849326;
		props.lng = 8.409967;
		props.urlBericht = imagesRoot + "/2006/85_2006_0618Brunni-Rigidal/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Brunni-Rigidalstock
		props = new Object();
		//---specify beg
		props.title = "Rigidalstock (2593m), Klettersteig 2005,2006";
		props.lat = 46.849326;
		props.lng = 8.409967;
		props.urlBericht = imagesRoot + "/2006/85_2006_0618Brunni-Rigidal/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Clariden
		props = new Object();
		//---specify beg
		props.title = "Clariden (3268m), Skitour 2006";
		props.lat = 46.808528;
		props.lng = 8.867892;
		props.urlBericht = imagesRoot + "/2006/86_Clariden/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Gemsfairenstock
		props = new Object();
		//---specify beg
		props.title = "Gemsfairenstock (2972m), Skitour 2006";
		props.lat = 46.853003;
		props.lng = 8.908421;
		props.urlBericht = imagesRoot + "/2006/88_Gemsfairenstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Toedi
		props = new Object();
		//---specify beg
		props.title = "Toedi (3614m), Skitour 2006";
		props.lat = 46.808029;
		props.lng = 8.907194;
		props.urlBericht = imagesRoot + "/2006/89_Toedi/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Bundstock
		props = new Object();
		//---specify beg
		props.title = "Bundstock (2756m), Skitour 2006";
		props.lat = 46.518574;
		props.lng = 7.750286;
		props.urlBericht = imagesRoot + "/2006/91_2006_0423Bundstock/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Chisthubel
		props = new Object();
		//---specify beg
		props.title = "Chistihubel (2216m), Skitour 2006";
		props.lat = 46.5355;
		props.lng = 7.73895;
		props.urlBericht = imagesRoot + "/2006/92_2006_0414Chisthubel/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Basodino
		props = new Object();
		//---specify beg
		props.title = "Basodino (3274m), Skitour 2006";
		props.lat = 46.407955;
		props.lng = 8.467106;
		props.urlBericht = imagesRoot + "/2006/94_2006_0402Basodino/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Cristallina
		props = new Object();
		//---specify beg
		props.title = "Cristallina (2912m), Skitour 2006";
		props.lat = 46.461322;
		props.lng = 8.533219;
		props.urlBericht = imagesRoot + "/2006/95_2006_0401Cristallina/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Wiriehorn
		props = new Object();
		//---specify beg
		props.title = "Wiriehorn (2304m), Skitour 2005,2006";
		props.lat = 46.574526;
		props.lng = 7.517861;
		props.urlBericht = imagesRoot + "/2006/97_Wiriehorn_20060318/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Arnihaagen
		props = new Object();
		//---specify beg
		props.title = "Arnihaaggen (2207m), Skitour 2006";
		props.lat = 46.788739;
		props.lng = 8.068304;
		props.urlBericht = imagesRoot + "/2006/98_Arnihaaggen_20060225/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Druemaennler
		props = new Object();
		//---specify beg
		props.title = "Druemaennler (2436m), Skitour 2006";
		props.lat = 46.529533;
		props.lng = 7.530831;
		props.urlBericht = imagesRoot + "/2006/99_Druemaennler_20060205/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------


//--------------------------------------------------------------------------2005

		// Bishorn
		props = new Object();
		//---specify beg
		props.title = "Bishorn (4153m), Hochtour 2005";
		props.lat = 46.115395;
		props.lng = 7.711249;
		props.urlBericht = imagesRoot + "/2005/84_Bishorn_20051015_16/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Jaegihorn
		props = new Object();
		//---specify beg
		props.title = "Jegihorn (3206m), Klettersteig 2005";
		props.lat = 46.15046;
		props.lng = 7.970323;
		props.urlBericht = imagesRoot + "/2005/86_KlettersteigJaegihornAndWeismieshuette_20050902/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Mittaghorn
		props = new Object();
		//---specify beg
		props.title = "Mittaghorn (3144m), Klettersteig 2005";
		props.lat = 46.078665;
		props.lng = 7.93084;
		props.urlBericht = imagesRoot + "/2005/87_KlettersteigMittaghornAnd Britaniahuette_20050901/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Schwarzhorn
		props = new Object();
		//---specify beg
		props.title = "Schwarzhorn (2928m), Klettersteig 2005";
		props.lat = 46.680784;
		props.lng = 8.067046;
		props.urlBericht = imagesRoot + "/2005/90_Schwarzhorn_20050731/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Giglistock
		props = new Object();
		//---specify beg
		props.title = "Giglistock (2900m), Skitour 2005";
		props.lat = 46.705612;
		props.lng = 8.381223;
		props.urlBericht = imagesRoot + "/2005/94_Giglistock_20050604/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Pizzo Centrale
		props = new Object();
		//---specify beg
		props.title = "Pizzo Centrale (3000m), Skitour 2005";
		props.lat = 46.577486;
		props.lng = 8.613859;
		props.urlBericht = imagesRoot + "/2005/95_PzoCentraleNord_20050429/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		// Grande Dent de Morcles
		props = new Object();
		//---specify beg
		props.title = "Grande Dent de Morcles (2969m), Skitour 2005";
		props.lat = 46.196067;
		props.lng = 7.063868;
		props.urlBericht = imagesRoot + "/2005/96_DentDeMorcles_20050402/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";		
		markerProps.push(props);
		//---end--------------------------------------------------------------------



//--------------------------------------------------------------------------2004


//--------------------------------------------------------------------------2003
		
		//---02.Niesen
		props = new Object();
		//---specify beg
		props.title = "Niesen (2362m), Wanderung 2003";
		props.lat = 46.64610711682009;
		props.lng = 7.652535438537598;
		props.urlBericht = imagesRoot + "/2003/97_Niesen_20031018/index.htm";
		//---specify end
		props.flgAddInfoLink = true;		
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------		

		//---02.Lauteraarhuette
		props = new Object();
		//---specify beg
		props.title = "Lauteraarhuette SAC (2392m), Wanderung 2003";
		props.lat = 46.570109;
		props.lng = 8.222221;
		props.urlBericht = imagesRoot + "/2003/98_GrimselSee_20030921/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------
		
		//---01.Loetschenpass
		props = new Object();
		//---specify beg
		props.title = "Loetschenpass (2690m), Wanderung 2003";
		props.lat = 46.416322;
		props.lng = 7.716823;
		props.urlBericht = imagesRoot + "/2003/99_LoetshcenPass_20030802/index.htm";
		//---specify end
		props.flgAddInfoLink = true;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		//---z1.Shkhelda Alp Camp, 1988
		props = new Object();
		//---specify beg
		props.title = "Skhelda Alp Camp, Bergtouren 1988";
		props.lat =  43.211859;
		props.lng =  42.654574;
		props.urlBericht = imagesRoot + "/1978-1988/1988/index.htm";
		//---specify end
		props.flgAddInfoLink = false;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		//---z2.Tian-Shan, Aksu, 1987
		props = new Object();
		//---specify beg
		props.title = "Tian-Shan, Aksu, Bergtouren 1987";
		props.lat =    42.311256;
		props.lng =    78.644778;
		props.urlBericht = imagesRoot + "/1978-1988/1987/index.htm";
		//---specify end
		props.flgAddInfoLink = false;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------


		//---z2.S-W Pamir, Gipfel Lituanika 1984
		props = new Object();
		//---specify beg
		props.title = "S-W Pamir, Gipfel Lituanika, Bergtouren 1984";
		props.lat =    37.135783;
		props.lng =    72.401302;
		props.urlBericht = imagesRoot + "/1978-1988/1984/index.htm";
		//---specify end
		props.flgAddInfoLink = false;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		//---z2.S-W Pamir, Vrang 1984
		props = new Object();
		//---specify beg
		props.title = "S-W Pamir, Dorf Vrang am Ufer von Pianj, Bergtouren 1984";
		props.lat =   37.002585;
		props.lng =   72.369300;
		props.urlBericht = imagesRoot + "/1978-1988/1984/index.htm";
		//---specify end
		props.flgAddInfoLink = false;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------

		//---z3.Fanskije Gebirge 1980, 
		props = new Object();
		//---specify beg
		props.title = "Fanskije Gebirge, See Bolshoje Allo, Bergtouren 1980";
		props.lat =    39.209244;
		props.lng =    68.131075;
		props.urlBericht = imagesRoot + "/1978-1988/1984/index.htm";
		//---specify end
		props.flgAddInfoLink = false;
		props.infoTxt = "Fotobericht";
		markerProps.push(props);
		//---end--------------------------------------------------------------------
	
		//---0.Da wohne ich
		//props = new Object();
		//---specify beg
		//props.title = "Da wohne ich in Wettingen";
		//props.lat = 47.46021684325959;
		//props.lng = 8.337051272392273;
		//props.urlBericht = imagesRoot;
		//---specify end
		//props.flgAddInfoLink = false;
		//markerProps.push(props);
		//---end--------------------------------------------------------------------
		//alert("...get marker props exit")
		
	  return markerProps;
	  }// getMarkerProps