
/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Search by name', '/alpha/index.php', null,
		['&nbsp;A - B - C - D&nbsp;&nbsp;&#8658;', null, null,
			['A', '/alpha/a.php'],
			['B', '/alpha/b.php'],
			['C', '/alpha/c.php'],
			['D', '/alpha/d.php'],
			],
		['&nbsp;E - F - G - H&nbsp;&nbsp;&#8658;', null, null,
			['E', '/alpha/e.php'],
			['F', '/alpha/f.php'],
			['G', '/alpha/g.php'],
			['H', '/alpha/h.php'],
			],
		['&nbsp;I - J - K - L&nbsp;&nbsp;&#8658;', null, null,
			['I', '/alpha/i.php'],
			['J', '/alpha/j.php'],
			['K', '/alpha/k.php'],
			['L', '/alpha/l.php'],
			],
		['&nbsp;M - N - O - P&nbsp;&nbsp;&#8658;', null, null,
			['M', '/alpha/m.php'],
			['N', '/alpha/n.php'],
			['O', '/alpha/o.php'],
			['P', '/alpha/p.php'],
			],
		['&nbsp;Q - R - S - T&nbsp;&nbsp;&#8658;', null, null,
			['Q', '/alpha/q.php'],
			['R', '/alpha/r.php'],
			['S', '/alpha/s.php'],
			['T', '/alpha/t.php'],
			],
		['&nbsp;U - V - W - X - Y - Z&nbsp;&nbsp;&#8658;', null, null,
			['U', '/alpha/u.php'],
			['V', '/alpha/v.php'],
			['W', '/alpha/w.php'],
			['X-Y-Z', '/alpha/x.php'],
			],
	],

	['Neighborhoods', null, null,
		['&nbsp;&bull;&nbsp;Map&nbsp;&bull;&nbsp;', '/neighborhood/map.php', null,
		],
		['Western Berkeley&nbsp;&nbsp;&#8658;', null, null,
			['Marina', '/neighborhood/marina.php'],
			['Eastshore Hwy', '/neighborhood/eastshore.php'],
			['4th Street', '/neighborhood/4th_hearst.php'],
			['6th & Gilman', '/neighborhood/6th_gilman.php'],
			['6th & University', '/neighborhood/6th_univ.php'],
			['7th & Dwight', '/neighborhood/7th_dwight.php'],
			['7th & Ashby', '/neighborhood/7th_ashby.php'],
		],
		['San Pablo Ave.&nbsp;&nbsp;&#8658;', null, null,
			['& Gilman', '/neighborhood/pablo_gilman.php'],
			['& Cedar', '/neighborhood/pablo_cedar.php'],
			['& University', '/neighborhood/pablo_univ.php'],
			['& Dwight', '/neighborhood/pablo_dwight.php'],
			['& Derby', '/neighborhood/pablo_derby.php'],
			['& Ashby', '/neighborhood/pablo_ashby.php'],
		],
		['North Berkeley&nbsp;&nbsp;&#8658;', null, null,
			['Solano', '/neighborhood/solano.php'],
			['Sutter & Hopkins', '/neighborhood/sutter_hopk.php'],
			['Northbrae: Hopkins & Monterey', '/neighborhood/hopk_monterey.php'],
			['Westbrae: Gilman & Santa Fe', '/neighborhood/gilman_santafe.php'],
			['ML King, Rose to Virginia', '/neighborhood/king_cedar.php'],
			['Shattuck, Rose to Virginia', '/neighborhood/shat_cedar.php'],
		],
		['Sacramento St.&nbsp;&nbsp;&#8658;', null, null,
			['& University', '/neighborhood/sacto_univ.php'],
			['& Dwight', '/neighborhood/sacto_dwight.php'],
			['& Ashby', '/neighborhood/sacto_ashby.php'],
		],
		['Martin Luther King, Jr. Way &nbsp;&#8658;', null, null,
			['Rose to Virgina', '/neighborhood/king_cedar.php'],
			[' & University', '/neighborhood/king_univ.php'],
			[' & Dwight', '/neighborhood/king_dwight.php'],
			[' & Derby', '/neighborhood/king_derby.php'],
			[' & Ashby', '/neighborhood/adeline_ashby.php'],
		],
		['Shattuck Ave.&nbsp;&nbsp;&#8658;', null, null,
			['"Gourmet Ghetto", @ Cedar', '/neighborhood/shat_cedar.php'],
			['Downtown', '/neighborhood/shat_univ.php', null,
				['Center St. BART to UCB', '/neighborhood/center_shat.php'],
			],
			['& Dwight', '/neighborhood/shat_dwight.php'],
			['& Derby', '/neighborhood/shat_derby.php'],
			['Asbhy to Woolsey', '/neighborhood/shat_wool.php'],
		],
		['UC Neighborhoods&nbsp;&nbsp;&#8658;', null, null,
			['Northside: Hearst & Euclid', '/neighborhood/euclid_hearst.php'],
			['Southside: Telegraph & Bancroft', '/neighborhood/tele_dwight.php'],
			['Southside: College Ave.', '/neighborhood/coll_dwight.php'],
			['Downtown Berkeley&nbsp;&nbsp;&#8658;', '/neighborhood/shat_univ.php', null,
			   ['Downtown', '/neighborhood/shat_univ.php'],
				['Center St. BART to UCB', '/neighborhood/center_shat.php'],
			],
		],
		['Telegraph Ave.&nbsp;&nbsp;&#8658;', null, null,
			['& Dwight', '/neighborhood/tele_dwight.php'],
			['& Derby', '/neighborhood/tele_derby.php'],
			['& Ashby', '/neighborhood/tele_ashby.php'],
		],
		['College Ave.&nbsp;&nbsp;&#8658;', null, null,
			['& Dwight', '/neighborhood/coll_dwight.php'],
			['& Derby', '/neighborhood/coll_derby.php'],
			['"Elmwood" @ Ashby', '/neighborhood/coll_ashby.php'],
		],
		['Claremont &nbsp;&nbsp;&#8658;', null, null,
			['Ashby to Alcatraz', '/neighborhood/clare_ashby.php'],
		],
	],

	['Restaurants', null, null,
		['&nbsp;&bull;&nbsp;Complete list&nbsp;&bull;&nbsp;', '/type/food/restaurants.php',
		],
		['&nbsp;&bull;&nbsp;Menus online&nbsp;&bull;&nbsp;', '/menus/index.php',
		],
		['&nbsp;&bull;&nbsp;African &amp; Caribbean', '/type/food/restaurants-african-caribbean.php',
		],
		['&nbsp;&bull;&nbsp;Central/South American', '/type/food/restaurants-c-s-american.php',
		],
		['&nbsp;&bull;&nbsp;French &amp; Italian', '/type/food/restaurants-french-italian.php',
		],
		['&nbsp;&bull;&nbsp;Indian', '/type/food/restaurants-indian.php',
		],
		['&nbsp;&bull;&nbsp;Japanese', '/type/food/restaurants-japanese.php',
		],
		['&nbsp;&bull;&nbsp;Mediterranean', '/type/food/restaurants-mediterranean.php',
		],
		['&nbsp;&bull;&nbsp;Mexican', '/type/food/restaurants-mexican.php',
		],
		['&nbsp;&bull;&nbsp;Pizza', '/type/food/restaurants-pizza.php',
		],
		['&nbsp;&bull;&nbsp;Seafood', '/type/food/restaurants-seafood.php',
		],
		['&nbsp;&bull;&nbsp;Thai', '/type/food/restaurants-thai.php',
		],
		['&nbsp;&bull;&nbsp;Vegetarian', '/type/food/restaurants-vege.php',
		],
		['&nbsp;&bull;&nbsp;Vietnamese', '/type/food/restaurants-vietnamese.php',
		],
		['&nbsp;&bull;&nbsp;Other styles', '/type/food/restaurants-type.php',
		],
		['&nbsp;&nbsp;&nbsp;&nbsp;&bull;&nbsp;with Delivery', '/type/food/restaurants-delivery.php',
		],
		['&nbsp;&nbsp;&nbsp;&nbsp;&bull;&nbsp;with WiFi Hotspots', '/type/food/restaurants-wifi.php',
		],
	],

	['Goods', null, null,
		['&nbsp;&bull;&nbsp;General listings&nbsp;&bull;&nbsp;', '/type/goods/index.php', null,
		],
		['&nbsp;&bull;&nbsp;Artists &amp; artisans&nbsp;&bull;&nbsp;', '/type/goods/artisans.php', null,
		],
		['&#8658;&nbsp;Automobile&nbsp;&#8658;', '/type/transportation/cars.php', null,
			['&nbsp;&bull;&nbsp;Sales, Service, Parts&nbsp;&bull;&nbsp;', '/type/transportation/cars.php', null,
			],
			['&nbsp;&bull;&nbsp;Tires&nbsp;&bull;&nbsp;', '/type/goods/tires.php', null,
			],
		],
		['&nbsp;&bull;&nbsp;Beads&nbsp;&bull;&nbsp;', '/type/goods/beads.php', null,
		],
		['&nbsp;&bull;&nbsp;Bookstores and Booksellers&nbsp;&bull;&nbsp;', '/type/goods/books.php', null,
		],
		['&nbsp;&bull;&nbsp;Clothing&nbsp;&bull;&nbsp;', '/type/goods/clothing.php', null,
		],
		['&nbsp;&bull;&nbsp;Computers&nbsp;&bull;&nbsp;', '/type/goods/computer.php', null,
		],
		['&nbsp;&bull;&nbsp;Florists&nbsp;&bull;&nbsp;', '/type/goods/florists.php', null,
		],
		['&#8658;&nbsp;Food&nbsp;&nbsp;&#8658;', '/type/food/index.php', null,
			['Bakeries', '/type/food/bakeries.php',
			],
			['Bars & Pubs', '/type/food/bars.php',
			],
			['Coffeehouses', '/type/food/coffeehouses.php',
			],
			['Delis', '/type/food/delies.php',
			],
			['Drinks & Beverages', '/type/food/drinks.php',
			],
			['Farmers Markets', '/b/farmersmarket/index.php',
			],
			['Groceries', '/type/food/groceries.php',
			],
			['Health Foods', '/type/food/health.php',
			],
			['Ice Cream', '/type/food/icecream.php',
			],
			['Restaurants', '/type/food/restaurants.php',
			],
			['Wine &amp; Beer', '/type/food/wine-beer.php',
			],
		],

		['&nbsp;&bull;&nbsp;Gift Stores&nbsp;&bull;&nbsp;', '/type/goods/gifts.php', null,
		],

		['&#8658;&nbsp;Home & Garden&nbsp;&nbsp;&#8658;', null, null,
			['Appliances', '/type/services/appliances.php',
			],
			['Baby clothes', '/type/goods/baby.php',
			],
			['Beads', '/type/goods/beads.php',
			],
			['Carpets and rugs', '/type/goods/carpets.php',
			],
			['Clothing', '/type/goods/clothing.php',
			],
			['Electronics', '/type/goods/electronics.php',
			],
			['Hardware', '/type/goods/hardware.php',
			],
			['Housewares &amp; Furnishings', '/type/goods/housewares-import.php',
			],
			['Garden & Nurseries', '/type/goods/nurseries.php',
			],
			['Remodeling', '/type/goods/house-remodel.php',
			],
			['Sewing', '/type/goods/sewing.php',
			],
			['Toys & Games', '/type/goods/toys.php',
			],
		],

		['&nbsp;&bull;&nbsp;Jewelry&nbsp;&bull;&nbsp;', '/type/goods/jewelry.php', null,
		],

		['&nbsp;&bull;&nbsp;Music&nbsp;&bull;&nbsp;', '/type/goods/music.php', null,
		],

		['&nbsp;&bull;&nbsp;Office supplies&nbsp;&bull;&nbsp;', '/type/goods/office.php', null,
		],

		['&nbsp;&bull;&nbsp;Pharmacies&nbsp;&bull;&nbsp;', '/type/goods/pharmacies.php', null,
		],

		['&nbsp;&bull;&nbsp;Photography&nbsp;&bull;&nbsp;', '/type/goods/photography.php', null,
		],

		['&nbsp;&bull;&nbsp;Shoes &amp; Shoe Repair&nbsp;&bull;&nbsp;', '/type/goods/shoes.php', null,
		],

		['&#8658;&nbsp;Sports &amp; Outdoors&nbsp;&#8658;', null, null,
			['&nbsp;&bull;&nbsp;Bike Shops&nbsp;&bull;&nbsp;', '/type/goods/bicycles.php', null,
			],
			['&nbsp;&bull;&nbsp;Outdoor activity supplies&nbsp;&bull;&nbsp;', '/type/goods/outdoors.php', null,
			],
			['&nbsp;&bull;&nbsp;Skates, boards, etc.&nbsp;&bull;&nbsp;', '/type/goods/skates-boards.php',
			],
		],

		['&nbsp;&bull;&nbsp;Toys & Games&nbsp;&bull;&nbsp;', '/type/goods/toys.php', null,
		],

		['&#8658;&nbsp;Used&nbsp;&nbsp;&#8658;', '/type/used/index.php', null,
			['Antiques', '/type/used/antiques.php',
			],
			['Building Materials', '/type/used/used-building.php',
			],
			['Consignments', '/type/used/consignment.php',
			],
			['Clothing', '/type/used/used-clothing.php',
			],
			['Cars', '/type/used/used-cars.php',
			],
			['Misc', '/type/used/index.php',
			],
		],
	],

	['Services', null, null,
		['&nbsp;&bull;&nbsp;General listings&nbsp;&bull;&nbsp;', '/type/services/index.php', null,
		],
		['&nbsp;&bull;&nbsp;Apartment Rental Services&nbsp;&bull;&nbsp;', '/type/services/apartment_rental.php', null,
		],
		['&nbsp;&bull;&nbsp;Appliance Repair &amp; Parts&nbsp;&bull;&nbsp;', '/type/services/appliances.php',
		],
		['&nbsp;&bull;&nbsp;Carpet cleaners&nbsp;&bull;&nbsp;', '/type/goods/carpets.php', null,
		],
		['&nbsp;&bull;&nbsp;Catering&nbsp;&bull;&nbsp;', '/type/services/catering.php', null,
		],
		['&nbsp;&bull;&nbsp;Cell Phones&nbsp;&bull;&nbsp;', '/type/services/phone.php', null,
		],
		['&nbsp;&bull;&nbsp;Copying &amp; Printing&nbsp;&bull;&nbsp;', '/type/services/copy-print.php', null,
		],
		['&#8658;&nbsp;Health & Beauty&nbsp;&nbsp;&#8658;', null, null,
			['Acupuncture', '/type/services/acupuncture.php',
			],
			['Beauty Salons', '/type/services/beauty.php',
			],
			['Bodywork', '/type/services/bodywork.php',
			],
			['Chiropractic', '/type/services/chiropractic.php',
			],
			['Medical', '/type/services/medical.html',
			],
			['Alt Medical', '/type/services/med-alt.php',
			],
			['Pharmacies', '/type/goods/pharmacies.php',
			],
			['Physical Therapy', '/type/services/phys-therapy.html',
			],
			['Therapists', '/type/services/therapy.php',
			],
			['Yoga', '/type/services/yoga.php',
			],
		],
		['&nbsp;&bull;&nbsp;Laundry &amp; Cleaners&nbsp;&bull;&nbsp;', '/type/services/cleaners.php', null,
		],
		['&#8658;&nbsp;Legal & Financial&nbsp;&nbsp;&#8658;', null, null,
			['Attorneys', '/type/services/attorneys.php',
			],
			['Tax Preparation', '/type/services/tax.php',
			],
		],
		['&nbsp;&bull;&nbsp;Organizers&nbsp;&bull;&nbsp;', '/type/services/organizers.php', null,
		],
		['&nbsp;&bull;&nbsp;Party &amp; Event Planners&nbsp;&bull;&nbsp;', '/type/services/event-planners.php', null,
		],
		['&nbsp;&bull;&nbsp;Photographers&nbsp;&bull;&nbsp;', '/type/services/photographers.php', null,
		],
		['&nbsp;&bull;&nbsp;Shoe Repair&nbsp;&bull;&nbsp;', '/type/goods/shoes.php', null,
		],
		['&nbsp;&bull;&nbsp;Software, Web, &amp; Design&nbsp;&bull;&nbsp;', '/type/services/computer-software.php', null,
		],
		['&nbsp;&bull;&nbsp;Travel Agents&nbsp;&bull;&nbsp;', '/type/services/travel.php', null,
		],
	],

	['Other', null, null,
		['&#8658;&nbsp;Home&nbsp;&#8658;&nbsp;', '/index.php', null,
			['Home', '/index.php', null
			],
			['News/Blog', '/home/blog/index.php', null
			],
		],

		['&nbsp;&bull;&nbsp;Search&nbsp;&bull;', '/search/google.html', null,
		],
		['&nbsp;&bull;&nbsp;Contact&nbsp;&bull;', '/home/contact.php', null,
		],
		['&#8658;&nbsp;Entertainment&nbsp;&nbsp;&#8658;', '/type/entertainment/index.php', null,
			['Bars & Pubs', '/type/food/bars.php',
			],
			['Coffeehouses', '/type/food/coffeehouses.php',
			],
			['Live Theater', '/type/entertainment/live.php',
			],
			['Movies', '/type/entertainment/movie.php',
			],
			['Sports', '/type/entertainment/sports.php',
			],
			['Movie reviews', '/movies/index.html',
			],
		],

		['&#8658;&nbsp;Lodging&nbsp;&nbsp;&#8658;', '/type/misc/lodging.php', null,
			['Apartments', '/type/services/apartment_rental.php',
			],
			['Bead & Breakfasts', '/type/misc/bandb.php',
			],
			['Hotels & Motels', '/type/misc/hotel-motel.php',
			],
		],

		['&#8658;&nbsp;Rentals&nbsp;&nbsp;&#8658;', '/type/rentals/index.php', null,
			['Cars & Trucks', '/type/rentals/autos.php',
			],
			['Video & DVD', '/type/rentals/video.php',
			],
			['Misc', '/type/rentals/index.php',
			],
		],

		['&#8658;&nbsp;Used&nbsp;&nbsp;&#8658;', '/type/used/index.php', null,
			['Antiques', '/type/used/antiques.php',
			],
			['Consignments', '/type/used/consignment.php',
			],
			['Clothing', '/type/used/used-clothing.php',
			],
			['Cars', '/type/used/used-cars.php',
			],
			['Misc', '/type/used/index.php',
			],
		],

		['&#8658;&nbsp;Transportation&nbsp;&nbsp;&#8658;', '/type/transportation/index.php', null,
			['Bicycles', '/type/goods/bicycles.php',
			],
			['Cars, trucks', '/type/transportation/cars.php',
			],
			['Skates, boards, etc.', '/type/goods/skates-boards.php',
			],
			['Taxis', '/type/transportation/taxi.php',
			],
			['Information, other', '/type/transportation/index.php',
			],
		],

		['&#8658;&nbsp;Misc&nbsp;&nbsp;&#8658;', '/type/misc/index.php', null,
			['Pets', '/type/misc/pets.php',
			],
			['Information', '/type/misc/info.html',
			],
			['Media', '/type/misc/media.php',
			],
			['Schools', '/type/misc/schools.php',
			],
			['Tutoring', '/type/misc/test.html',
			],
			['Closed stores', '/type/misc/closed.php',
			],
		],

		['&nbsp;&bull;&nbsp;Coops &amp; Nonprofits&nbsp;&bull;&nbsp;', '/type/coops/index.php', null,
		],

		['&nbsp;&bull;&nbsp;Disability resources&nbsp;&bull;&nbsp;', '/type/disabilities/index.php', null,
		],

	],

];

