

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="#ffffff";
offcolor="#000000";
pagebgcolor="#8300ae";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="14px";
fontstyle="normal";
fontweight="normal";
fontfamily="century gothic, tahoma";
valign="middle";
itemheight=25;
rawcss="padding-left:10px; padding-right:10px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#000000";
oncolor="#ffffff";
pagecolor="#ffffff";
pagebgcolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="century gothic, 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=menu38;offbgcolor=transparent;onbgcolor=#8300ae");

 
aI("text=.: Kontakt;url=/Kontakt.html;showmenu=menu40;offbgcolor=transparent;onbgcolor=#8300ae");

 
aI("text=.: Nyhedsbrev;url=/Nyhedsbrev.html;showmenu=menu68;offbgcolor=transparent;onbgcolor=#8300ae");

 
aI("text=.: Guides &amp; Gode r&#229;d;url=/Guides-og-Gode-raad.html;showmenu=menu79;offbgcolor=transparent;onbgcolor=#8300ae");

 
aI("text=.: Info;url=/Info.html;showmenu=menu105;offbgcolor=transparent;onbgcolor=#8300ae");

 
aI("text=.: Engros salg;url=/Engros-salg.html;showmenu=menu106;offbgcolor=transparent;onbgcolor=#8300ae");
}


with(milonic=new menuname("menu105")){
style=subStyle;

left="offset=0";
top="offset=8";


aI("text=Profil;url=/Info/Profil.html;showmenu=menu45");



aI("text=Betingelser;url=/Info/Betingelser.html;showmenu=menu41");

}


//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 + 225
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿
*/
