


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(MainMenuStyle=new mm_style()){
onbgcolor="#AA3500";
oncolor="#ffcc00";
offbgcolor="#AA3500";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffcc33";
separatorsize="1";
separatorheight="20px";
padding=5;
fontsize="90%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="#ffcc00";
pagebgcolor="#AA3500";
headercolor="#ffcc00";
headerbgcolor="#ffcc00";
align="center";
}

with(menuStyle=new mm_style()){
onbgcolor="#171035";
oncolor="#FFFFFF";
offbgcolor="#251A57";
offcolor="#FFFFFF";
bordercolor="#1b0c55";
borderstyle="solid";
borderwidth=0;
separatorcolor="#1b0c55";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#ffcc00";
pagebgcolor="#1b0c55";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
style=MainMenuStyle;
top=125;
left=0;
menuwidth="100%";
alwaysvisible=1;
orientation="horizontal";
aI("text=Online<br />Banking;itemwidth=60;url=https://www.fiservdmecom1.net/PBI_PBI1961/Pbi1961.asp?Rt=101102878&LogonBy=connect3&PrmAccess=Account&User=True;showmenu=Online Banking");
aI("text=Personal<br />Finances;itemwidth=65;showmenu=Personal;");
aI("text=Business<br />Services;itemwidth=65;showmenu=Business;");
aI("text=Mortgage<br />Services;itemwidth=65;showmenu=Mortgage;");
aI("text=Information<br />Center;itemwidth=75;showmenu=Info;");
aI("text=About<br />Us;itemwidth=50;showmenu=About;");
aI("text=In&nbsp;The<br />News;itemwidth=50;showmenu=News;");
aI("text=Helpful<br />Links;itemwidth=55;showmenu=Links;");
aI("text=Contact<br />Us;itemwidth=60;showmenu=Contact;");
}

with(milonic=new menuname("Online Banking")){
style=menuStyle;
aI("text=eVerus Personal Login;url=https://www.fiservdmecom1.net/PBI_PBI1961/Pbi1961.asp?Rt=101102878&LogonBy=connect3&PrmAccess=Account&User=True;");
aI("text=eVerus Personal Demo;url=demo/showdemo.htm;");
aI("text=eVerus Business Login;url=https://www.fiservdmecorp1.net/EBC_EBC1961/EBC1961.asp?WCI=Process&WCE=Request&RID=3000&RTN=101102878;");
aI("text=eVerus Business Demo;url=demo_corporate/login.html;");
}

with(milonic=new menuname("Personal")){
style=menuStyle;
aI("text=Checking Accounts;url=personal_checking.html;");
aI("text=Savings Accounts;url=personal_savings.html;");
aI("text=Loans;url=personal_loans.html;");
aI("text=Cards;url=personal_cards.html;");
aI("text=Services;url=personal_services.html;");
}

with(milonic=new menuname("Business")){
style=menuStyle;
aI("text=Checking Accounts;url=business_checking.html;");
aI("text=Savings Accounts;url=business_savings.html;");
aI("text=Loans;url=business_loans.html;");
aI("text=Cards;url=business_cards.html;");
aI("text=Services;url=business_services.html;");
}

with(milonic=new menuname("Mortgage")){
style=menuStyle;
aI("text=Verus Mortgage Group;url=personal_loans_mortgages.html;");
aI("text=Mortgage Rates;url=personal_loans_mortgage_rates.html;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Bank Hours/ATMs;url=info_hours.html;");
aI("text=FAQ;url=info_faq_home.html;");
aI("text=Employment Opportunities;url=info_employment.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Business Philosophy;url=about_philosophy.html;");
aI("text=Officers;url=about_officers_home.html;");
aI("text=Board of Directors;url=about_board.html;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Bank News;url=news_bank_home.html;");
aI("text=News About Town;url=news_town_home.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Banking Software;url=links_banking.html;");
aI("text=Community Links;url=links_community.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Telephone & Addresses;url=contact_telephone.html;");
aI("text=Email Directory;url=contact_email.html;");
}

drawMenus();

