

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="#94bbe2";
pagecolor="#94bbe2";
offcolor="#ffffff";
pagebgcolor="transparent";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="12";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma";
valign="middle";
itemheight=0;
rawcss="";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#6b6b6b";
oncolor="#94bbe2";
pagecolor="#94bbe2";
pagebgcolor="#6b6b6b";
offbgcolor="#6b6b6b";
offcolor="#ffffff";
bordercolor="#222222";
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=\u00BB Forside;url=/forside.html;showmenu=menu7;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text=\u00BB Betingelser;url=/betingelser.html;showmenu=menu9;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text=\u00BB Kontakt;url=/kontakt.html;showmenu=menu10;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text=\u00BB Leverand&#248;rer S&#248;ges;url=/leverandoerer-soeges.html;showmenu=menu42;offbgcolor=transparent;onbgcolor=transparent");

 
aI("text=\u00BB Monteringsvejledning;url=/monteringsvejledning.html;showmenu=menu75;offbgcolor=transparent;onbgcolor=transparent");
}


//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 + 30
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿
*/
