
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/vintage/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/vintage/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="165";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Linens;url=/SearchResults.asp?Cat=3;pagematch=[-_]s/3\\.htm$|searchresults\\.asp\\?cat=3$;");
    aI("text=Kitchen & Home Accessories;url=/SearchResults.asp?Cat=2;pagematch=[-_]s/2\\.htm$|searchresults\\.asp\\?cat=2$;");
    aI("text=Lighting;url=/SearchResults.asp?Cat=6;pagematch=[-_]s/6\\.htm$|searchresults\\.asp\\?cat=6$;");
    aI("text=Magnetboard;url=/SearchResults.asp?Cat=1;pagematch=[-_]s/1\\.htm$|searchresults\\.asp\\?cat=1$;");
    aI("text=Kitchen Papers;url=/SearchResults.asp?Cat=26;pagematch=[-_]s/26\\.htm$|searchresults\\.asp\\?cat=26$;");
    aI("text=Silver Plate;url=/SearchResults.asp?Cat=4;pagematch=[-_]s/4\\.htm$|searchresults\\.asp\\?cat=4$;");
  }
  drawMenus();
}


function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/vintage/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/vintage/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="165";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Limited Edition;url=/SearchResults.asp?Cat=7;pagematch=[-_]s/7\\.htm$|searchresults\\.asp\\?cat=7$;");
  }
  drawMenus();
}

