
var dropDefs = [
	// menu
	
	/*
	{
		header : "nav_home" ,
		options : [
			{ title: 'Start here' , href: '?' },
		]
	}
	,
	*/
	
	// menu
	{
		header : "nav_news" ,
		options : [
			{ title: 'Latest' , href: './?section_id=2' },
			{ title: 'Articles' , href: './?section_id=20' },
			{ title: 'In your area' , href: './?section_id=4' },
			{ title: 'UDG events' , href: './?section_id=10' },
			{ title: 'Other events' , href: './?section_id=80' },
			{ title: 'Job opportunities' , href: './?section_id=11' },
		]
	}
	,
	// menu
	{
		header : "nav_disc" ,
		options : [
			{ title: 'Discussion topics' , href: './?section_id=3' },
			{ title: 'Guidelines' , href: './?section_id=60' }
		]
	}
	,
	// menu
	{
		header : "nav_regions" ,
		options : [
			{ title: 'All regions' , href: './?section_id=4' },
			{ title: 'London and SE' , href: './?section_id=12' },
			{ title: 'South' , href: './?section_id=13' },
			{ title: 'South West' , href: './?section_id=14' },
			{ title: 'East Midlands' , href: './?section_id=15' },
			{ title: 'West Midlands' , href: './?section_id=16' },
			{ title: 'East Anglia' , href: './?section_id=17' },
			{ title: 'North' , href: './?section_id=18' },
			{ title: 'Yorkshire' , href: './?section_id=19' },
			{ title: 'North East' , href: './?section_id=63' },
			{ title: 'North West' , href: './?section_id=64' },
			{ title: 'Scotland' , href: './?section_id=65' },
			{ title: 'Wales' , href: './?section_id=66' },
			{ title: 'N Ireland' , href: './?section_id=67' },
			{ title: 'Overseas' , href: './?section_id=68' }
		]
	}
	,
	// menu
	{
		header : "nav_quart" ,
		options : [
			{ title: 'Latest UDG Journal' , href: './?section_id=5' },
			{ title: 'How to get it' , href: './?section_id=62' },
			{ title: 'About the Journal' , href: './?section_id=61' }
		]
	}
	,
	// menu
	{
		header : "nav_source" ,
		options : [
			{ title: 'Browse & search' , href: './?section_id=6' },
			{ title: 'Full A-Z listing' , href: '/directory.plm?mode=companies_index' },
			{ title: 'Print version' , href: './?section_id=24' },
			{ title: 'How to get listed' , href: './?section_id=54' }
		]
	}
	,
	// menu
	{
		header : "nav_pubs" ,
		options : [
			{ title: 'UDG publications' , href: './?section_id=58' },
			{ title: 'Other publications' , href: './?section_id=57' }
		]
	}
	,
	// menu
	{
		header : "nav_about" ,
		options : [
			{ title: 'What is the UDG?' , href: './?section_id=8' } ,
			{ title: 'How to join' , href: './?section_id=24' } ,
			{ title: 'Contact us' , href: './?section_id=55' }
		]
	}
	,
	// menu
	/*
	{
		header : "nav_links" ,
		options : [
			{ title: 'Other sites' , href: '../links/' }
		]
	}
	,
	*/
];