/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About', null, null,
		['WOVD Description', null],
		['Mission', 'mission.htm'],
		['History', 'history.htm'],
		['Who Can Play', 'participation.htm'],
		['News', 'news.htm']
	],
	['WOVD Structure', null, null,
	 	['Constitution', 'constitution.htm'],
		['Structure', null],
		['Board & Management Committee', null, null,
			['Board Members', 'docs/structure/boardmembers.pdf'],
			['Board Member Profiles', 'profile.htm']
			],
		['Staff', null],
		['Zones', null, null,
			['ACVD', null],
			['AOCVD', 'http://aocvd.org'],
			['ECVD', 'http://www.ecvd.eu'],
			['PACVD', null]
		],
		['Member Nations', null, null,
			['Country Codes', null],
			['Membership Fees', 'membership.htm'],
			['Ranking Points', 'ranking.htm']
		],
		['Meetings & Procedures', null, null,
			['General Assembly', null, null,
				['Procedures', null],
				['Agendas', null],
				['Minutes', null]
			],
			['Zonal Assemblies', null, null,
				['Procedures', null],
				['Agendas', null],
				['Minutes', null]
			]
		]
	],
	['Rules & Regs', null, null,
		['Competition Regulations', null, null,
			['Handbook', null],
			['Discipline Regulations', null, null,
				['Procedures', null],
				['Sanctions', null]
			],
			['Code of Conduct', null],
			['Anti-Doping Rules', 'antidoping.htm'],
			['Uniform', null]
		],
		['Rules', null, null,
			['Rule Changes', 'rulechanges.htm'],
			['Sitting', 'sittingvolleyballrules.htm'],
			['Standing', 'standingvolleyballrules.htm'],
			['Beach', null, null,
				['Sitting', null],
				['Standing', 'beachstandingvolleyballrules.htm']
			],
			['Referee & Line Judge Signals', null]
		]
	],
	['Departments', null, null,
	 ['Sport Department', null, null,
			['Referee Commission', 'refcommission.htm',
				['Commission Members', null],
				['Staff', null],
				['Referees', null],
				['Grade Structure & Pathways', null],
				['Code of Conduct', 'refcodeconduct.htm'],
				['Clinics & Courses', null],
				['Referee Guidelines', null, null,
					['Signals', null],
					['Protocols', 'playingprotocol.htm'],
					['Substitution Process', null],
					['Reserve Referee', 'reserveref.htm'],
					['Player Uniforms', null]
					],
				['Referee Observation', null],
				['Line Judging', null],
				['Scoring', null]
				],	
			['Rules Commission', null],
			['Medical & Scientific Commission', null],
			['Technioal Commission', 'docs/Commission/TechnicalCommission.pdf'],
			['Coaching Commission', null]
		],
		['Development Department', null, null,
			['Development Commission', null]
		],
		['Marketing Department', null, null,
				['Television', null],
				['Social Marketing', null],
				['Sponsership', null],
				['Media', null],
				['Fundraising', null]
				],	
	],
	['Calendar', 'calendar.htm'],
	['Event Planning', null, null,
		['Bid to Host', 'bidtohost.htm'],
		['Pre-Event Schedule', null],
		['Court Diagrams', null],
		['Check List', null],
		['Pre-Event Inspection', null],
		['Sample Match Schedules', null],
		['Match Protocols', 'playingprotocol.htm'],
		['Forms', 'ebform.htm'],
		['Ranking Points', 'ranking.htm'],
		['Personnel', null, null,
			['Technical Delegate', null],
			['Referee Delegate', null],
			['Jury', null],
			['Classfiers', null]
		]
	],
	['Events', null, null,
		['Qualification Process', null],
		['World Championships Oklahoma', null],
		['London 2012', 'london_2012.htm'],
		['Parapan American Games', null],
		['WOVD Standing World Cup', 'CamobodiaWC2011.htm'],
		['Intercontinental Cup', 'Intercontinental_Cup_2012.htm']
	],
	['Courses', null, null,
		['Referee Courses', 'RefereeCourse.htm',
			['International', null],
			['Level-2 Zonal', null]
		],
		['Event Management Courses', null, null,
			['International', null],
			['Level-2 Zonal', null]
		],
		['Classification Courses', null, null,
			['International', null],
			['Level-2 Zonal', null]
		]
	],
	['Forum & Photos', null, null,
		['Photo Gallery', null],
		['Forum', null]
	]
];

