

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=50;
_subOffsetLeft=-2;


with(mainStyle=new mm_style()){
itemwidth=124;
oncolor="#000000";
pagecolor="#000000";
offcolor="#333333";
pagebgcolor="transparent";
bordercolor="red";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="10";
padding=0;
fontsize="13px";
fontstyle="normal";
fontweight="normal";
fontfamily="trebuchet ms";
valign="top";
itemheight=0;
rawcss="";
align="center";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#c2c2c2";
oncolor="#5d5d5d";
pagecolor="#5d5d5d";
pagebgcolor="#c2c2c2";
offbgcolor="#FFFFFF";
offcolor="#5d5d5d";
bordercolor="#5d5d5d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
rawcss="padding-left:2px;";
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=37;
left=-1000;
alwaysvisible=1;
orientation="horizontal";

 
aI("text= Forside;url=/Forside.html;showmenu=menu1;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Catering;url=/Catering.html;showmenu=menu62;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Information;url=/Information.html;showmenu=menu37;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text= Kontakt os;url=/Kontakt-os.html;showmenu=menu34;offbgcolor=transparent;onbgcolor=transparent");
}


with(milonic=new menuname("menu34")){
style=subStyle;

left="offset=0";
top="offset=3";


aI("text=V&#230;rd at vide;url=/Kontakt-os/Vaerd-at-vide.html;showmenu=menu84");



aI("text=Vores historie;url=/Kontakt-os/Vores-historie.html;showmenu=menu39");



aI("text=&#197;bningstider;url=/Kontakt-os/Åbningstider.html;showmenu=menu76");

}


with(milonic=new menuname("menu37")){
style=subStyle;

left="offset=0";
top="offset=3";


aI("text=Info vedr. catering;url=/Information/Info-vedr-catering.html;showmenu=menu86");



aI("text=Info vedr. webshop;url=/Information/Info-vedr-webshop.html;showmenu=menu87");

}


with(milonic=new menuname("menu62")){
style=subStyle;

left="offset=0";
top="offset=3";


aI("text=Julefrokost;url=/Catering/Julefrokost.html;showmenu=menu75");



aI("text=P&#248;lseborde;url=/Catering/Poelseborde.html;showmenu=menu85");



aI("text=Forretter;url=/Catering/Forretter.html;showmenu=menu66");



aI("text=Hovedretter;url=/Catering/Hovedretter.html;showmenu=menu67");



aI("text=Desserter;url=/Catering/Desserter.html;showmenu=menu68");



aI("text=Buffeter;url=/Catering/Buffeter.html;showmenu=menu70");



aI("text=Frokoster;url=/Catering/Frokoster.html;showmenu=menu65");



aI("text=Grill;url=/Catering/Grill.html;showmenu=menu77");



aI("text=Brunch;url=/Catering/Brunch.html;showmenu=menu64");



aI("text=Flotte fade;url=/Catering/Flotte-fade.html;showmenu=menu69");



aI("text=Sandwich;url=/Catering/Sandwich.html;showmenu=menu71");



aI("text=Natmad;url=/Catering/Natmad.html;showmenu=menu72");



aI("text=Ost;url=/Catering/Ost.html;showmenu=menu73");



aI("text=Receptioner;url=/Catering/Receptioner.html;showmenu=menu74");

}


with(milonic=new menuname("menu87")){
style=subStyle;

left="offset=5";
top="offset=-2";


aI("text=Leveringspriser;url=/Information/Info-vedr-webshop/Leveringspriser.html;showmenu=menu52");

}


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 + -15
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿

