/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
************************************************************************************
* Automatically created by Textalk's ByggDinHemsida - http://bdh.textalk.se
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='#333333';			// Font color when mouse is not over
	var FontSubLowColor='#333333';			// Font color subs when mouse is not over
	var FontHighColor='8f5427';			// Font color when mouse is over
	var FontSubHighColor='8f5427';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.20;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.20;			// vertical overlap child/ parent
	var StartTop=0;			  	// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var DissapearDelay=400;			// delay before menu folds in, don't change "mis-speling"...
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame

  // Menus in frameset is supported by setting the menu/submenu/target frame names here
	var MenuFramesVertical=0;			// Frames in cols (1) or rows (0)
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear

  // Specify adjustment in pixels (mostly for nested frameset menus)
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction

  // ID of the span which places the menu somewhere in the HTML code
	var TargetLoc='bdhHvMenu';				// span id for relative positioning

  // More prefs
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed

  // We must specify all images, background images (including mouse over images) in vars
  // due to the BDH spider. We must include the trailing comment too.
  var LeftArrowSRC = "https://bdh.textalk.se/se/editor/bdh_pics/trileft.gif"; 
  var RightArrowSRC = "https://bdh.textalk.se/se/editor/bdh_pics/triright.gif"; 
  var DownArrowSRC = "https://bdh.textalk.se/se/editor/bdh_pics/tridown.gif"; 
	var Arrws=[RightArrowSRC,5,10,DownArrowSRC,10,5,LeftArrowSRC,5,10];	// Arrow source, width and height

  // Functions to add extra functionality at certain points of startup and closedown
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

var hvControlMenu1  = "page26070.html"; 
var hvBgimageControlMenu1 = '';
Menu1 = new Array("START",hvControlMenu1,hvBgimageControlMenu1,0,15,65,"","","","");
var hvControlMenu2  = "page26074.html"; 
var hvBgimageControlMenu2 = '';
Menu2 = new Array("OM OSS",hvControlMenu2,hvBgimageControlMenu2,0,15,70,"","","","");
var hvControlMenu3  = "page26072.html"; 
var hvBgimageControlMenu3 = '';
Menu3 = new Array("UPPLEVELSEIDČER",hvControlMenu3,hvBgimageControlMenu3,0,15,130,"","","","");
var hvControlMenu4  = "page26132.html"; 
var hvBgimageControlMenu4 = '';
Menu4 = new Array("BOKNINGSINFO",hvControlMenu4,hvBgimageControlMenu4,0,15,112,"","","","");
var hvControlMenu5  = "page26133.html"; 
var hvBgimageControlMenu5 = '';
Menu5 = new Array("BILDSPEL",hvControlMenu5,hvBgimageControlMenu5,0,15,86,"","","","");
var hvControlMenu6  = "page26134.html"; 
var hvBgimageControlMenu6 = '';
Menu6 = new Array("HITTA OSS",hvControlMenu6,hvBgimageControlMenu6,0,15,92,"","","","");
var hvControlMenu7  = "page26198.html"; 
var hvBgimageControlMenu7 = '';
Menu7 = new Array("AKTIVITETER",hvControlMenu7,hvBgimageControlMenu7,0,15,110,"","","","");

