// menu_items.js file

var base = "http://abc.eznettools.net/starsdance/";
var SHOP_ITEMS =[
  ["", null,
    ["Performance Catalog", base + "performancecatalog.html"],
    ["Practice Catalog", base + "practicecatalog2.html"],
    ["Prop Catalog", base + "propcatalog2.html"]
  ]
];

var STARS_ITEMS =[
  ["", null,
    ["Mini Stars", base + "ministars.html"],
    ["Small Stars", base + "smallstars.html"],
    ["All Stars", base + "allstars.html"],
    ["Super Stars", base + "superstars.html"],
    ["Varsity Stars", base + "varsitystars.html"],
    ["Boys Hip Hop", base + "boyshiphop.html"],
  ]
];
        
