/*
  --- 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 host= "http://www.salonbeautyfull.nl";
//var host= "http://localhost";
//var host = "file://C:/Websites/wijziging_13_dec_2010/www.salonbeautyfull.nl/";


var MENU_ITEMS = [
	['Wat wij u bieden', host + '/wat-wij-u-bieden/index.html', null,
		['Speciaal Behandeling', host + '/wat-wij-u-bieden/speciaal-behandeling/index.html'],
		['Arrangementen', host + '/wat-wij-u-bieden/arrangementen/index.html'],
		//['Aromatherapie', host + '/wat-wij-u-bieden/aromatherapie/index.html'],
		['Hot Stone Massage', host + '/wat-wij-u-bieden/hot-stone-massage/index.html']
	],
	['Meer informatie', null, null,
		['Dr Renaud', host + '/meer-informatie/dr-renaud/index.html']
		//['Producten', host + '/meer-informatie/producten/index.html'],
		//['Mannenlijn', host + '/meer-informatie/mannenlijn/index.html']
	],	
	['Prijslijst', null, null,
		['Speciaal Behandeling', host + '/wat-kost-dit-u/speciaal-behandeling/index.html'],
		['Arrangementen', host + '/wat-kost-dit-u/arrangementen/index.html'],
		['Losse Prijzen', host + '/wat-kost-dit-u/producten/index.html'],
		['Totale prijslijst', host + '/wat-kost-dit-u/prijzen/prijslijst.html']
	],	
	['Over het Bedrijf', null, null,
		['Contactgegevens', host + '/over-het-bedrijf/contact.html'],
		['Openingstijden', host + '/over-het-bedrijf/openingstijden.html'],
		['In de Studio', host + '/over-het-bedrijf/in-de-studio.html']
	]
];


