homepageURL = "http://www.nku.edu/~raghavan";

__menuModel = {
	"Introduction"	: homepageURL + "/Intro.htm",

		"INF 282 Database Design"	:{	
		"Course Outline" : homepageURL + "/main282.html",
		"Study Resources" : homepageURL + "/stu_res282.html",
		"Useful Links" : homepageURL + "/Linksfor282.htm"
	},
	
		"IFS 435 Database "	:{	
		"Course Outline" : homepageURL + "/main435.html",
		"Study Resources" : homepageURL + "/stu_res435.html",
		"Useful Links" : homepageURL + "/Linksfor435.htm"
	},

	"MBI 635 Database"	:{	
		"Course Outline" : homepageURL + "/main635.html",
		"Study Resources" : homepageURL + "/stu_res635.htm",
		"Useful Links" : homepageURL + "/Linksfor635.html"
	},
	
	"Blackboard Site"	: "https://learnonline.nku.edu/webapps/login/",

	"General IT Links"	: homepageURL + "/GenIT.htm",


	"Programming Links"	: homepageURL + "/GenProg.htm",

	"Vita"	: homepageURL +"/vita.htm",
	
	"Home"	: homepageURL 
	
}