/*
  --- 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 = [
	['<center>Home</center>', 'http://www.zanelawhorn.com/', {'sb' : 'Home'},
	],
	['<center>Issues</center>', 'http://www.zanelawhorn.com/cgi-bin/issues.cgi', {'sb' : 'Issues'},
		['Download Handout', 'http://www.zanelawhorn.com/documents/The Handout April 29, 2005.doc',  {'sb' : 'Download Handout'},
		],
	],
	['<center>Biography</center>', 'http://www.zanelawhorn.com/biography.htm', {'sb' : 'Biography'},
	],
    ['<center>Contact</center>', 'http://www.zanelawhorn.com/contact', {'sb' : 'Contact'},
	],
	['<center>How to Help</center>', 'http://www.zanelawhorn.com/how-to-help.html', {'sb' : 'How to Help'},
		['Voter Registration', 'http://www.zanelawhorn.com/voter-registration-information.htm'],
		['Order Form', 'http://www.zanelawhorn.com/request-campaign-products.htm'],
		['Donate', 'http://www.zanelawhorn.com/donate.htm'],
	],
	['<center>Advise</center>', null, null,
		['Join Advisor List', 'http://www.zanelawhorn.com/advisor.htm'],
		['See Advisor List', 'http://www.zanelawhorn.com/advisor-list.htm'],
	],
	['<center>Photo Gallery</center>', 'http://www.zanelawhorn.com/cgi-bin/emAlbum.cgi', {'sb' : 'Photo Gallery'},
	],
	['<center>Campaign News</center>', 'http://www.zanelawhorn.com/cgi-bin/c_news.cgi', {'sb' : 'Campaign News'},
		['7 Promises', 'http://www.zanelawhorn.com/7-promises.htm'],
	],	
];

