
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#3CA67E";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#3CA67E";

separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Tahoma, Verdana, Tahoma, Arial";
pagecolor="red";
pagebgcolor="#82B6D7";
headercolor="#ff0000";
headerbgcolor="#ffffff";

subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.1)";
} 



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=148;
left="0%";
alwaysvisible=1;
orientation="horizontal";
aI("image=images/navbar_off_01.jpg;url=/default.asp");
aI("image=images/navbar_off_02.jpg;showmenu=Services;url=/services/default.htm");
aI("image=images/navbar_off_03.jpg;showmenu=Payroll;url=/aholaonline/default.htm");
aI("image=images/navbar_off_04.jpg;showmenu=Resources;url=/resources/default.htm");
aI("image=images/navbar_off_05.jpg;showmenu=About;url=/about/default.htm");
aI("image=images/navbar_off_06.jpg;showmenu=Contact;url=/contact/default.htm");
}



with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Family Pay;url=/services/familypay.htm;");
aI("text=Payroll Processing;url=/services/payrollprocessing.htm;")
aI("text=Tax Payment Services;url=/services/taxservices.htm;")
aI("text=Optional Services;url=/services/optionalservices.htm;")
aI("text=Delivery Options;url=/services/deliveryoptions.htm;")
aI("text=Remote Payroll Software;url=/services/payrollsoftware.htm;")
//aI("text=Principal Payroll Program;url=services/payrollprogram.htm;")
}

with(milonic=new menuname("Payroll")){
style=menuStyle;
overflow="scroll";
//aI("text=Payroll Report Retrieval;url=../login.aspx?ReturnURL=listreports.aspx;")
aI("text=Payroll Report Retrieval;url=/listreports.aspx;")
aI("text=Employer Services;url=/employerservices.aspx;")
aI("text=Employee Self Service;url=/employeeservices.aspx;");
//aI("text=Payroll Processing;url=aholaonline/payroll.htm;");
// aI("text=Payroll Report Retrieval;url=https://www.ahola.com/login.aspx;")
}

with(milonic=new menuname("Resources")){
style=menuStyle;
overflow="scroll";
aI("text=Payroll Information;url=/resources/payrollinfo.htm;;");
aI("text=Tax Information;url=/resources/taxinfo.htm;")
aI("text=Family Business Information;url=/resources/businessinfo.htm;")
aI("text=Links;url=/resources/links.htm;")
aI("text=Software Downloads;url=/resources/downloads.htm;")
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Our History;url=/about/history.htm;");
aI("text=The Ahola Family;url=/about/bios.htm;")
//aI("text=Company News;url=about/news.htm;")
aI("text=Employment Opportunities;url=/about/employment.htm;")
aI("text=Why Choose Ahola?;url=/about/whychoose.htm;")
aI("text=Partnerships;url=/about/partnerships.htm;")
}

with(milonic=new menuname("Contact")){
style=menuStyle;
overflow="scroll";
aI("text=Customer Service;url=/customerservice.aspx;");
aI("text=Contacting Ahola;url=/contact/contactnumbers.htm;")
aI("text=Get A Quote;url=/contact/moreinfo.htm;")
}



drawMenus();

