

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="#FFFFFF";
pagecolor="#464646";
offcolor="#464646";
pagebgcolor="#929292";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="5";
padding=0;
fontsize="12px";
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="#445c78";
oncolor="#FFFFFF";
pagecolor="#FFFFFF";
pagebgcolor="#e9e9e9";
offbgcolor="#929292";
offcolor="#464646";
bordercolor="#e7b402";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11px";
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= FORSIDE;url=/FORSIDE.html;showmenu=menu3;offbgcolor=#929292;onbgcolor=#445c78");

 
aI("text= STOKROSEN;url=/STOKROSEN.html;showmenu=menu8;offbgcolor=#929292;onbgcolor=#445c78");

 
aI("text= BETINGELSER;url=/BETINGELSER.html;showmenu=menu4;offbgcolor=#929292;onbgcolor=#445c78");

 
aI("text= KUNDELOGIN;url=/KUNDELOGIN.html;showmenu=menu6;offbgcolor=#929292;onbgcolor=#445c78");

 
aI("text= FIND OS;url=/FIND-OS.html;showmenu=menu7;offbgcolor=#929292;onbgcolor=#445c78");

 
aI("text= KONTAKT OS;url=/KONTAKT-OS.html;showmenu=menu5;offbgcolor=#929292;onbgcolor=#445c78");

 
aI("text= &#197;BNINGSTIDER;url=/AaBNINGSTIDER.html;showmenu=menu37;offbgcolor=#929292;onbgcolor=#445c78");
}


//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 + 295
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿
*/
