/*
  --- 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 = [
	['Naslovna', 'index.html', null
	],
	['WELLNESS', 'wellness.html', null
	],
	['Kompanija', 'company.html', null
	],
	['Proizvodi',  null,null,
		['Regulacija telesne težine',null, null,
			['Osnovni program','rtt_osnovni_program.html', null],
			['Vitamini, minerali, antioksidansi', 'rtt_minerali.html', null],
			['Gold program, antioksidansi', 'rtt_gold.html', null],			
		],
		['Ciljana ishrana', null, null,
			['Zdravlje Vašeg srca','cilj_srce.html', null],
			['Zdravlje Vašeg sistema za varenje', 'cilj_varenje.html', null],
			['Borba protiv stresa', 'cilj_stres.html', null],			
			['Energija, sport i fitnes','cilj_energija.html', null],
			['Zdravlje muškaraca', 'cilj_muskarac.html', null],
			['Zdravlje žena', 'cilj_zena.html', null],			
		],
		['Nega tela', null, null,
			['Nega kože i kose','nega_koza_kosa.html', null],
			['Parfemi', 'nega_parfemi.html', null],
			['Aloe program', 'nega_aloe.html', null],			
		],
	],
	['Wellness vesti', null, null,
		['Regulacija telesne težine','news_rtt.html', null],
		['Zdravlje srca','news_srce.html', null],
		['Zdravlje sistema za varenje', 'news_varenje.html', null],
		['Borba protiv stresa', 'news_stres.html', null],			
		['Sport i fitnes','news_sport.html', null],
		['Zdravlje muškaraca', 'news_muskarci.html', null],
		['Zdravlje žena', 'news_zena.html', null],			
	],
	['Kontakt', 'contact.html', null
	],
];

