/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['Home', 'http://www.bfalk.org/index.htm', null],
	['Biography', 'http://www.bfalk.org/bio.htm', null],
	['Order CDs', 'http://www.bfalk.org/orderinfo.htm', null,
		['On-Line Ordering', 'http://www.bfalk.org/orderonline.htm',null],
		['By Mail', 'http://www.bfalk.org/forms/RCC_OrderForm.pdf',null]
	],
	['Lecture/CD Topics', 'http://www.bfalk.org/topics.htm', null,
		['Character', 'http://www.bfalk.org/cd1.htm',null],
		['Chastity', 'http://www.bfalk.org/cd2.htm',null],
		['Communicating', 'http://www.bfalk.org/cd3.htm',null],
		['Heroism', 'http://www.bfalk.org/cd4.htm',null],
		['Manners', 'http://www.bfalk.org/cd5.htm',null],
		['Motivation', 'http://www.bfalk.org/cd6.htm',null],
		['Obedience', 'http://www.bfalk.org/cd7.htm',null],
		['Order', 'http://www.bfalk.org/cd8.htm',null],
		['Spirit of Service', 'http://www.bfalk.org/cd9.htm',null],
		['Self-Esteem', 'http://www.bfalk.org/cd10.htm',null],
		['Temperaments', 'http://www.bfalk.org/cd11.htm',null]
	],
	['Lecture Information', 'http://www.bfalk.org/lecture.htm', null],
	['Contacts', 'http://www.bfalk.org/contact.htm', null],
];


