/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Please vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"black",					// Mouse Off Font Color
"66CCFF",				// Mouse Off Background Color
"ffebdc",				// Mouse On Font Color
"6699FF",				// Mouse On Background Color
"003366",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"6699FF",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"blue",					// Current Page Item Background Color (leave this blank to disable)
"images/arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"6699FF",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
20,					// Menu Top - The Top position of the menu in pixels
200,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Home&nbsp;&nbsp;","show-menu=home",,"Home",1
,"Voorstellen","leden.html",,"Voorstellen Leden",1
,"LMC&nbsp;&nbsp;","show-menu=lmc",,"Limburg Mountain Challenge",1
,"Activiteiten&nbsp;&nbsp;","show-menu=activiteiten",,"Activiteiten",1
,"Expeditie","expeditie.htm",,"Expeditie",1
,"Tochten&nbsp;&nbsp;","show-menu=tochten",,"Tochten",1
,"Foto's&nbsp;&nbsp;","show-menu=foto",,"Foto s van LAC leden",1
,"Memoriam","memoriam.htm",,"Memoriam",1
,"Contact&nbsp;&nbsp;","show-menu=contact",,"",1

])


	addmenu(menu=["Home",
	,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
	     ,"Home","lac.html",,"Terug naar begin",0
		 ,"Uitspraken","uitspraken.htm",,"Uitspraken",0
		 ,"Inloggen","beveiligde_site",,"Inloggen LAC Leden",0

	])

	addmenu(menu=["lmc",
	,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"LMC uitleg","lmc.htm",,"Limburg Mountain Challenge",0
		,"LMC2000","lmc2000.htm",,"Limburg Mountain Challenge 2000",0
		,"LMC2001","show-menu=lmc2001",,"Limburg Mountain Challenge 2001",0
		,"LMC2002","show-menu=lmc2002",,"Limburg Mountain Challenge 2002",0
		,"LMC2003","show-menu=lmc2003",,"Limburg Mountain Challenge 2003",0
		,"LMC2004","show-menu=lmc2004",,"Limburg Mountain Challenge 2004",0
		,"LMC2005","show-menu=lmc2005",,"Limburg Mountain Challenge 2005",0
		,"LMC2006","show-menu=lmc2006",,"Limburg Mountain Challenge 2006",0
		,"LMC2007","show-menu=lmc2007",,"Limburg Mountain Challenge 2007",0
		,"LMC2008","show-menu=lmc2008",,"Limburg Mountain Challenge 2008",0
		,"LMC2009","show-menu=lmc2009",,"Limburg Mountain Challenge 2009",0

	])
	        addmenu(menu=["lmc2001",
			,,80,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2001.htm",,"LMC2001",
			,"Foto's","foto2001.htm",,"Foto 2001",
		])

			addmenu(menu=["lmc2002",
			,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2002.htm",,"LMC2002",
			,"Foto's","foto2002.htm",,"Foto 2002",
			,"LAC team 1","lmc2002lac1.htm",,"LAC Team 1",
			,"LAC team 2","lmc2002lac2.htm",,"LAC Team 2",
			])

			addmenu(menu=["lmc2003",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2003.htm",,"LMC2003",
			,"Foto's","foto2003.htm",,"Foto 2003",
			,"Sponsors","lmcsponsors.htm",,"Sponsors",
			])

			addmenu(menu=["lmc2004",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2004.htm",,"LMC2004",
			,"Foto's","foto2004.htm",,"Foto 2004",
			])

			addmenu(menu=["lmc2005",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2005.htm",,"LMC2005",
			,"Foto's","foto2005.htm",,"Foto 2005",
			
			])
			addmenu(menu=["lmc2006",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2006.htm",,"LMC2006",
			,"Foto's","foto2006.htm",,"Foto 2006",
			
				])
			addmenu(menu=["lmc2007",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2007.htm",,"LMC2007",
			,"Foto's","foto2007.htm",,"Foto 2007",
			
			])
			addmenu(menu=["lmc2008",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2008.htm",,"LMC2008",
			,"Foto's","foto2008.htm",,"Foto 2008",
			
                ])
			 addmenu(menu=["lmc2009",
			,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"LMC","lmc2009.htm",,"LMC2009",
			,"Foto's","foto2009.htm",,"Foto 2009",
			
             ])
			 
	addmenu(menu=["activiteiten",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Activiteiten","activiteit.html",,"Activiteiten Winterweekend Familieweekend enz",0
	,"Winterweekend","show-menu=winterweekend",,"Extreem winterweekend",0
	,"Intervieuw GTI 1995","2005gtiintervieuw.htm",,"Op de toppen van europa",0
	,"Familieweekend 2009","2009familieweekend.htm",,"Familieweekend 2009",0
	])
		addmenu(menu=["winterweekend",
			,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Winter weekend 1995","winterweekend95.htm",,"Extreem winterweekend",
			,"Winter weekend 1999","winterweekend99.htm",,"Extreem winterweekend",
			,"Winter weekend 2000","winterweekend00.htm",,"Extreem winterweekend",
		

	])
	addmenu(menu=["tochten",
	,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Overzicht","tochten.html",,"Overzicht",
	    ,"1995","show-menu=tochten1995",,"Tochten 1995",0
		,"1997","show-menu=tochten1997",,"Tochten 1997",0
		,"1998","show-menu=tochten1998",,"Tochten 1998",0
		,"1999","show-menu=tochten1999",,"Tochten 1999",0
		,"2000","show-menu=tochten2000",,"Tochten 2000",0
		,"2001","show-menu=tochten2001",,"Tochten 2001",0
		,"2005","show-menu=tochten2005",,"Tochten 2005",0
		,"2006","show-menu=tochten2006",,"Tochten 2006",0
	
				
		])
		addmenu(menu=["tochten1995",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Alphubel","alphubel.htm",,"Alphubel",
			,"Grand-Combin","grandcomin.htm",,"Grand Combin",
		
		])
	   addmenu(menu=["tochten1997",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Ötstaler tocht ","otstaler.html",,"Ötstaler tocht" ,
		
		])
		addmenu(menu=["tochten1998",
			,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"De langste dag","langstedag.html",,"De langste dag",
			,"Berchtesgadenerland","berchtesgaden.htm",,"Grenzenloos wandelen",
			
		
		])
		addmenu(menu=["tochten1999",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Venedigertocht","venediger.html",,"Venedigertocht",
		
		])
		addmenu(menu=["tochten2000",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Venediger 2000","venediger2000.htm",,"revanche",
				
		])
	addmenu(menu=["tochten2001",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Valle Maggia","zwitserland2001.htm",,"Grote Graniet Gebeuren",
			,"Grossglockner","grossglockner2001.htm",,"Grossglockner",
			
		])
	addmenu(menu=["tochten2005",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Wallis 2005","2005wallis.htm",,"Wallis",
			,"Op de toppen van Europa","2005gtiintervieuw.htm",,"Op de toppen van Europa  GTI intervieuw",			
			
		 ])
	addmenu(menu=["tochten2006",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Wallis 2006","2006wallis.htm",,"Wallis",			
			
         ])
		 	addmenu(menu=["foto",
	,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Foto's 1997","foto1997.htm",,"1997",0
		,"Foto's 1998","foto1998.htm",,"1998",0
		,"Foto's 1999","foto1999.htm",,"1999",0
		,"Foto's 2000","foto2000.htm",,"2000",0
		,"Foto's 2001","foto2001.htm",,"2001",0
	    ,"Foto's 2002","foto2002.htm",,"2002",0
	    ,"Foto's 2003","foto2003.htm",,"2003",0
		,"Foto's 2004","foto2004.htm",,"2004",0
		,"Foto's 2005","foto2005.htm",,"2005",0
		,"Foto's 2006","foto2006.htm",,"2006",0
		,"Foto's 2007","foto2007.htm",,"2007",0
		,"Foto's 2008","foto2008.htm",,"2008",0
		,"Foto's 2009","foto2009.htm",,"2009",0
				
		])
		
	
	addmenu(menu=["Contact",,,140,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"E Mail LAC","mailto:info@landgraafsealpineclub.nl",,"Mail naar de Landgraafse Alpine Club",0
	,"E Mail Secretaris","mailto:secretaris@landgraafsealpineclub.nl",,"Mail naar de Secretaris van de Landgraafse Alpine Club",0
	,"E Mail Voorzitter","mailto:voorzitter@landgraafsealpineclub.nl",,"Mail naar de Voorzitter van de Landgraafse Alpine Club",0
	,"E Mail Webmaster","mailto:jannie@kempin.nl",,"Mail naar de Webmaster",0

	])
	
dumpmenus()