

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#ffc324";
oncolor="#000000";
offbgcolor="#cce28f";
offcolor="#000000";
bordercolor="#cce28f";
padding=4;
borderwidth=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cce28f";
headercolor="#000000";
headerbgcolor="#cce28f";
subimage="arrowdn.gif";
subimagepadding="1";
separatorcolor="#cce28f";
separatorsize=1;
}


with(slcu=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top="offset=106";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Online Services;showmenu=online;");
aI("text=&nbsp;Loans;showmenu=Loans;");
aI("text=&nbsp;Checking;showmenu=Checking;");
aI("text=&nbsp;&nbsp;VISA Cards;showmenu=visa;");
aI("text=&nbsp;Savings;showmenu=Savings;");
aI("text=&nbsp;For Youth;showmenu=Youth;");
aI("text=&nbsp;About Us;showmenu=About;");
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;;url=https://www.ahcu.org/index_secure.html;status=Back To Home Page;");
}

with(slcu=new menuname("online")){
style=menuStyle;
aI("text=Access*Online;url=http://www.ahcuhb.org/onlineserv/HB/signon.cgi;");
aI("text=About Access*Online;url=accessonline.htm;");
aI("text=Forms & Applications;url=apply.htm;");
aI("text=Calculators;url=calc.htm;");
aI("text=Insurance;showmenu=insure;");
aI("text=Fraud Alerts;url=fraudalert.htm;");
aI("text=Tax Tips;url=turbo.htm;");
aI("text=Search our Site;url=search.htm;");
}

with(slcu=new menuname("insure")){
style=menuStyle;
aI("text=Auto & Homeowners;url=autohomeowners.htm;");
aI("text=Term Life & Disability;url=members.htm;");
aI("text=Are You Covered?;url=insure.html;");
}

with(slcu=new menuname("Loans")){
style=menuStyle;
aI("text=Current Rates;url=lrates.htm;");
aI("text=Auto Loans;url=cars.htm;");
aI("text=Auto Buying Service;url=integrity.htm;");
aI("text=Buying a Home;url=cucompanies.htm;");
aI("text=Home Equity Loans;url=he610.htm;");
aI("text=Instant Loan App;url=https://www.24x7loans.com/AHCUAuto/default.aspx;");
aI("text=Loan Insurance;url=insure.htm;");
}

with(slcu=new menuname("Checking")){
style=menuStyle;
aI("text=Checking Accounts;url=checking.htm;");
aI("text=Debit Cards;url=debitcards.htm;");
aI("text=Heartline;url=heart.htm;");
aI("text=Reorder Checks;url=legal_reorder.htm;");
aI("text=ATM Locator;url=atms.htm;");
aI("text=Switch Kit;url=switchkit.htm;");
aI("text=Fee Schedule;url=fees.htm;");
}

with(slcu=new menuname("Savings")){
style=menuStyle;
aI("text=Current Rates;url=srates.htm;");
aI("text=Savings Accounts;url=savings.htm;");
aI("text=IRAs;url=iras.htm;");
aI("text=Certificates of Deposit;url=certs.htm;");
aI("text=Money Market Accounts;url=cdmms.htm;");
aI("text=Service Fees;url=fees.htm;");
}

with(slcu=new menuname("Youth")){
style=menuStyle;
aI("text=Kirby Kangaroo Club;url=youth.htm;");
aI("text=CU Succeed for Teens;url=teens.htm;");
aI("text=Guides to Independence;url=teens.htm;");
aI("text=College Calculator;url=calccoll.htm;");
}

with(slcu=new menuname("visa")){
style=menuStyle;
aI("text=Visa Credit Cards;url=visa.htm;");
aI("text=Verified by VISA;url=vbv.htm;");
aI("text=Debit Cards;url=debitcards.htm;");
aI("text=Gift Cards;url=visagift.htm;");
aI("text=Visa Prepaid Cards;url=visa.htm;");
}

with(slcu=new menuname("About")){
style=menuStyle;
aI("text=Membership;showmenu=Membership;");
aI("text=Community Outreach;showmenu=Community;");
aI("text=Who We Are;url=about.htm;");
aI("text=Hours & Locations;url=contact.htm;");
aI("text=Newsletter;url=news.htm;");
aI("text=HeartLine;url=heart.htm;");
aI("text=Contact Us;url=https://www.ahcu.org/contactus.htm;");
aI("text=Employment;url=jobs.htm;");
aI("text=Search Our Site;url=search.html;");
}

with(slcu=new menuname("Membership")){
style=menuStyle;
aI("text=Who Can Join;url=about.htm;");
aI("text=How to Join;url=joinus.htm;");
aI("text=Adding Your Company;url=employers.htm;");
aI("text=Membership Benefits;url=benefits.htm;");
aI("text=Testimonials;url=testimonials.htm;");
}

with(slcu=new menuname("Community")){
style=menuStyle;
aI("text=Local Memorial Funds;url=holmesfund.htm;");
aI("text=Other Links;url=links.htm;");
aI("text=Fraud Alerts;url=fraudalert.htm;");
}

drawMenus();

