﻿/*
  --- 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 = [
	['Do strony głównej', 'http://www.walesta.com/',
	],
	['Owoce i Warzywa', null, null,
		['Owoce leśne', 'http://www.walesta.com/walesta/pl/owoce_lesne.htm'],
		['Owoce', 'http://www.walesta.com/walesta/pl/owoce.htm'],
		['Warzywa', 'http://www.walesta.com/walesta/pl/warzywa.htm'],
		['Grzyby', 'http://www.walesta.com/walesta/pl/grzyby.htm'],
		['Orzechy', 'http://www.walesta.com/walesta/pl/inne/orzech.htm'],
		['Winniczki', 'http://www.walesta.com/walesta/pl/inne/slimak.htm'],
		['Miód', 'http://www.walesta.com/walesta/pl/inne/miod.htm'],
		['Kawior', 'http://www.walesta.com/walesta/pl/inne/kawior.htm'],
		['Koncentraty', 'http://www.walesta.com/walesta/pl/inne/koncentraty.htm'],
	],
	['Wodery i Buty', null, null,
		['Kombinezony', 'http://www.walesta.com/ochotnik/pl/site/prod/kombin.htm'],
		['Półkombinezony', 'http://www.walesta.com/ochotnik/pl/site/prod/polukombin.htm'],
		['Wodery', 'http://www.walesta.com/ochotnik/pl/site/prod/ryb.htm'],
		['Odzież specjalna', 'http://www.walesta.com/ochotnik/pl/site/prod/kurt.htm'],
		['Buty zimowe', 'http://www.walesta.com/ochotnik/pl/site/prod/bach.htm'],
		['Buty męskie', 'http://www.walesta.com/ochotnik/pl/site/prod/murz.htm'],
		['Buty damskie', 'http://www.walesta.com/ochotnik/pl/site/prod/rzen.htm'],
		['Buty dziecięce', 'http://www.walesta.com/ochotnik/pl/site/prod/det.htm'],
		['Kalosze', 'http://www.walesta.com/ochotnik/pl/site/prod/gal.htm'],
		['Katalog na wszystkie buty', 'http://www.walesta.com/ochotnik/pl/site/price/price.htm'],
	],
	['Mieszkania', null, null,
		['1-pokojowe', 'http://www.walesta.com/mieszkanie/indexpl.htm'],
		['2-pokojowe', 'http://www.walesta.com/mieszkanie/indexpl.htm'],
		['3-pokojowe', 'http://www.walesta.com/mieszkanie/indexpl.htm'],
	],
	['Na sprzedaż', null, null,
		['Rzeźba', 'http://www.walesta.com/rzezba/rzezba.htm'],
		['Kociół', 'http://www.walesta.com/sell/kociol.htm'],
		['Maszyny szwalnicze', 'http://www.walesta.com/sell/maszyny.htm'],
	],


];
