

_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=0             // Sub menu top offset
_subOffsetLeft=0            // 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="#FEC52E";
oncolor="#000000";
offbgcolor="#003E89";
offcolor="#FFFFFF";
bordercolor="#FEC52E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FEC52E";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="0";
}

with(use=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top="offset=103"
left="offset=0"
alwaysvisible=1;
orientation="horizontal";
aI("text=Internet Banking&nbsp;&nbsp;;showmenu=ibank;");
aI("text=&nbsp;&nbsp;&nbsp;Loans&nbsp;&nbsp;&nbsp;;showmenu=Loans;");
aI("text=&nbsp;Savings&nbsp;;showmenu=Savings;");
aI("text=&nbsp;Checking&nbsp;;showmenu=Checking;");
aI("text=&nbsp;&nbsp;&nbsp;VISA&nbsp;&nbsp;&nbsp;;showmenu=VISA;");
aI("text=&nbsp;Services&nbsp;;showmenu=services;");
aI("text=&nbsp;Membership&nbsp;;showmenu=membership;");
aI("text=&nbsp;About Us&nbsp;;showmenu=About;");
aI("text=&nbsp;&nbsp;Home;url=index.html;status=Back To Home Page;");
}

with(use=new menuname("ibank")){
style=menuStyle;
aI("text=Connect@Home;url=https://mfa.lanxtra.com/auth/Authorize?fiid=0267;");
aI("text=VISA Online;url=https://www.epscu.com/3638;");
aI("text=About Connect@Home;url=connecttips.htm;");
aI("text=About e-statements;url=vault.htm;");
aI("text=Re-Order Checks;url=deluxe.htm;");
aI("text=Calculators;url=calc.htm;");
aI("text=Online Forms;showmenu=forms;");
}

with(use=new menuname("Loans")){
style=menuStyle;
aI("text=Current Rates;url=rates.htm#loans;");
aI("text=Vehicle Loans;url=cars.htm;");
aI("text=Mortgage Loans;url=mortgage.htm;");
aI("text=Home Equity Loans;url=home.htm;");
aI("text=Personal Loans;url=loans.htm;");
aI("text=VISA;showmenu=VISA;");
aI("text=Business Loans;url=bizloans.htm;");
aI("text=Online Forms;showmenu=forms;");
}

with(use=new menuname("Savings")){
style=menuStyle;
aI("text=Current Rates;url=rates.htm;");
aI("text=Certificates of Deposit;url=cds.htm;");
aI("text=Money Market Accounts;url=mmarket.htm;");
aI("text=Regular Savings Accounts;url=savings.htm;");
aI("text=Retirement Savings Accounts;url=iras.htm;");
aI("text=Youth Accounts;url=youth.htm;");
aI("text=Online Forms;showmenu=forms;");
}

with(use=new menuname("VISA")){
style=menuStyle;
aI("text=VISA Credit Card;url=visa.htm;");
aI("text=VISA Online;url=https://www.epscu.com/3638;");
aI("text=VISA Application;url=consent.htm");
aI("text=VISA Deluxe Gift Card;url=giftcard.htm");
aI("text=Theft Prevention;url=theft.htm;");
}

with(use=new menuname("Checking")){
style=menuStyle;
aI("text=Account Options;url=checking.htm;");
aI("text=Re-Order Checks;url=deluxe.htm;");
aI("text=Check Cards & ATMs;url=atms.htm;");
aI("text=Direct Deposit Form;url=ddeposit.htm;");
aI("text=Overdraft Privilege;url=odp.htm;");
aI("text=Current Rates;url=rates.htm;");
aI("text=Service Fees;url=fees.htm;");
}

with(use=new menuname("forms")){
style=menuStyle;
aI("text=Consumer Loans;url=apply.htm");
aI("text=VISA Application;url=consent.htm");
aI("text=Direct Deposit Form;url=ddeposit.htm;");
aI("text=Apply for Membership;url=join.htm;");
}

with(use=new menuname("services")){
style=menuStyle;
aI("text=E-Statements;url=vault.htm;");
aI("text=ATM Locator;url=atms.htm;");
aI("text=Calculators;url=calc.htm;");
aI("text=24-Hour Access;url=auto.htm;");
aI("text=VISA Deluxe Gift Card;url=giftcard.htm");
aI("text=Other Services;url=serv.htm;");
aI("text=Theft Prevention;url=theft.htm;");
aI("text=TurboTax;url=taxtips.htm;");
}

with(use=new menuname("membership")){
style=menuStyle;
aI("text=Who Can Join;url=members.htm;");
aI("text=How to Join;url=join.htm;");
aI("text=Reasons to Join;url=whyjoin.htm;");
}

with(use=new menuname("about")){
style=menuStyle;
aI("text=News & Events;url=wnew.htm;");
aI("text=Hours & Locations;url=hours.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("text=Our History;url=history.htm;");
aI("text=Fee Schedule;url=fees.htm;");
aI("text=Our Affiliates;url=links.htm;");
aI("text=Privacy Policy;url=legal.htm;");
aI("text=Search Our Site;url=search.htm;");
}

drawMenus();

