_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=12              // Sub menu top offset
_subOffsetLeft=-9            // Sub menu left offset

// ----- MAIN MENU STYLES ----- //
with(menuStyleMain=new mm_style()){
oncolor="##00A000";
offcolor="#0000FF";// FONT COLOR OF MAIN MENU TEXT of SPAM
onbgcolor="#FFFFFF";
offbgcolor="#FFFFFF";
bordercolor="#303030";
borderstyle="solid";
borderwidth="0";
separatorcolor="#bbbbbb";
separatorpadding="8";
separatorsize="1";
fontsize="16px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="#000000";  // FONT COLOR OF PAGE CURRENTLY ON
pagebgcolor="#FFFFFF";  // BACKGROUND COLOR OF PAGE CURRENTLY ON
headercolor="#cccccc";
headerbgcolor="#ffffff";
overfilter="Alpha(opacity=100);";
}

// ----- SUB-MENU STYLES ----- //
with(menuStyle=new mm_style()){
oncolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#0000CD"; //FONT COLOR OF SUB MENU ON MOUSE ROLLOVER
offbgcolor="#FFFFFF";
bordercolor="#303030";
borderstyle="solid";
borderwidth=1;
separatorcolor="#555555";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="#000000";  // FONT COLOR OF PAGE CURRENTLY ON
pagebgcolor="#FFFFFF";  // BACKGROUND COLOR OF PAGE CURRENTLY ON
headercolor="#cccccc";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="5";
overfilter="Alpha(opacity=95);";
low3dcolor="#333333";
high3dcolor="#aaaaaa";
}

// ----- MAIN MENU SECTION ----- //
with(milonic=new menuname("Main Menu")){
style=menuStyleMain;
screenposition="center";
top="130";
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;url=http://manoa.hawaii.edu/studentparents/index.htm;");
aI("text=FAQ;showmenu=faqMenu;url=http://manoa.hawaii.edu/studentparents/faq/index.htm;");
aI("text=Resources;showmenu=resourcesMenu;url=http://manoa.hawaii.edu/studentparents/resources/index.htm;");
aI("text=Take Action;showmenu=takeactionMenu;url=http://manoa.hawaii.edu/studentparents/action/index.htm;");
aI("text=Downloads;showmenu=downloadsMenu;url=http://manoa.hawaii.edu/studentparents/downloads/index.htm;");
aI("text=Events;showmenu=eventsMenu;url=http://manoa.hawaii.edu/studentparents/events/index.htm;");
aI("text=Useful Links;showmenu=linksMenu;url=http://manoa.hawaii.edu/studentparents/links/index.htm;");
}



// ----- RESOURCES SECTION ----- //
with(milonic=new menuname("resourcesMenu")){
style=menuStyle;

aI("text=Back to College;url=http://manoa.hawaii.edu/studentparents/resources/back_to_college.htm;");
aI("text=Scholarships;url=http://manoa.hawaii.edu/studentparents/resources/scholarships.htm;");
aI("text=Enrolled & Expecting;url=http://manoa.hawaii.edu/studentparents/resources/pregnancy.htm;");
aI("text=Parenting;url=http://manoa.hawaii.edu/studentparents/resources/parenting.htm;");
aI("text=Child Care (Oahu);url=http://manoa.hawaii.edu/studentparents/resources/child_care.htm;");
aI("text=Social Services;url=http://manoa.hawaii.edu/studentparents/resources/social_services.htm;");
aI("text=Budgeting;url=http://manoa.hawaii.edu/studentparents/resources/budgeting.htm;");
aI("text=LifeBridge;url=http://manoa.hawaii.edu/studentparents/resources/life_bridge.htm;");
aI("text=Income Based Loan Repayment;url=http://manoa.hawaii.edu/studentparents/resources/ibr.htm;");
}


drawMenus();

