/*
  --- 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 = [
	['WOHSA Homepage','http://www.wohsa.org.uk/index.htm'],
	['Services & Information', null, null,
		['Training Providers & Services', 'http://www.wohsa.org.uk/services/training.htm'],
		['Health & Safety Consultants', 'http://www.wohsa.org.uk/services/health_safety.htm'],
		['Safety Related Services', 'http://www.wohsa.org.uk/services/safety_related.htm'],
		['Insurance & Legal Services', 'http://www.wohsa.org.uk/services/insurance_legal.htm'],
		['Links', 'http://www.wohsa.org.uk/services/links.htm'],
			],
	['About us', null, null,
		['Our organisation', 'http://www.wohsa.org.uk/organisation.htm'],
		['Our committee members', 'http://www.wohsa.org.uk/members.htm'],
		['WOHSA diary', 'http://www.wohsa.org.uk/diary/index.asp'],
			],
	['Contact', null, null,
		/*['E-mail & postal addresses', 'http://www.wohsa.org.uk/contact.htm'],*/
		['Apply for membership' , 'http://www.wohsa.org.uk/application.htm'],
			],
];


