

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildAfterLoad=true;


with(mainStyle=new mm_style()){
oncolor="#b2d293";
pagecolor="#95bf6d";
offcolor="#000000";
pagebgcolor="transparent";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="10";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma";
valign="middle";
itemheight=25;
rawcss="padding-left:5px; padding-right:5px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#e2e2e2";
oncolor="#95bf6d";
pagecolor="#95bf6d";
pagebgcolor="#e2e2e2";
offbgcolor="#e8e8e8";
offcolor="#000000";
bordercolor="#afafaf";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="tahoma";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
rawcss="padding-left:2px;";
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";

 
aI("text= Velkommen;url=/;showmenu=menu41;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Aktiviteter;url=/Aktiviteter;showmenu=menu46;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Betingelser;url=/Betingelser;showmenu=menu37;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Nyhedsbrev;url=/Nyhedsbrev;showmenu=menu277;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Links;url=/Links;showmenu=menu43;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Leverand&#248;rer;url=/Leverandører;showmenu=menu39;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Kontakt;url=/Kontakt;showmenu=menu34;offbgcolor=transparent;onbgcolor=transparent");
}


with(milonic=new menuname("menu252")){
style=subStyle;

left="offset=5";
top="offset=-2";


aI("text=Sirri;url=/Opskrifter/Sirri.html;showmenu=menu253");

}


with(milonic=new menuname("menu253")){
style=subStyle;

left="offset=5";
top="offset=-2";


aI("text=F&#230;r&#248;sk hat med blomst;url=/Opskrifter/Sirri/Faeroesk-hat-med-blomst.html;showmenu=menu254");



aI("text=Vest;url=/Opskrifter/Sirri/Vest.html;showmenu=menu255");

}


//drawMenus();

/*
function setLeftPosOfTopMenu() {
	var ie4_check = (document.all && !document.getElementById) ? 	true : false;
	var ie5_check = (document.all && document.getElementById) ? 	true : false;
	if (ie4_check || ie5_check) {
		width = document.body.clientWidth;
		} 
	else {
		width = window.innerWidth;
	}
	intLeftPos = width/2-450
	intLeftPos = intLeftPos + 20
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿
*/
