_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
with(menuStyle=new mm_style()){
onbgcolor="#EFEFFF"; 
oncolor="#000066"; 
offbgcolor="#000066"; 
offcolor="#FFFFFF";
separatorcolor="#EFEFFF"; 
separatorsize=2;
padding="3 9 3 10"; 
fontsize="10px"; 
fontstyle="normal"; 
fontweight="bold"; 
fontfamily="Verdana, Tahoma, Arial"; 
align="center";
}
with(subStyle=new mm_style()){
onbgcolor="#FFFFFF"; 
oncolor="#000066"; 
offbgcolor="#EFEFFF"; 
offcolor="#000066"; 
separatorcolor="#000066"; 
separatorsize=2; 
bordercolor="#000066"; 
borderstyle="solid"; 
borderwidth=2; 
padding=4; 
fontsize="11px"; 
fontstyle="normal"; 
fontweight="normal"; 
fontfamily="Verdana, Tahoma, Arial"; 
align="left"; 
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
itemheight=20;
position="relative";
aI("text=Home;url=/home.nsf/home!OpenPage; status=Back To Home Page;");
aI("text=Sign In;url=/secure/account.nsf/summary!OpenForm; status=Account Holders Sign In;");
aI("text=Apply Now;showmenu=Apply;");
aI("text=Extend Now;showmenu=Extend;");
aI("text=Debit Card Login;url=/home.nsf/Login!OpenPage;");
aI("text=FAQs;showmenu=FAQs;");
aI("text=Services;showmenu=Services;");
aI("text=Locations;showmenu=Locations;");
aI("text=Fees;showmenu=Fees;");
aI("text=About Us;showmenu=About;");
}
with(milonic=new menuname("Apply")){
style=subStyle;
overflow="scroll";
aI("text=Military;url=/home.nsf/Military!OpenPage;");
aI("text=Arizona;url=/home.nsf/apply-payday-loans!OpenPage;");
aI("text=California;url=/home.nsf/Apply-california-payday-loans!OpenPage;");
aI("text=Idaho;url=/home.nsf/Apply-idaho-cash-advance!OpenPage;");
aI("text=Nevada;url=/home.nsf/Apply-nevada-payday-loans!OpenPage;");
aI("text=Utah;url=/home.nsf/Apply-utah-cash-advance!OpenPage;");
aI("text=Washington;url=/home.nsf/Apply-washington-payday-loans!OpenPage;");
aI("text=All Other States;url=/home.nsf/Apply-Other!OpenPage;"); 
}
with(milonic=new menuname("Extend")){
style=subStyle;
aI("text=Arizona;url=/secure/account.nsf/summary!Openform;");
aI("text=Idaho;url=/home.nsf/Extend-Idaho-cash-advance!OpenPage;");
aI("text=Nevada;url=/home.nsf/Extend-nevada-payday-loans!OpenPage;");
aI("text=Utah;url=/home.nsf/Extend-Utah-cash-advance!OpenPage;");
}
with(milonic=new menuname("FAQs")){
style=subStyle;
aI("text=Debit Card;url=/home.nsf/FAQs-debit-card!OpenPage;"); 
aI("text=Arizona Payday Loans;url=/home.nsf/FAQs-Arizona-cash-advance!OpenPage;");
aI("text=California Payday Loans;url=/home.nsf/FAQs-California-payday-loans!OpenPage;");
aI("text=Idaho Advances;url=/home.nsf/FAQs-Idaho-Cash-Advance!OpenPage;");
aI("text=Nevada Advances;url=/home.nsf/FAQs-Nevada-payday-loans!OpenPage;");
aI("text=Utah Advances;url=/home.nsf/FAQs-Utah-Cash-Advance!OpenPage;");
aI("text=Washington Advances;url=/home.nsf/FAQs-Washington-Payday-loans!OpenPage;");
}
with(milonic=new menuname("Locations")){
style=subStyle;
aI("text=US Map;url=/home.nsf/Locations!OpenPage;");
aI("text=Arizona;url=/home.nsf/Locations-arizona-cash-advance!OpenPage;");
aI("text=California;url=/home.nsf/Locations-california-payday-loans!OpenPage;");
aI("text=Idaho;url=/home.nsf/Locations-idaho-cash-advance!OpenPage;");
aI("text=Nevada;url=/home.nsf/Locations-nevada-payday-loans!OpenPage;");
aI("text=Utah;url=/home.nsf/Locations-utah-cash-advance!OpenPage;");
aI("text=Washington;url=/home.nsf/Locations-washington-payday-loans!OpenPage;");
aI("text=Wisconsin;url=/home.nsf/Locations-wisconsin-cash-advance!OpenPage;");
aI("text=Wyoming;url=/home.nsf/Locations-wyoming-payday-loans!OpenPage;"); 
}
with(milonic=new menuname("Fees")){
style=subStyle;
aI("text=Debit Card;url=/home.nsf/rate_card!OpenPage;");
aI("text=Arizona;url=/home.nsf/Rate_AZ!OpenForm;");
aI("text=California;url=/home.nsf/Rate_CA!OpenForm;");
aI("text=Idaho;url=/home.nsf/Rate_ID!OpenForm;");
aI("text=Nevada;url=/home.nsf/Rate_NV!OpenForm;");
aI("text=Oregon;url=/home.nsf/Rate_OR!OpenForm;");
aI("text=Utah;url=/home.nsf/Rate_UT!OpenForm;");
aI("text=Washington;url=/home.nsf/Rate_WA!OpenForm;");
}
with(milonic=new menuname("Services")){
style=subStyle;
aI("text=Loans;url=/home.nsf/Services!OpenPage;");
aI("text=Debit Card;url=/home.nsf/Services-card!OpenPage;");
aI("text=Taxes;url=/home.nsf/Taxes!OpenPage;");
}
with(milonic=new menuname("About")){
style=subStyle;
aI("text=Contact Us;url=/home.nsf/Contact!OpenPage;");
aI("text=Privacy;url=/home.nsf/Privacy!OpenPage;");
aI("text=Security;url=/home.nsf/Security!OpenPage;");
aI("text=Terms;url=/home.nsf/Terms!OpenPage;");
aI("text=State Agencies;url=/home.nsf/agencies!OpenPage;");
aI("text=Complaints;url=/home.nsf/agencies!OpenPage;");
}
drawMenus();