﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=5;
_subOffsetLeft=-2;

domain="www.actionjournals.com";


with(menuStyle=new mm_style()){
fontfamily="'Lucida Grande', Geneva, Arial, Verdana, sans-serif;";
fontstyle="normal";
fontsize="8pt";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fff";
offcolor="#000";
onbgcolor="#82B6D7";
oncolor="#000";
padding=0;
margin=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000";
separatorsize=1;
align="center";
}

with(subStyle=new mm_style()){
bordercolor="#000";
borderstyle="solid";
borderwidth="1px";
fontfamily="'Lucida Grande', Arial, Verdana, sans-serif;";
fontstyle="normal";
fontsize="8pt";
headerbgcolor="#505b90";
headercolor="#000000";
offbgcolor="#fff";
offcolor="#000";
onbgcolor="#82B6D7";
oncolor="#000";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000";
separatorsize=1;
}

with(milonic=new menuname("Action")){
overflow="scroll";
style=subStyle;
itemwidth="150";
aI("text=Mission;url=http://"+domain+"/mission.html;")
aI("text=Promise;url=http://"+domain+"/Promise.html;")
aI("text=Privacy/Return Policy;url=http://"+domain+"/privacy.html;")
aI("text=Why Action?;url=http://"+domain+"/switch/index.html;")
aI("text=Make a Difference;url=http://"+domain+"/features/make-a-difference.html;")
aI("text=Press;url=http://"+domain+"/press/;")
aI("text=Customer Tools/Downloads;url=http://"+domain+"/customer-tools/;");
aI("text=Contact Us!;url=http://"+domain+"/customer-tools/contact-us.php;");

}

with(milonic=new menuname("ActionItems")){
overflow="scroll";
style=subStyle;
itemwidth="150";
aI("text=Weekly Planners;url=http://"+domain+"/agendas/agendabook.html;");
aI("text=Notepads;url=http://"+domain+"/notepads/;");
aI("text=Notebooks;url=http://"+domain+"/notebooks/;");
aI("text=Wall Calendars;url=http://"+domain+"/wall-calendar/;");
}

with(milonic=new menuname("Accessories")){
style=subStyle;
itemwidth="150";
aI("text=Accessories;url=http://"+domain+"/accessories/;");
}


with(milonic=new menuname("Custom")){
style=subStyle;
itemwidth="150";
aI("text=Handbook and Cover Options;url=http://"+domain+"/custom/;");
}

with(milonic=new menuname("Order")){
style=subStyle;
itemwidth="150";
aI("text=How to Order;url=http://"+domain+"/order/;");
aI("text=Request A Quote;url=http://"+domain+"/request-quote.php;");
aI("text=Common Questions;url=http://"+domain+"/order/faq.html");

}

with(milonic=new menuname("Store")){
style=subStyle;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
itemwidth="100";
itemheight="23";
alwaysvisible=1;
orientation="horizontal";
overfilter="";
position="relative";
aI("text=Action;showmenu=Action;url=http://"+domain+"/");
aI("text=Action Items;showmenu=ActionItems;url=http://"+domain+"/action-items/");
aI("text=Accessories;url=http://"+domain+"/accessories/;");
aI("text=Customize;url=http://"+domain+"/custom/;");
aI("text=Order;showmenu=Order;url=http://"+domain+"/order/;");
aI("text=Store;showmenu=Store;url=http://www.actionagendas.com/store/;");
}

drawMenus();