/*
  --- 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 = [

	['Comforts', 'comforts_difference.html', null,
		['Comforts difference', 'comforts_difference.html'],
		['Product range', 'products.html', null,
				['Comforts Pantyliner', 'liner.html', null],
				['Comforts Light', 'light.html', null],
				['Comforts Regular', 'regular.html', null],
				['Comforts Super', 'super.html', null],
				['Comforts Super Plus', 'superplus.html', null],												
		],
		['Home page', 'index.html'],		
	],


	['Incontinence', 'incontinence_types.html', null,
		['Incontinence types', 'incontinence_types.html'],
		['For mums', 'for_mums.html'],
		['Pelvic floor prolapse', 'pelvic_prolapse.html'],
		['What is menopause?', 'menopause.html'],
		['Manage bladder control', 'bladder_control.html'],
		['Better diet steps', 'better_diet.html'],				
	],


	['Where to buy?', 'contact_us.html', null,
		['In Australia', 'buy_australia.html'],
		['In New Zealand', 'buy_nz.html'],
		['In the UK/Ireland', 'buy_uk.html'],
		['In Northern Europe', 'buy_neu.html'],
		['In Southern Europe', 'buy_seu.html'],
		['In Asia', 'buy_asia.html'],
	],


	['About Us', 'about_us.html', null,
		['Comforts who?', 'about_us.html'],
		['Useful links', 'links.html'],
		['Disclaimer', 'disclaimer.html'],		
	],		


	['Contact us', 'contact_us.html'],

];

