


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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="#D7D7D7";
oncolor="#660000";
offbgcolor="#E6E6E6";
offcolor="#000000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="normal";fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E6E6E6";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=127;
left=188;
alwaysvisible=1;
orientation="horizontal";aI("text=;;");
aI("text=About EFCU;showmenu=About;url=/cu.asp?cu=1&ti=24;");
aI("text=Products/Services;showmenu=Product;url=/ps.asp?ps=1&ti=25;");
aI("text=Rates & Terms;showmenu=Rates;url=/rt.asp?rt=1&ti=26");
aI("text=Applications/Forms;showmenu=Apps;url=/ap.asp?ap=1&ti=27");
aI("text=What's New;url=/wn.asp?wn=30&ti=28;");aI("text=Membership;url=/membership/;");
aI("text=Student Center;url=http://www.eglinfcu.org/studentcenter/index.asp?ti=22;target=_blank;");
aI("text=Online Banking;url=https://www.eglinfcu.org/hbhtml/hb.asp?hb=1&ti=21;");
}
with(milonic=new menuname("About")){
style=menuStyle;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
aI("text=Our CU/Financials;url=/cu.asp?cu=2&ti=24;");aI("text=Locations/Hours;url=/cu.asp?cu=3&ti=24;");aI("text=Contact Information;url=/cu.asp?cu=10&ti=24;");
aI("text=Officials;url=/cu.asp?cu=4&ti=24;");aI("text=Staff;url=/cu.asp?cu=5&ti=24;");
aI("text=Career Opportunities;url=/cu.asp?cu=6&ti=24;");aI("text=Holidays;url=/cu.asp?cu=7&ti=24;");
aI("text=Routing #263178070;url=/cu.asp?cu=1&ti=24;");
}
with(milonic=new menuname("Product")){
style=menuStyle;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
aI("text=ATM Locator;url=/ps.asp?ps=23&ti=25;");
aI("text=Shared Branching;url=/ps.asp?ps=22&ti=25;");
aI("text=Loans;url=/ps.asp?ps=2&ti=25;");
aI("text=Savings Plans;url=/ps.asp?ps=5&ti=25;");
aI("text=Checking & Switch Kit;url=/ps.asp?ps=4&ti=25;");
aI("text=Electronic Services;url=/ps.asp?ps=9&ti=25;");
aI("text=MasterCard;url=/rt.asp?rt=11&ma=1&ti=25;");
aI("text=Account Services;url=/ps.asp?ps=10&ti=25;");
aI("text=Service Fees;url=/ps.asp?ps=13&ti=25;");
aI("text=Insurance;url=/ps.asp?ps=14&ti=25;");
aI("text=Member Services;url=/ps.asp?ps=17&ti=25;");
aI("text=Investment & Retirement;url=/ef.asp?ef=1&ti=9;");
aI("text=Repossessed Autos;url=/rd.asp?ti=1;");
aI("text=Newsletters;url=/ps.asp?ps=21&ti=25;");
}

with(milonic=new menuname("Rates")){
style=menuStyle;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
aI("text=Savings Rates;url=/rt.asp?rt=25&ti=26;");
aI("text=Certificates;url=/rt.asp?rt=2&ti=26;");
aI("text=Autos/Trucks/Vans;url=/rt.asp?rt=3&au=1&ti=26;");
aI("text=MasterCard;url=/rt.asp?rt=11&ma=1&ti=26;");
aI("text=Other Rates;url=/rt.asp?rt=4&bo=4&ti=26;");
aI("text=Real Estate Rates;url=/rt.asp?rt=13&es=1&ti=26");
}

with(milonic=new menuname("Apps")){
style=menuStyle;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
aI("text=Loans<br>MasterCard<sup>&reg;</sup><br>HomeBranch<br>STAR TELLER Direct Line<br>MasterMoney Debit<br>STAR TELLER ATM<br>Change of Address<br>Check Reconciliation<br>;url=/ap.asp?ap=1&ti=27;");
aI("text=Switch Kit;url=/ps.asp?ps=4&ti=27;");
}

drawMenus();

