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";
fontcolor="#7F8650";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#decbcb";
offcolor="#9a2424";   //font color off
onbgcolor="#ac3939";
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="#e58e8e";
pagecolor="black";
separatorcolor="#F1F3E4";
separatorsize=2;
subimage="../common/arrow_special.gif";
subimagepadding=2;
position="relative";
}

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

drawMenus();

