/*
  --- 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_ITEM_HOME = [
	['Home', 'index.html', null,
	],
]

var MENU_ITEM_SITEMAP = [
	['Site Contents', 'sitemap.html', null,
	],
]

/*  MENU ITEMS ACROSS THE TOP OF ALL PAGES (5 ITEMS) */

var MENU_ITEMS_TOP = [
	['Introduction', null, null,
		['FAQ', 'intro1.html', null],
		['What Is Al-Anon?', 'intro2.html', null],
		['Can Al-Anon Help Me?', 'intro3.html', null],
		['What Is Alateen?', 'intro4.html', null],
		['Can Alateen Help Me?', 'intro5.html', null],
		['How Do I Start?', 'intro6.html', null],
		['Meeting    Basics', 'intro7.html', null],
		['Al-Anon\'s 3 Legacies', 'intro8.html', null],
	],
	['Meetings', null, null,
		['Meetings - Sort by City', 'meet1.html', null],
		['Meetings - Sort by Day', 'meet2.html', null],
		['Alateen Meetings', 'meet3.html', null],
		['Interactive Meeting Map', 'meet4.html', null],
		['Meeting Changes', 'meet5.html', null],
	],
	['Area News', null, null,
		['Current Events', 'news1.html', null],
		['Notices', 'news2.html', null],
		['New Litera- ture & More', 'news3.html', null],
		['Calendar of Events', 'news4.html', null],
	],
	['Professionals', null, null,
		['General Information', 'spec1.html', null],
		['Spirituial Leaders', 'spec2.html', null],
		['Human Service', 'spec3.html', null],
		['Student Assistants', 'spec4.html', null],
		['Medical Personnel', 'spec5.html', null],
		['Educational Personnel', 'spec6.html', null],
		['Law Enforcement', 'spec7.html', null],
		['Legal Personnel', 'spec8.html', null],
	],
	['Members', null, null,
		['General Information', 'org1.html', null],
		['Here\'s How To Do It', 'org2.html', null],
		['Intergroup Council', 'org3.html', null],
		['Meeting Of Districts', 'org4.html', null],
		['Cleveland Office', 'org5.html', null],
		['Hi Lites Newsletter', 'org6.html', null],
		['Area Archives', 'org7.html', null],
		['Al-Anon Elsewhere', 'org8.html', null],
		['AA Cleve- land', 'org9.html', null],
	],
]

/*  MENU ITEMS ACROSS THE TOP OF ALL PAGES (2 ITEMS) */

var MENU_ITEMS_TOPR = [
	['Documents', 'docs1.html', null,
	],
	['Contact Us', 'help.html', null,
	],
]

/*  MENU ITEMS DOWM THE LEFT EDGE OF EACH PAGE (BY CATEGORY) (7 ITEMS) */

var MENU_INTRO = [
		['FAQ', 'intro1.html', null],
		['What Is Al-Anon?', 'intro2.html', null],
		['Can Al-Anon Help Me?', 'intro3.html', null],
		['What Is Alateen?', 'intro4.html', null],
		['Can Alateen Help Me?', 'intro5.html', null],
		['How Do I Start?', 'intro6.html', null],
		['Meeting    Basics', 'intro7.html', null],
		['Al-Anon\'s 3 Legacies', 'intro8.html', null],
]
var MENU_MEET = [
		['Meetings - Sort by City', 'meet1.html', null],
		['Meetings - Sort by Day', 'meet2.html', null],
		['Alateen Meetings', 'meet3.html', null],
		['Interactive Meeting Map', 'meet4.html', null],
		['Meeting Changes', 'meet5.html', null],
]
var MENU_NEWS = [
		['Current Events', 'news1.html', null],
		['Notices', 'news2.html', null],
		['New Litera- ture & More', 'news3.html', null],
		['Calendar of Events', 'news4.html', null],
]
var MENU_DOCS = [
		['Documents', 'docs1.html', null],
]
var MENU_SPEC = [
		['General Information', 'spec1.html', null],
		['Spirituial Leaders', 'spec2.html', null],
		['Human Service', 'spec3.html', null],
		['Student Assistants', 'spec4.html', null],
		['Medical Personnel', 'spec5.html', null],
		['Educational Personnel', 'spec6.html', null],
		['Law Enforcement', 'spec7.html', null],
		['Legal Personnel', 'spec8.html', null],
]
var MENU_ORG = [
		['General Information', 'org1.html', null],
		['Here\'s How To Do It', 'org2.html', null],
		['Intergroup Council', 'org3.html', null],
		['Meeting Of Districts', 'org4.html', null],
		['Cleveland Office', 'org5.html', null],
		['Hi Lites Newsletter', 'org6.html', null],
		['Area Archives', 'org7.html', null],
		['Al-Anon Elsewhere', 'org8.html', null],
		['AA Cleve- land', 'org9.html', null],
];
