
//var JMENU_IMAGE_ItemNodeExpanded = newImage("images/jmenu_expanded.gif");
//var JMENU_IMAGE_ItemNodeCollapsed = newImage("images/jmenu_collapsed.gif");
var JMENU_showSubMenuDelay = 250;
var JMENU_hideSubMenuDelay = 250;
var JMENU_hideMenuDelay = 650;
var JMENU_defaultItemSeparatorSize = 0;
var JMENU_defaultItemHeight = 8;
var JMENU_defaultMenuOrientation = "down";
var JMENU_defaultSubMenuDir = "right";
var JMENU_decideWhenNoStatusText_ShowURL = true;



var menu_getting = {
	menuOptions: {
		onShow: "swapImages('getting', '/images/ceed_common/navGettingStarted_on.gif');",
		onHide: "swapImages('getting', '/images/ceed_common/navGettingStarted_off.gif');",
		border: 1,
		borderColor: "#ffffff",
		divSize: 0,
		divColor: "#666600",
		fontSize: 11, 
		font: "Arial, Helvetica, sans-serif",
		textColor: "#cccc99",
		textHoverColor: "#ffffff",
		bgColor: "#666600",
		//bgImage: "images/dropdown_back.gif",
		shadow: 0,
		fontBold: false,
		align: "left",
		width: "parent"
	},

	menuItems: [
		{text: "Registration Information", url: "http://www.ccbcmd.edu/ceed/reg.html"},
		//{text: "Courses A to Z -- Coming Soon"},
		{text: "Class Schedule", url: "http://www.ccbcmd.edu/ceed/schedule/index.html"},
		{text: "Online Learning", url: "http://www.ccbcmd.edu/ceed/online/online.html"},
		{text: "Class Locations", url: "http://www.ccbcmd.edu/ceed/locations.html"},
		{text: "CEED Finanical Options", url: "http://www.ccbcmd.edu/ceed/schedule/financial.html"},
		{text: "College Policies", url: "http://www.ccbcmd.edu/ceed/schedule/policies.html"},
		{text: "FAQs", url: "http://www.ccbcmd.edu/ceed/faq.html"},
		{text: "- - - - - - - - - - - - - - - - - - -"},
		{text: "CCBC Online Phone Directory", url: "http://www.ccbcmd.edu/directory/phoned.html",target: "_blank"},
		{text: "CCBC Student Services", url: "http://www.ccbcmd.edu/services/index.html",target: "_blank"},
		{text: "CCBC Credit Catalog", url: "http://www.ccbcmd.edu/catalog/index.html",target: "_blank"},
		{text: "CCBC Class Schedule Search", url: "http://www.ccbcmd.edu/schedule/index.html",target: "_blank"}
	]
};

var menu_understanding = {
	menuOptions: {
		onShow: "swapImages('understanding', '/images/ceed_common/navUnderstanding_on.gif');",
		onHide: "swapImages('understanding', '/images/ceed_common/navUnderstanding_off.gif');",
		border: 1,
		borderColor: "#ffffff",
		divSize: 0,
		divColor: "#666600",
		fontSize: 11, 
		font: "Arial, Helvetica, sans-serif",
		textColor: "#cccc99",
		textHoverColor: "#ffffff",
		bgColor: "#666600",
		//bgImage: "images/dropdown_back.gif",
		shadow: 0,
		fontBold: false,
		align: "left",
		width: "parent"
	},
	
	menuItems: [
		{text: "GED & Academic Skills", url: "http://www.ccbcmd.edu/ceed/classes/basic_ed_ase.html"},
		{text: "ESOL", url: "http://www.ccbcmd.edu/ceed/classes/basic_ed_esol.html"},
		{text: "Individuals with Disabilities", url: "http://www.ccbcmd.edu/ceed/classes/access.html"},
		{text: "Center Locations", url: "http://www.ccbcmd.edu/ceed/locations_literacy.html"}
	]
};

var menu_business = {
	menuOptions: {
		onShow: "swapImages('business', '/images/ceed_common/navBusinesses_on.gif');",
		onHide: "swapImages('business', '/images/ceed_common/navBusinesses_off.gif');",
		border: 1,
		borderColor: "#ffffff",
		divSize: 0,
		divColor: "#666600",
		fontSize: 11, 
		font: "Arial, Helvetica, sans-serif",
		textColor: "#cccc99",
		textHoverColor: "#ffffff",
		bgColor: "#666600",
		//bgImage: "images/dropdown_back.gif",
		shadow: 0,
		fontBold: false,
		align: "left",
		width: "parent"
	},
	
	menuItems: [
		{text: "Workforce Training Solutions", url: "http://www.ccbcmd.edu/ceed/wf_devindex.html"},
		{text: "Applied Technology", url: "http://www.ccbcmd.edu/ceed/wf_appliedtech.html"},
		{text: "Command Spanish &#174", url: "http://www.ccbcmd.edu/ceed/wf_spanish.html"},
		{text: "Construction & Building Maint.", url: "http://www.ccbcmd.edu/ceed/wf_construction.html"},
		{text: "Food Safety", url: "http://www.ccbcmd.edu/ceed/wf_foodsafety.html"},
		{text: "Health Care", url: "http://www.ccbcmd.edu/ceed/wf_healthcare.html"},
		{text: "Information Technology", url: "http://www.ccbcmd.edu/ceed/wf_infotech.html"},
		{text: "Industrial & Manufacturing", url: "http://www.ccbcmd.edu/ceed/wf_industrial.html"},
		{text: "Instructional Design & Assessment", url: "http://www.ccbcmd.edu/ceed/wf_instructionaldesign.html"},
		{text: "Justice & Homeland Security", url: "http://www.ccbcmd.edu/ceed/wf_justice.html"},
		{text: "Leadership & Management", url: "http://www.ccbcmd.edu/ceed/wf_leadermanag.html"},
		{text: "Transportation & Logistics", url: "http://www.ccbcmd.edu/ceed/wf_transport.html"},
		{text: "Workplace Literacy", url: "http://www.ccbcmd.edu/ceed/wf_literacy.html"}

	]
};

