/**	WaiMenus.data.js
 *	written by: Jeremy Wyman (jgwyman@gmail.com)
 *	copyright: WA Interactive 2004-2006
**/
WaiMenu.CloseDelay = 100 ;

/* Shop Packs */
WaiMenu.Data1 = [
	['Intro Tasting Packs', '/specials-packs/intro-tasting-packs', 0, 0],
	['Mixed Tasting Packs', '/specials-packs/mixed-tasting-packs', 0, 0],
	['All Red Packs', '/specials-packs/all-reds', 0, 0],
	['All White Packs', '/specials-packs/all-whites', 0, 0],
	['12-Bottle Packs', '/specials-packs/12-bottle-packs', 0, 0],
	['Best Selling Packs', '/specials-packs/best-selling-packs', 0, 0]
];

/* Shop Wines */
WaiMenu.Data2 = [
	['Red Wines', '/shop-wines/red-wines', 0, 0],
	['White Wines', '/shop-wines/white-wines', 0, 0],
	['Green Wines', '/shop-wines/green-wine', 0, 0],
	['New Wines', '/shop-wines/new-wines', 0, 0],
	['Wines Under $15', '/shop-wines/best-values', 0, 0],
	['Best Selling Wines', '/shop-wines/best-sellers', 0, 0]
];

/* Give a Gift */
WaiMenu.Data3 = [
	/*['Last Minute Gifts', '/wine-gifts/holiday-wine-gifts', 0, 0],	*/			 
	['Gift Packs', '/wine-gifts/all-occassions', 0, 0],
	['Easter Gifts', '/wine-gifts/easter-gifts', 0, 0],
	/*['Valentine\'s Gifts', '/wine-gifts/seasonal', 0, 0],*/
	/*['Special Occasions', '/wine-gifts/seasonal', 0, 0],*/
	['Wine Gift Baskets', '/wine-gifts/gift-baskets', 0, 0],
	['Wine Clubs', '/wine-gifts/wine-clubs', 0, 0],
	['Gift Cards', '/wine-gifts/gift-certificates', 0, 0],
	['e-Gift Cards', '/wine-gifts/e-gift-cards', 0, 0],
	['Corporate Gifts', '/wine-gifts/corporate-gifts', 0, 0],
	['Best Selling Gifts', '/wine-gifts/top-sellers', 0, 0]
];

/* My Wine Guide */
WaiMenu.Data4= [
	['Storing Wine', '/my-wine-guide/storing-wine', 0, 0],
	['Serving Wine', '/my-wine-guide/serving-wine', 0, 0],
	['Tasting Wine', '/my-wine-guide/wine-tasting', 0, 0],
	['Food &amp; Pairings', '/food-wine-pairings', 0, 0],
	['Recipes &amp; Wines', '/our-difference/recipes', 0, 0],
	['Grapes &amp; Wine', '/my-wine-guide/grape-varieties', 0, 0],
	['More on Wine', '/my-wine-guide/more-on-wine', 0, 0]
];

/* Our Difference */
WaiMenu.Data5 = [
	/*
	['About Our Wines', '/our-difference/about-our-wines', 0, 0],
	['Behind the Vines', '/our-difference/about-our-wines/behind-the-vines', 0, 0],
	['About Us', '/our-difference/about-us', 0, 0],
	['The Buzz', '/our-difference/the-buzz', 0, 0],
	['Shipping', '/our-difference/shipping', 0, 0],
	['FAQ', '/our-difference/faq', 0, 0]
	*/
	['Why Us', '/our-difference/why-us', 0, 0],
	['Shipping', '/our-difference/shipping', 0, 0],
	['About Us', '/our-difference/about-us', 0, 0],
	['Behind the Vines', '/our-difference/about-our-wines/behind-the-vines', 0, 0],
	['FAQ', '/our-difference/faq', 0, 0]
];