fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=2              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset

with(menuStyle=new mm_style()){
bordercolor="#F1F3E4";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d3e4c6";
offcolor="#224801"; // font color
onbgcolor="#618244";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=89);Shadow(color=#333300', Direction=135, Strength=1)";
padding=5;
pagebgcolor="#a0b989";
pagecolor="black";
separatorcolor="#F1F3E4";
separatorsize=2;
subimage="../common/arrow2_golf.gif";
subimagepadding=2;
}

with(mjk2=new menuname("Menu Right")){
overfilter="Alpha(opacity=90)";
alwaysvisible=1;
left="offset=240";
orientation="horizontal";
screenposition="center";
style=menuStyle;
top=204;
aI("text=&nbsp; <b>Kontakt</b> &nbsp;url=index.php?page=kontakt;")
aI("text=&nbsp; <b>Om företaget</b> &nbsp;showmenu=company;");
aI("text=&nbsp; <b>Beställ/låna</b> &nbsp;showmenu=bestall;");

}

with(mjk2=new menuname("company")){
style=menuStyle;
aI("text= &nbsp; Vår filosofi &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;url=index.php?page=filosofi;");
aI("text= &nbsp; Om oss;url=index.php?page=company;");
}

with(mjk2=new menuname("bestall")){
style=menuStyle;
aI("text= &nbsp; Beställ broschyr &nbsp; ;url=index.php?page=form.broschyr;");
aI("text= &nbsp; Beställ offert;url=index.php?page=form.offert;");
aI("text= &nbsp; Beställ resan;url=index.php?page=form.resan;");
aI("text= &nbsp; Låna film ;url=index.php?page=form.film;");
}

drawMenus();

