

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)}

////////////////////////////////////
// Editable //
////////////////////////////////////

timegap=500					// The time delay for menus to remain visible
followspeed=3			// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

effect = "fade(duration=0.0);Shadow(color='#cccccc', Direction=100, Strength=0)" 
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

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.
"99ccff",					// Mouse Off Font Color
"666666",					// Mouse Off Background Color
"ffffff",					// Mouse On Font Color
"666666",					// Mouse On Background Color
"000000",					// Menu Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana",	// Font Name
4,							// Menu Item Padding
"img/arrow.gif",				// Sub Menu Image (Leave this blank if not needed)
0,							// 3D Border & Separator bar
"006699",					// 3D High Color
"006699",					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer Item Background Color (leave this blank to disable)
"",							// Top Bar image (Leave this blank to disable)
"",							// Menu Header Font Color (Leave blank if headers are not needed)
"",							// 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
175,							// Menu Top - The Top position of the menu in pixels
32,							// Menu Left - The Left position of the menu in pixels
135,							// 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
"left",					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times)
, 							// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
0,					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// 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
,"Intro","ty-framside.htm",,,1		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Nach Luster","ty-komme.htm",,,1
,"Karte","ty-noreg.htm",,,1
,"Fotos","galleri1/index.htm",,,1
,"Video","ty-video.htm",,,1
,"&Uuml;bernachtung","show-menu=accomodation",,,1
,"Aktivit&auml;ten","show-menu=activities",,,1
,"Attraktionen","show-menu=attractions",,,1
,"Wanderf&uuml;hrer","show-menu=hikersguide",,,1
,"Nationalparke","show-menu=parks",,,1
,"Sognefjell","show-menu=weg",,,1
,"Prospekte","show-menu=requests",,,1
])


addmenu(menu=["accomodation",,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
,"hotels","ty-hotell.htm",,,1
,"camping und h&uuml;tten 1","ty-hytter1.htm",,,1
,"camping und h&uuml;tten 2","ty-hytter2.htm",,,1
])

addmenu(menu=["activities",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Gletscherwandern","ty-brevandring.htm",,,1
,"Gletscherboot","ty-brevegen.htm",,,1
,"See Kajak","ty-kajakk.htm",,,1
,"Baden","ty-bading.htm",,,1
,"Angeln","ty-fisking.htm",,,1
,"Wandern","ty-friluftsliv.htm",,,1
,"Ski im Winter","ty-sognski.htm",,,1
,"Ski im Sommer","ty-sommarski.htm",,,1
,"Gletschersee Kajak","ty-icetroll.htm",,,1
])

addmenu(menu=["attractions",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Urnes Stabkirche","ty-urnes.htm",,,1
,"Breheimsenteret","ty-senteret.htm",,,1
,"Galeri Walaker","ty-gw.htm",,,1
,"Sognefjell","ty-sognefjellet.htm",,,1
,"Feigum Wasserfall","ty-feigum.htm",,,1
,"Fjordstova","ty-fjordstova.htm",,,1
,"Alte Kirchen","ty-ggk.htm",,,1
,"Munthe Haus","ty-munthe.htm",,,1
])

addmenu(menu=["hikersguide",,,95,1,"",style1,,"left",effect,,,,,,,,,,,,
,"einleitung","ty-friluftsliv.htm",,,1
,"vorbereitung","ty-omguiden.htm",,,1
,"ausr&uuml;stung","ty-fjellutstyr.htm",,,1
,"8 touren","ty-tur01.htm",,,1
,"noch 8 touren","ty-tur02.htm",,,1
])

addmenu(menu=["parks",,,115,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Jostedalsbreen","ty-jostedalsbreenintro.htm",,,1
,"-mehr","ty-jostnpark-prakt.htm",,,1
,"Jotunheimen","ty-jotunheimenintro.htm",,,1
,"-mehr","ty-jotunheimen-prakt.htm",,,1
])
addmenu(menu=["weg",,,115,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Sognefjell","http://www.turistveg.no/modules/module_123/templates/publisher_template_detail_1.asp?strParams=4%233%23%2D1%231%231%231%231%231%231&iCategoryId=151&iInfoId=173",,,1
])
addmenu(menu=["requests",,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Prospekte, bitte!","ty-form.htm",,,1
])
//////////////////////////////////
// Editable END//
//////////////////////////////////
dumpmenus() // This must be the last line in this file
