

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;


with(mainStyle=new mm_style()){
oncolor="#433B28";
pagecolor="#433B28";
offcolor="#827854";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FCFBF7";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma";
valign="bottom";
itemheight=71;
rawcss="padding-left:10px; padding-right:10px; padding-bottom:10px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#908766";
oncolor="#ffffff";
pagecolor="#A00000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#908766";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
rawcss="padding-left:2px;";
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=0;
left=-1000;
alwaysvisible=1;
orientation="horizontal";


aI("text=Forside;url=/page159.html;showmenu=menu159;offbgcolor=#F1ECD9");



aI("text=Butikken;url=/page161.html;showmenu=menu161;offbgcolor=#E8E3CF");



aI("text=V&#230;rd at vide;url=/page192.html;showmenu=menu192;offbgcolor=#E0DBC7");



aI("text=Kontakt;url=/page167.html;showmenu=menu167;offbgcolor=#D4CFB9");

}


with(milonic=new menuname("menu161")){
style=subStyle;
left="offset=5";
top="offset=5";



aI("text=Om os;url=/page207.html;showmenu=menu207");



aI("text=Salgs- og leveringsbetingelser;url=/page160.html;showmenu=menu160");



aI("text=Momsfrit salg til udlandet;url=/page223.html;showmenu=menu223");



aI("text=LIC samarbejdsaftale;url=/page296.html;showmenu=menu296");



aI("text=LO Plus samarbejdsaftale;url=/page521.html;showmenu=menu521");



aI("text=Medarbejdere;url=/page188.html;showmenu=menu188");



aI("text=&#197;bningstider;url=/page189.html;showmenu=menu189");



aI("text=Find vej;url=/page187.html;showmenu=menu187");

}


with(milonic=new menuname("menu192")){
style=subStyle;
left="offset=5";
top="offset=5";



aI("text=De &#230;dle metaller;url=/page193.html;showmenu=menu193");



aI("text=Smykke- og &#230;delsten, rav og perler;url=/page194.html;showmenu=menu194");



aI("text=Lykkesten og bryllupsdage;url=/page195.html;showmenu=menu195");

}


//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 + 35
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿

