
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/6/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/6/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="155";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=About Us;url=/aboutus.asp;pagematch=[-_]s/63\\.htm$|searchresults\\.asp\\?cat=63$;");
    aI("text=Contact Us;url=/SearchResults.asp?Cat=19;pagematch=[-_]s/19\\.htm$|searchresults\\.asp\\?cat=19$;");
    aI("text=Home Renovations;url=/SearchResults.asp?Cat=10;pagematch=[-_]s/10\\.htm$|searchresults\\.asp\\?cat=10$;");
    aI("text=Kitchens;url=/SearchResults.asp?Cat=7;pagematch=[-_]s/7\\.htm$|searchresults\\.asp\\?cat=7$;showmenu=m_v1p7;");
    aI("text=Baths;url=/SearchResults.asp?Cat=8;pagematch=[-_]s/8\\.htm$|searchresults\\.asp\\?cat=8$;showmenu=m_v1p8;");
    aI("text=Other Rooms;url=/SearchResults.asp?Cat=65;pagematch=[-_]s/65\\.htm$|searchresults\\.asp\\?cat=65$;");
    aI("text=Floors;url=/SearchResults.asp?Cat=2;pagematch=[-_]s/2\\.htm$|searchresults\\.asp\\?cat=2$;showmenu=m_v1p2;");
    aI("text=Contractors;url=/SearchResults.asp?Cat=11;pagematch=[-_]s/11\\.htm$|searchresults\\.asp\\?cat=11$;showmenu=m_v1p11;");
  }
  drawMenus();
}


