
function display_menu_2() {
  navStyle2.image="/v/vspfiles/templates/rhchurch/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage="/v/vspfiles/templates/rhchurch/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Store Home Page;url=/;pagematch=[-_]s/45\\.htm$|searchresults\\.asp\\?cat=45$;");
    aI("text=Our Mission;url=/aboutus.asp;pagematch=[-_]s/12\\.htm$|searchresults\\.asp\\?cat=12$;");
    aI("text=Donate Today;url=/SearchResults.asp?Cat=29;pagematch=[-_]s/29\\.htm$|searchresults\\.asp\\?cat=29$;");
    aI("text=My Account;url=https://store.rhchurch.org/myaccount.asp;pagematch=[-_]s/52\\.htm$|searchresults\\.asp\\?cat=52$;");
  }
  drawMenus();
}

