
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/



_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=30 		// The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10		// Sub menu left offset





with(menuStyle=new mm_style())
{
onbgcolor="#00629f";

oncolor="#ef7c09";

offbgcolor="#00629f";

offcolor="#ffffff";

bordercolor="#00629f";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding="0";

align="center"

fontsize="11px";

fontfamily="Verdana, Arial, Sans-Serif";

fontweight="bold";

pagecolor="#ffffff";

pagebgcolor="#00629f";

headercolor="#ef7c09";

headerbgcolor="#205197";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

}



with(submenuStyle=new mm_style()){

onbgcolor="#00629f";

oncolor="#ffffff";

offbgcolor="#d0e1eb";

offcolor="#00629f";

bordercolor="#858585";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=5;

fontsize="11px";

fontfamily="Veradana, Arial, Sans-Serif";

fontweight="normal";

pagecolor="black";

pagebgcolor="#999999";

headercolor="#000000";

headerbgcolor="#205197";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

}



with(milonic=new menuname("Main Menu")){


style=menuStyle;


alwaysvisible=1;

orientation="horizontal";


aI("itemwidth=70px;text=Home;url=/index.php;");
aI("itemwidth=84px;text=Solutions;url=/solutions.php;showmenu=solutions;");
aI("itemwidth=84px;text=Industries;url=/industries.php;showmenu=industries;");
aI("itemwidth=84px;text=Resources;url=/resources.php;showmenu=resources;");
aI("itemwidth=131px;text=About BeyondPay;url=/about-BeyondPay.php;");
aI("itemwidth=131px;text=The Bottom Line;url=/the-bottom-line.php;showmenu=line;");
}


with(milonic=new menuname("solutions")){

style=submenuStyle;

aI("text=Payroll Processing;url=/solutions-payroll-processing.php;");
aI("text=Human Resources;url=/solutions-human-resources.php;");
aI("text=Time & Labor Management;url=/solutions-time-and-billing.php;");
aI("text=Workers' Compensation;url=/solutions-employee-scheduling.php;");
aI("text=Services;url=/solutions-services.php;");
}


with(milonic=new menuname("industries")){

style=submenuStyle;
aI("text=Small Business;url=/industries-small-business.php;");
aI("text=Staffing & Temp Agency;url=/industries-staffing-and-temp-agency.php;");
aI("text=Security;url=/industries-security.php;");
aI("text=Retail;url=/industries-retail.php;");
aI("text=Manufacturing;url=/industries-manufacturing.php;");

}


with(milonic=new menuname("resources")){

style=submenuStyle;
aI("text=Calendar &amp; Schedule;url=/resources-calendar-and-schedule.php;");
aI("text=Downloads;url=/resources-downloads.php;");
aI("text=FAQs;url=/resources-faqs.php;");
aI("text=Links;url=/resources-links.php;");
//aI("text=Partners;url=/resources-partners.php;");
aI("text=News;url=/resources-news.php;");
}


with(milonic=new menuname("line")){

style=submenuStyle;
/*aI("text=Packages;url=/the-bottom-line-packages.php;");*/
}


with(milonic=new menuname("news")){

style=submenuStyle;
aI("text=News Releases;url=/news-and-events.php;");
aI("text=News Clips;url=/news-and-events-news-clips.php;");
aI("text=Newsletter;url=/news-and-events-newsletters.php;");
aI("text=White Papers;url=/news-and-events-white-papers.php;");
aI("text=Events;url=/news-and-events-events.php;");
}


with(milonic=new menuname("about")){

style=submenuStyle;
aI("text=Company;url=/about-RFA-company.php;");
aI("text=Team;url=/about-RFA-team.php;");
aI("text=Resources;url=/about-RFA-resources.php;");
aI("text=Offices;url=/about-RFA-offices.php;");
aI("text=Directions;url=/about-RFA-directions.php;");
}

with(milonic=new menuname("harbor")){

style=submenuStyle;
aI("text=Business Continuity Programs;url=/products-RFA-Business-Continuity-Programs.php;");
aI("text=Disaster Recovery;url=/products-RFA-Disaster-Recovery.php;");
}




drawMenus();




