/*
  --- 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 = [
	['Areas', '/areas.html', null,
		['Signaling', '/signaling_area.html', null,
			['WG1'],
			['WG2']
		],
		['Transport', '/transport_area.html', null,
			['WG1'],
			['WG2'],
			['WG3']
		],
		['Routing Protocols', '/routing_protocols.html', null,
			['Intra-Domain Routing', '/intra-domain.html' ],
			['Inter-Domain Routing', '/inter-domain.html' ]
		],
		['QoS/Physical Impairments', '/qos/physical_impairments.html', null,
			['WG1'],
			['WG2']
		],
		['Devices', '/devices.html', null,
			['WG1'],
			['WG2']
		],
		['Network Management', '/network_management.html', null,
			['WG1'],
			['WG2']
		],
		['Adaptation/Burstification', '/adaptation/burstification.html', null,
			['WG1'],
			['WG2']
		],
	],
	['Mailing Lists', '/mailing_lists.html', null, 
		[ 'Subscriptions', '/mailman/listinfo' ],
		[ 'Archives', '/list_archives.html' ]
	],
	['OBS Projects', '/obs_projects.html'],
	['Learn about OBS', '/learnobs.html' ],
	['Upcoming Events', '/upcoming_events.html'],
	['About', '/about.html'],
	['Contact Us', '/contact_us.html'],
];

