var MENU_ITEMS = [
  
  ['Projekty', null, null,
		['Bajkowe zdjęcia', null, null, 
		  ['dla dzieci', 'legitymacyjne.html'],
			['portretowe', 'portretowe.html'],	
			['slubne', 'slubne.html']
		],
		['strony internetowe', 'strony.html' ],
		['loga', 'logo.html' ],
		['ulotki', 'budowa.html' ],
		
	],
	['Oferta', 'oferta.html' ],
	['Tapety', 'tapety1.html' ],
  ['O mnie', null, null,
    ['o mnie słów kilka', 'omnie.html'],
		['galeria', null, null, 
		  ['moje miasto', 'miasto.html'],
			['zdjęcia z dzieciństwa', 'stare.html'],
			['zdjęcia aktualne', 'aktualne.html'],
		],
	],
		
	['Kontakt', 'kontakt.html' ],
];

