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=Feedback;text=Feedback;");
aI("showmenu=Information on Alko;text=Information on Alko;");
aI("showmenu=Contact Us;text=Contact Us;");
aI("showmenu=For Suppliers;text=For Suppliers;");
}

// APUNAVIGAATION VETOVALIKOT

with(Hmenu=new menuname("Feedback")){
style=globalStyleSub;
aI("text=Feedback Form;url=/feedback;");
aI("text=Customer Service;url=/customerservice;");
aI("text=Contact Information;url=/headoffice;");
}

with(Hmenu=new menuname("Information on Alko")){
style=globalStyleSub;
aI("text=Alko;url=/informationonalko;");
aI("text=Statistics;url=/statistics;");
aI("text=Alko and the Environment;url=/alkoandtheenvironment;");
aI("text=ACL;url=/acl/en;");
aI("text=FAQ;url=/faq;");
}

with(Hmenu=new menuname("Contact Us")){
style=globalStyleSub;
aI("text=Head Office;url=/headoffice;");
aI("text=Regional Offices;url=/regionaloffices;");
aI("text=Shops;url=/shops;");
aI("text=ACL Laboratory;url=/acllaboratory;");
aI("text=Service Numbers;url=/servicenumbers;");
}

with(Hmenu=new menuname("For Suppliers")){
style=globalStyleSub;
aI("text=News, Information and Instructions;url=/newsinformationandinstructions;");
aI("text=Listing Procedure;url=/listingprocedure;");
aI("text=Product Searches;url=/productsearches;");
aI("text=Shop Categories ;url=/shopcategories;");
aI("text=Blank-forms ;url=/blank-forms;");
aI("text=List of Suppliers;url=/listofsuppliers;");
aI("text=Responsible Purchasing;url=/responsiblepurchasing;");
aI("text=Contact Information;url=/purchasingdepartment;");
}


drawMenus();