fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




// APUNAVIGAATION ULKOASU - ÄLÄ MUUTA!

with(menuStyle=new mm_style()){
openonclick=true; 
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica";
fontsize="10px";
fontstyle="normal";
fontweight='normal';
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ececec";
oncolor="#cc3333";
padding=6;
pagebgcolor="#ffffff";
pagecolor="#666666";
separatorcolor="#666666";
separatorsize=0;
separatorheight=20;
imagepadding=1
}

// APUNAVIGAATION PUDOTUSVALIKON ULKOASU - ÄLÄ MUUTA!

with(globalStyleSub=new mm_style()){
openonclick=true; 
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica";
fontsize="10px";
fontstyle="normal";
fontweight='normal';
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#ececec";
oncolor="#cc3333";
padding=4;
pagebgcolor="#ffffff";
pagecolor="#666666";
separatorcolor="#666666";
separatorsize=0;
imagepadding=1
}


// MENU LINE SYNTAX (ANY COMBINATION POSSIBLE)

// text: What the menuline says;
// url: link for the menuline;
// target='blank'; tai 'new'; 
// onfunction=showtip('Text here.<br>Line break formatting possible.');
// showmenu: shows submenus, called by their name;


// APUNAVIGAATION LINKIT

with(Hmenu=new menuname("Main Menu")){
alwaysvisible=1;
left=112;
orientation="horizontal";
style=menuStyle;
menuwidth="650px";
top=1;
menualign="right";
aI("showmenu=Kundrespons;text=Tyck till om oss;");
aI("showmenu=Fakta om Alko;text=Fakta om Alko;");
aI("showmenu=Kontakta oss;text=Kontakta oss;");
aI("showmenu=Till leverantörer;text=Till leverant&ouml;rer;");
// aI("showmenu=Till media;text=Till media;");
}

// APUNAVIGAATION VETOVALIKOT

with(Hmenu=new menuname("Kundrespons")){
style=globalStyleSub;
aI("text=Responsformul&auml;r;url=/kundrespons;");
aI("text=Kundtj&auml;nst;url=/kundtjanst;");
aI("text=Kontaktinformation;url=/huvudkontoret;");
}

with(Hmenu=new menuname("Fakta om Alko")){
style=globalStyleSub;
aI("text=Alko;url=/faktaomalko;");
aI("text=Statistik;url=/statistik;");
aI("text=Alko och milj&ouml;n;url=/alkoochmiljon;");
aI("text=Rekrytering;url=/rekrytering;");
aI("text=ACL;url=/acl/sw;");
aI("text=Vanliga fr&aring;gor;url=/vanligafragor;");
aI("text=Alkoholbranschen;url=/alkoholbranschen;");
aI("text=L&auml;nkar inom alkoholsektorn;url=/lankarinomalkoholsektorn;");
}

with(Hmenu=new menuname("Kontakta oss")){
style=globalStyleSub;
aI("text=Huvudkontoret;url=/huvudkontoret;");
aI("text=Regionkontor;url=/regionkontor;");
aI("text=Butiker;url=/butiker;");
aI("text=ACL-laboratoriet;url=/acllaboratoriet;");
aI("text=Servicenummer;url=/servicenummer;");
}

with(Hmenu=new menuname("Till leverantörer")){
style=globalStyleSub;
aI("text=Listning av alkoholdrycker;url=/listningavalkoholdrycker;");
aI("text=Kontaktinformation;url=/inkopsavdelning;");
}

// with(Hmenu=new menuname("Till media")){
// style=globalStyleSub;
// aI("text=Meddelanden;url=/meddelanden;");
// aI("text=F&ouml;rs&auml;ljningsstatistik;url=/forsaljningsstatistik;");
// aI("text=Bilder och logo;url=/bilderochlogo;");
// aI("text=&Aring;rsredovisningar;url=/arsredovisningar;");
// aI("text=Kontaktinformation;url=/mediakontaktinformation;");
// }


drawMenus();
