
function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/90/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/90/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="160";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Gift Certificates;url=/SearchResults.asp?Cat=23;pagematch=[-_]s/23\\.htm$|searchresults\\.asp\\?cat=23$;");
    aI("text=Recipes & Ideas;url=/SearchResults.asp?Cat=36;pagematch=[-_]s/36\\.htm$|searchresults\\.asp\\?cat=36$;");
    aI("text=About Acklen House;url=/SearchResults.asp?Cat=49;pagematch=[-_]s/49\\.htm$|searchresults\\.asp\\?cat=49$;");
    aI("text=Contact Us;url=/SearchResults.asp?Cat=50;pagematch=[-_]s/50\\.htm$|searchresults\\.asp\\?cat=50$;");
    aI("text=Links;url=/SearchResults.asp?Cat=39;pagematch=[-_]s/39\\.htm$|searchresults\\.asp\\?cat=39$;");
  }
  drawMenus();
}


