
function display_menu_1() {
  navStyle1.image="/v/vspfiles/templates/lab31/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage="/v/vspfiles/templates/lab31/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="50";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Company;url=/articles.asp?ID=135;pagematch=[-_]s/29\\.htm$|searchresults\\.asp\\?cat=29$;");
    aI("text=Press;url=/articles.asp?ID=133;pagematch=[-_]s/30\\.htm$|searchresults\\.asp\\?cat=30$;");
    aI("text=Cart;url=/ShoppingCart.asp?;pagematch=[-_]s/31\\.htm$|searchresults\\.asp\\?cat=31$;");
    aI("text=Products;url=/SearchResults.asp?Cat=32;pagematch=[-_]s/32\\.htm$|searchresults\\.asp\\?cat=32$;showmenu=m_v1p32;");
  }
  subNavStyle1.image="/v/vspfiles/templates/lab31/images/Template/Menu1_Bullet.gif";
  subNavStyle1.subimage="/v/vspfiles/templates/lab31/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p32")) {
    style=subNavStyle1;
    aI("text=TABLES&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=4;pagematch=[-_]s/4\\.htm$|searchresults\\.asp\\?cat=4$;");
    aI("text=CHAIRS&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=2;pagematch=[-_]s/2\\.htm$|searchresults\\.asp\\?cat=2$;");
    aI("text=CASES&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=3;pagematch=[-_]s/3\\.htm$|searchresults\\.asp\\?cat=3$;");
    aI("text=ACCESSORIES&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=1;pagematch=[-_]s/1\\.htm$|searchresults\\.asp\\?cat=1$;");
    aI("text=CUSTOM&nbsp;&nbsp;&nbsp;;url=/articles.asp?ID=132;pagematch=[-_]s/5\\.htm$|searchresults\\.asp\\?cat=5$;");
  }
  drawMenus();
}

