var anylinkmenu1={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu1.items=[
        ["Delivery Policy", "corpacct.php"],
        ["Deli Coupons", "coupons.php"],
        ["FAQ", "faq.php", "efc"],
        ["Customer Rewards Program", "coupons.php"], 
        ["Contact Us", "contact_page.php"],
        ["Gift Certificates", "gift.php", "efc"],
	["Corporate Credit Application", "creditapp.php"],
  	["Bulk Coldcuts", "bulk.php"] //no comma following last entry!

]

var anylinkmenu2={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu2.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu2.items=[
        ["Georgia Ave. Menu Side 1", "georgia_side1.pdf"],
        ["Georgia Ave. Menu Side 2", "georgia_side2.pdf"],
	["Lunch Carry Out", "carryout.php"],
        ["Chopped Salads", "carryout.php", "efc"],
	["Carry Out Breakfast", "carryout_breakfast.php"],
      	["Paninis/Greek Gyros", "carryout.php"],
        ["Pizza Slices/Whole Pies", "pizza_delivery.php"],
        ["Vegan and Vegetarian", "vegan.php", "efc"], 
        ["Bulk Coldcuts", "bulk.php"],
     	["Coffee Bar", "coffeebar.php"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Sandwich Platters", "sandwich_catering.php"],
        ["Breakfast Menu", "breakfast_catering.php"],
	["Catering Side Salads", "salads.php"],
	["Hot Entrees", "hot_entrees.php"],
        ["Boxed Lunches", "box_lunches.php", "efc"],
        ["Pizza Delivery Menu", "pizza_delivery.php"],
	["Entree Salads", "entree_salads.php"],
	["Party Platters", "party_platter_catering.php"],
        ["Hors D’ouerves", "party_platter_catering.php"],
	["Desserts/Sheet Cakes", "desserts.php", "efc"],
	["Vegan/Veggie/Gluten Free", "vegan.php"],
	["Catering Chopped Salad Bar", "saladbar.php"],
	["Boxed Breakfasts", "box_lunches.php#breakfast"],
        ["3 And 6 Foot Subs", "party_platter_catering.php#subs"],
	["Sushi and Sashimi", "sushi.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items=[
        ["Customer Rewards", "reward"],
        ["Gift Certificates", "gift.php","efc"],
        ["Washington Deli Coupons", "coupons.php"],
        ["Contact Us", "contact_page.php", "efc"],
  	["Deli Dollar Menu", "reward"] //no comma following last entry!


]


