

_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="#00b500";
oncolor="#0000bd";
offbgcolor="#0000bd";
offcolor="#ffc324";
bordercolor="#400040";
padding=2;
borderwidth=0;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffc324";
pagebgcolor="#0000bd";
headercolor="#000000";
headerbgcolor="#0000bd";
subimage="arrowdn.gif";
subimagepadding="1";
separatorcolor="#647891";
separatorsize=1;
}


with(underStyle=new copyOf(menuStyle)){
padding=4;
}

with(slcu=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top="offset=119";
center="offset=0"
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Online Services&nbsp;;showmenu=online;");
aI("text=&nbsp;Consumer Loans&nbsp;;showmenu=Loans;");
aI("text=&nbsp;Checking&nbsp;;showmenu=Checking;");
aI("text=&nbsp;&nbsp;VISA Cards&nbsp;;showmenu=visa;");
aI("text=&nbsp;Savings&nbsp;;showmenu=Savings;");
aI("text=&nbsp;Services&nbsp;;showmenu=misc;");
aI("text=&nbsp;About Us&nbsp;;showmenu=About;");
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;;url=index.html;status=Back To Home Page;");
}

with(slcu=new menuname("online")){
style=underStyle;
aI("text=Account@ccess&nbsp;;url=https://secure-redwingcu.com;");
aI("text=EZCardInfo&nbsp;;url=http://www.EZCardInfo.com;");
aI("text=Financial Services&nbsp;;url=cupref.htm;");
aI("text=Calculators&nbsp;;url=calc.htm;");
aI("text=MEMBERS Financial Services&nbsp;;url=http://members.cunamutual.com/EducationCenter/default.asp?SITE=02204707;");
aI("text=TurboTax Online&nbsp;;url=turbo.htm;");
aI("text=Search our Site&nbsp;;url=search.html;");
}

with(slcu=new menuname("Loans")){
style=underStyle;
aI("text=Web Specials&nbsp;;url=specials.htm;");
aI("text=Vehicle Loans&nbsp;;url=autos.htm;");
aI("text=Home Loans&nbsp;;url=servmortgage.htm;");
aI("text=Other Loans&nbsp;;url=servloan.htm;");
aI("text=Loan Insurance&nbsp;;url=insurance.htm;");
aI("text=Fee Schedule&nbsp;;url=fees.htm;");
}

with(slcu=new menuname("visa")){
style=underStyle;
aI("text=VISA Credit Cards&nbsp;;url=visa.htm;");
aI("text=EZCardInfo&nbsp;;url=http://www.EZCardInfo.com;");
aI("text=Verified by VISA&nbsp;;url=vbv.htm;");
aI("text=VISA Check Cards&nbsp;;url=cards.htm;");
aI("text=VISA Gift Cards&nbsp;;url=giftcards.htm;");
}

with(slcu=new menuname("Checking")){
style=underStyle;
aI("text=Web Specials&nbsp;;url=specials.htm;");
aI("text=Checking Accounts&nbsp;;url=servdep.htm;");
aI("text=VISA Check Cards&nbsp;;url=cards.htm;");
aI("text=Reorder Checks&nbsp;;url=https://reorder.libertysite.com/login.asp;");
aI("text=Direct Deposit&nbsp;;url=servdep.htm#direct;");
aI("text=24-Hour Access&nbsp;;url=touchtoneteller.htm;");
aI("text=ATM Locators&nbsp;;url=http://web.sa.mapquest.com/shazam/advantage.adp?tempset=search_ps;");
aI("text=Fee Schedule&nbsp;;url=fees.htm;");
}

with(slcu=new menuname("Savings")){
style=underStyle;
aI("text=Web Specials&nbsp;;url=specials.htm;");
aI("text=Current Rates&nbsp;;url=ratesdep.htm;");
aI("text=IRAs&nbsp;;url=retire.htm;");
aI("text=Investments&nbsp;;url=cupref.htm;");
aI("text=Savings Accounts&nbsp;;url=savings.htm;");
aI("text=Calculators&nbsp;;url=calc.htm;");
aI("text=Service Fees&nbsp;;url=fees.htm;");
}

with(slcu=new menuname("misc")){
style=underStyle;
aI("text=VISA Gift Cards&nbsp;;url=giftcards.htm;");
aI("text=Youth Services&nbsp;;url=youth.htm;");
aI("text=Other Services&nbsp;;url=servmisc.htm;");
aI("text=Investments&nbsp;;url=cupref.htm;");
aI("text=MEMBERS Financial Services&nbsp;;url=http://members.cunamutual.com/EducationCenter/default.asp?SITE=02204707;");
aI("text=In Case of Theft&nbsp;;url=lost.htm;");
}

with(slcu=new menuname("About")){
style=underStyle;
aI("text=Contact Us&nbsp;;url=contact.htm;");
aI("text=Our History&nbsp;;url=about.htm;");
aI("text=How to Join&nbsp;;url=join.htm;");
aI("text=Newsletter&nbsp;;url=newsletter.htm;");
aI("text=Other Links&nbsp;;url=links.htm;");
aI("text=Search Our Site&nbsp;;url=search.htm;");
}

drawMenus();

