
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/tuscan/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/tuscan/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Coffee;url=/SearchResults.asp?Cat=3;pagematch=[-_]s/3\\.htm$|searchresults\\.asp\\?cat=3$;");
    aI("text=Condiments;url=/SearchResults.asp?Cat=2;pagematch=[-_]s/2\\.htm$|searchresults\\.asp\\?cat=2$;");
    aI("text=Tea;url=/SearchResults.asp?Cat=1;pagematch=[-_]s/1\\.htm$|searchresults\\.asp\\?cat=1$;");
    aI("text=Your Category Name 4;url=/SearchResults.asp?Cat=4;pagematch=[-_]s/4\\.htm$|searchresults\\.asp\\?cat=4$;");
    aI("text=Your Category Name 5;url=/SearchResults.asp?Cat=5;pagematch=[-_]s/5\\.htm$|searchresults\\.asp\\?cat=5$;showmenu=m_v1p5;");
    aI("text=Your Category Name 6;url=/SearchResults.asp?Cat=6;pagematch=[-_]s/6\\.htm$|searchresults\\.asp\\?cat=6$;");
    aI("text=Your Category Name 7;url=/SearchResults.asp?Cat=7;pagematch=[-_]s/7\\.htm$|searchresults\\.asp\\?cat=7$;");
    aI("text=Your Category Name 8;url=/SearchResults.asp?Cat=8;pagematch=[-_]s/8\\.htm$|searchresults\\.asp\\?cat=8$;");
  }
  subNavStyle1.image=Config_CDN_URL +"v/vspfiles/templates/tuscan/images/Template/Menu1_Bullet.gif";
  subNavStyle1.subimage=Config_CDN_URL +"v/vspfiles/templates/tuscan/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p5")) {
    style=subNavStyle1;
    aI("text=Your Sub Category Name 1&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=9;pagematch=[-_]s/9\\.htm$|searchresults\\.asp\\?cat=9$;");
    aI("text=Your Sub Category Name 2&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=10;pagematch=[-_]s/10\\.htm$|searchresults\\.asp\\?cat=10$;");
    aI("text=Your Sub Category Name 3&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=11;pagematch=[-_]s/11\\.htm$|searchresults\\.asp\\?cat=11$;");
  }
  drawMenus();
}

