// MENU
// ---- //
// NEWS
// ABOUT US
// SERVICES ->
// RESOURCES ->
// CONTACT US
// ---- //

with(new menuname("Main Menu")){
	style=menuStyle;
    alwaysvisible=1;
    position="relative";
	orientation="horizontal";
	aI("text=Home;url=/index.php;status=Back To The Home Page;");
	aI("text=Contact Us;url=/contact/index.htm");
	aI("text=MMAP Benefits;url=/benefits/index.htm");
	aI("text=Loan Programs;url=/loanprograms/index.htm;showmenu=Loans");
	aI("text=Resources;url=/resources/index.htm;showmenu=Resources;");
	aI("text=Preferred Vendors;url=/vendors/index.htm;");
}
drawMenus();
