// declare array
menuData = new Array()
for (i=0; i < 60; i++) {
	menuData[i] = new Array(60)
	for (j=0; j < 60; j++) {
		menuData[i][j] = new Array(2)}};


// About Us
menuData[0][0][0]="What's New";
menuData[0][0][1]="ab_whatnew.html";
menuData[0][1][0]="Locations";
menuData[0][1][1]="ab_locat.html";
menuData[0][2][0]="Privacy Policy";
menuData[0][2][1]="ab_polcy.html";
menuData[0][3][0]="Security Policy";
menuData[0][3][1]="ab_polcy.html#security";
menuData[0][4][0]="What Folks Say";
menuData[0][4][1]="ab_folksay.html";
menuData[0][5][0]="Best Sellers";
menuData[0][5][1]="ab_best.html";
menuData[0][6][0]="Our Ingredients";
menuData[0][6][1]="ab_ingred.html";

// Business

// Products
menuData[2][0][0]="Popcorn Tins";
menuData[2][0][1]="prodtins.html";
menuData[2][1][0]="Bagged Popcorn";
menuData[2][1][1]="php/products.php?divchoice=Popcorn&catchoice=Bagged Popcorn";
menuData[2][2][0]="Candyland T-Shirts";
menuData[2][2][1]="t-shirts.html";
menuData[2][3][0]="Popcorn Balls";
menuData[2][3][1]="php/products.php?divchoice=Popcorn&catchoice=Popcorn Balls";
menuData[2][4][0]="Chocolate Covered...";
menuData[2][4][1]="php/products.php?divchoice=Fine Chocolate&catchoice=Chocolate Covered...";
menuData[2][5][0]="More Fine Chocolate";
menuData[2][5][1]="php/products.php?divchoice=Fine Chocolate&catchoice=More Fine Chocolate";
menuData[2][6][0]="Brittles and Barks";
menuData[2][6][1]="php/products.php?divchoice=Fine Chocolate&catchoice=Brittles and Barks";
menuData[2][7][0]="Bulk Chocolate";
menuData[2][7][1]="php/products.php?divchoice=Bulk Chocolate&catchoice=Bulk Chocolate";
menuData[2][8][0]="Candied Nuts";
menuData[2][8][1]="php/products.php?divchoice=Candy&catchoice=Candied Nuts";
menuData[2][9][0]="Clusters";
menuData[2][9][1]="php/products.php?divchoice=Fine Chocolate&catchoice=Clusters";
menuData[2][10][0]="Gummi's";
menuData[2][10][1]="php/products.php?divchoice=Candy&catchoice=Gummis";
menuData[2][11][0]="Hard Candies";
menuData[2][11][1]="php/products.php?divchoice=Candy&catchoice=Hard Candies";
menuData[2][12][0]="Jawbreakers";
menuData[2][12][1]="php/products.php?divchoice=Candy&catchoice=Jawbreakers";
menuData[2][13][0]="Jelly Candies";
menuData[2][13][1]="php/products.php?divchoice=Candy&catchoice=Jelly Candies";
menuData[2][14][0]="Jelly Sticks";
menuData[2][14][1]="php/products.php?divchoice=Fine Chocolate&catchoice=Jelly Sticks";
menuData[2][15][0]="Juju's";
menuData[2][15][1]="php/products.php?divchoice=Candy&catchoice=Jujus";
menuData[2][16][0]="Licorice";
menuData[2][16][1]="php/products.php?divchoice=Candy&catchoice=Licorice";
menuData[2][17][0]="More Candy";
menuData[2][17][1]="php/products.php?divchoice=Candy&catchoice=More Candy";
menuData[2][18][0]="Nuts";
menuData[2][18][1]="php/products.php?divchoice=Candy&catchoice=Nuts";
menuData[2][19][0]="Sours";
menuData[2][19][1]="php/products.php?divchoice=Candy&catchoice=Sours";
menuData[2][20][0]="Salt Water Taffy";
menuData[2][20][1]="php/products.php?divchoice=Candy&catchoice=Salt Water Taffy";
menuData[2][21][0]="Suckers";
menuData[2][21][1]="php/products.php?divchoice=Candy&catchoice=Suckers";
menuData[2][22][0]="Sugar-Free";
menuData[2][22][1]="php/products.php?divchoice=Sugar-Free&catchoice=Sugar-Free";

// Shop By Holiday
menuData[3][0][0]="New Years";
menuData[3][0][1]="php/holidays.php?holiday=New Years";
menuData[3][1][0]="Valentine's Day";
menuData[3][1][1]="php/holidays.php?holiday=Valentines Day";
menuData[3][2][0]="Easter";
menuData[3][2][1]="php/holidays.php?holiday=Easter";
menuData[3][3][0]="Secretary's Day";
menuData[3][3][1]="php/holidays.php?holiday=Secretarys Day";
menuData[3][4][0]="Mother's Day";
menuData[3][4][1]="php/holidays.php?holiday=Mothers Day";
menuData[3][5][0]="Father's Day";
menuData[3][5][1]="php/holidays.php?holiday=Fathers Day";
menuData[3][6][0]="4th of July";
menuData[3][6][1]="php/holidays.php?holiday=July 4th";
menuData[3][7][0]="Boss's Day";
menuData[3][7][1]="php/holidays.php?holiday=Day for the Boss";
menuData[3][8][0]="Halloween";
menuData[3][8][1]="php/holidays.php?holiday=Halloween";
menuData[3][9][0]="Thanksgiving";
menuData[3][9][1]="php/holidays.php?holiday=Thanksgiving";
menuData[3][10][0]="Hannukkah";
menuData[3][10][1]="php/holidays.php?holiday=Hannukkah";
menuData[3][11][0]="Christmas";
menuData[3][11][1]="php/holidays.php?holiday=Christmas";
menuData[3][12][0]="Birthdays";
menuData[3][12][1]="php/holidays.php?holiday=For Birthdays";
menuData[3][13][0]="Wedding";
menuData[3][13][1]="php/holidays.php?holiday=For Weddings";

// Customer Service
menuData[4][0][0]="How To Order";
menuData[4][0][1]="se_order.html";
menuData[4][1][0]="FAQ";
menuData[4][1][1]="se_faq.html";
menuData[4][2][0]="Contact Us";
menuData[4][2][1]="se_contact.html";
menuData[4][3][0]="Order Status";
menuData[4][3][1]="se_status.html";
menuData[4][4][0]="Gift Cards";
menuData[4][4][1]="se_gift.html";
menuData[4][5][0]="Shipping Info.";
menuData[4][5][1]="se_ship.html";
menuData[4][6][0]="Our Guarantee";
menuData[4][6][1]="ab_polcy.html#gt";
