
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
,"Home","eng-framside.htm",,,1		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Get here","eng-komme.htm",,,1
,"Map","eng-noreg.htm",,,1
,"Photo gallery","galleri1/index.htm",,,1
,"Video","eng-video.htm",,,1
,"Accomodation","show-menu=accomodation",,,1
,"Activities","show-menu=activities",,,1
,"Attractions","show-menu=attractions",,,1
,"16 hikes","show-menu=hikersguide",,,1
,"National parks","show-menu=parks",,,1
,"Mountain roads","show-menu=roads",,,1
,"Requests","show-menu=requests",,,1
])


addmenu(menu=["accomodation",,,155,1,"",style1,,"left",effect,,,,,,,,,,,,
,"hotels and pensions","eng-hotell.htm",,,1
,"camping and cabins 1","eng-hytter1.htm",,,1
,"camping and cabins 2","eng-hytter2.htm",,,1
])

addmenu(menu=["activities",,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
,"glacier guiding Nigardsbreen","eng-brevandring.htm",,,1
,"glacier guiding Veitastrond","eng-breporten.htm",,,1
,"glacier boat","eng-brevegen.htm",,,1
,"kayaking","eng-kajakk.htm",,,1
,"on the beach","eng-bading.htm",,,1
,"fishing","eng-fisking.htm",,,1
,"hikes","eng-friluftsliv.htm",,,1
,"skiing in winter","eng-sognski.htm",,,1
,"skiing in summer","eng-sommarski.htm",,,1
,"glacier lake kayaking","eng-icetroll.htm",,,1
])

addmenu(menu=["attractions",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Urnes stave Church","eng-urnes.htm",,,1
,"Breheimsenteret","eng-senteret.htm",,,1
,"Walaker Art Gallery","eng-gw.htm",,,1
,"Sognefjell","eng-sognefjellet.htm",,,1
,"Feigum Waterfall","eng-feigum.htm",,,1
,"Fjordstova","eng-fjordstova.htm",,,1
,"Old Churches","eng-ggk.htm",,,1
,"The Munthe House","eng-munthe.htm",,,1
,"Bestebakken","eng-bestebakken.htm",,,1
])

addmenu(menu=["hikersguide",,,95,1,"",style1,,"left",effect,,,,,,,,,,,,
,"hiking","eng-friluftsliv.htm",,,1
,"preparations","eng-omguiden.htm",,,1
,"equipment","eng-fjellutstyr.htm",,,1
,"16 hikes I","eng-tur01.htm",,,1
,"16 hikes II","eng-tur02.htm",,,1
])

addmenu(menu=["parks",,,115,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Jostedalsbreen","eng-jostedalsbreenintro.htm",,,1
,"-more","eng-jostnpark-prakt.htm",,,1
,"Jotunheimen","eng-jotunheimenintro.htm",,,1
,"-more","eng-jotunheimen-prakt.htm",,,1
])
addmenu(menu=["roads",,,115,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Sognefjellet","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=40&iInfoId=172",,,1
])
addmenu(menu=["requests",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"I think I need more information","eng-form.htm",,,1
])
//////////////////////////////////
// Editable END//
//////////////////////////////////
dumpmenus() // This must be the last line in this file