var menu_training = {
	menuOptions: {
		onShow: "swapImages('training', '/images/ceed_common/navTraining_on.gif');",
		onHide: "swapImages('training', '/images/ceed_common/navTraining_off.gif');",
		border: 1,
		borderColor: "#ffffff",
		divSize: 0,
		divColor: "#666600",
		fontSize: 11, 
		font: "Arial, Helvetica, sans-serif",
		textColor: "#cccc99",
		textHoverColor: "#ffffff",
		bgColor: "#666600",
		//bgImage: "images/dropdown_back.gif",
		shadow: 0,
		fontBold: false,
		align: "left",
		width: "parent"
	},
	
	menuItems: [
		{text: "Business", url: "http://www.ccbcmd.edu/ceed/schedule/bus_index.html"},
		{text: "Computers & Information Technology", url: "http://www.ccbcmd.edu/ceed/schedule/it_index.html"},
		{text: "Health & Human Services", url: "http://www.ccbcmd.edu/ceed/classes/health.html"},
		{text: "Law & Justice", url: "http://www.ccbcmd.edu/ceed/classes/justice.html"},
		{text: "Trade & Industrial Training", url: "http://www.ccbcmd.edu/ceed/schedule/at_index.html"},
		{text: "Online Courses", url: "http://www.ccbcmd.edu/ceed/online/online.html"}
	]
};


var menu_education = {
	menuOptions: {
		onShow: "swapImages('education', '/images/ceed_common/navEducation_on.gif');",
		onHide: "swapImages('education', '/images/ceed_common/navEducation_off.gif');",
		border: 1,
		borderColor: "#ffffff",
		divSize: 0,
		divColor: "#666600",
		fontSize: 11, 
		font: "Arial, Helvetica, sans-serif",
		textColor: "#cccc99",
		textHoverColor: "#ffffff",
		bgColor: "#666600",
		//bgImage: "images/dropdown_back.gif",
		shadow: 0,
		fontBold: false,
		align: "left",
		width: "parent"
	},
	
	menuItems: [
		{text: "Arts", url: "http://www.ccbcmd.edu/ceed/classes/le_arts.html"},
		{text: "Boating", url: "http://www.ccbcmd.edu/ceed/boating.html"},
		{text: "Fitness", url: "http://www.ccbcmd.edu/ceed/classes/le_fitness.html"},
		{text: "Outdoor Activities", url: "http://www.ccbcmd.edu/ceed/classes/le_outdoors.html"},
		{text: "Crafts", url: "http://www.ccbcmd.edu/ceed/classes/le_crafts.html"},
		{text: "Health & Wellness", url: "http://www.ccbcmd.edu/ceed/classes/le_wellness.html"},		
		{text: "History & Culture", url: "http://www.ccbcmd.edu/ceed/classes/le_culture.html"},
		{text: "Hobbies", url: "http://www.ccbcmd.edu/ceed/classes/le_hobbies.html"},
		{text: "Languages", url: "http://www.ccbcmd.edu/ceed/classes/le_languages.html"},
		{text: "Personal Development", url: "http://www.ccbcmd.edu/ceed/classes/le_personaldevelopment.html"},
		{text: "Personal Finance", url: "http://www.ccbcmd.edu/ceed/classes/le_personalfinance.html"},
		{text: "Seniors", url: "http://www.ccbcmd.edu/ceed/classes/seniors.html"},
		{text: "Travel", url: "http://www.ccbcmd.edu/travelstudies/index.html"},
		{text: "Youth", url: "http://www.ccbcmd.edu/ceed/classes/youth.html"},
		{text: "Online Learning", url: "http://www.ccbcmd.edu/ceed/online/online.html"}
	]
};

var menu_news = {
	menuOptions: {
		onShow: "swapImages('news', '/images/ceed_common/navNewsEvents_on.gif');",
		onHide: "swapImages('news', '/images/ceed_common/navNewsEvents_off.gif');",
		border: 1,
		borderColor: "#ffffff",
		divSize: 0,
		divColor: "#666600",
		fontSize: 11, 
		font: "Arial, Helvetica, sans-serif",
		textColor: "#cccc99",
		textHoverColor: "#ffffff",
		bgColor: "#666600",
		//bgImage: "images/dropdown_back.gif",
		shadow: 0,
		fontBold: false,
		align: "left",
		width: "parent"
	},
	
	menuItems: [
		{text: "News", url: "http://www.ccbcmd.edu/ceed/news.html"},
		{text: "Connections", url: "http://www.ccbcmd.edu/ceed/connection/index.html"}
	]
};

