﻿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(menuStyle=new mm_style()){
bordercolor="#ffffff"; // strekfarge ramme
borderstyle="solid";
borderwidth=5; // strektykkelse
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#C1CD23";
headercolor="#ffffff";
offbgcolor="#ffffff"; // bakgrunnsfarge inaktiv
offcolor="#000000"; // skriftfarge inaktiv
onbgcolor="#767867";  // bakgrunnsfarge musover
oncolor="#ffffff";  // skriftfarge musover
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=1);Alpha(opacity=100);Shadow(color=#767867', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#ffffff";  // bagrunnsfarge aktive linker
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
position="relative"; 

alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=HOVEDSIDE;url=index.html;");
aI("showmenu=PRODUKTER;text=PRODUKTER;");
aI("text=KONTAKT;url=kontakt.html;");

}

with(milonic=new menuname("PRODUKTER")){
overflow="scroll";
style=menuStyle;

aI("text=Produkter1;url=index.html;")
aI("text=Produkter2;url=index.html;")
aI("text=Produkter3;url=index.html;")


}

drawMenus();

