// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Course Information", "http://www.cs.cuw.edu/csc",
		["CSC 150 - Foundations of CS", "http://www.cs.cuw.edu/csc/csc150"],
		//["CSC 175 - Adv. S/W Applic.", "http://www.cs.cuw.edu/csc/csc175"],
		["CSC 250 - Theory & Pract. I", "http://www.cs.cuw.edu/csc/csc250"],
		//["CSC 300 - Theory & Pract. II", "http://www.cs.cuw.edu/csc/csc300"],
		["CSC 325 - Org. & Archit. I", "http://www.cs.cuw.edu/csc/csc325"],
		["CSC 350 - Operating Systems", "http://www.cs.cuw.edu/csc/csc350"],
		//["CSC 370 - S/W Engineering", "http://www.cs.cuw.edu/csc/csc370"],
		//["CSC 390 - Special Topics", "http://www.cs.cuw.edu/csc/csc390"],
		["CSC 400 - Internship", "http://www.cs.cuw.edu/csc/csc400"],
		//["CSC 425 - Org. & Archit. II", "http://www.cs.cuw.edu/csc/csc425"],
		//["CSC 450 - Systems Software", "http://pascal.cuw.edu/~manhat/bin/doorstep"],
		["CSC 470 - Prog. Languages", "http://www.cs.cuw.edu/csc/csc470"],
		["CSC 490 - Sen. Seminar I", "http://www.cs.cuw.edu/csc/csc490"],
		//["CSC 491 - Sen. Seminar II", "http://www.cs.cuw.edu/csc/csc491"],
		["All Classes", "http://www.cs.cuw.edu/csc/"]
	],
	["Program Information", "http://www.cs.cuw.edu/program",
		["Undergraduate Minor in CS", "http://www.cs.cuw.edu/program/csminor.html"],
		["B.S. Degree Program in CS", "http://www.cs.cuw.edu/program/csmajor.html"],
		["Info for Transfer Students", "http://www.cs.cuw.edu/program/transfer.html"],
		["MS Degree Program in CS", "http://www.cs.cuw.edu/graduate/index.html"]
	],
	["Department Information", "http://www.cs.cuw.edu/department/",
		["Computer Science Facilities", "http://www.cs.cuw.edu/department/CSFacilities.html"],
		//["Student Pages", "http://"],
        ["Faculty Pages", "http://www.cs.cuw.edu/department/faculty/"],
        ["MSDNAA", "http://www.cs.cuw.edu/MSDNAA/"],
        ["CS Virtual Tour", "http://www.cs.cuw.edu/tour/default.aspx"]
	],
	["Student Information", "http://www.cs.cuw.edu/department/students/index.html",
		["General Advising Information", "http://www.cs.cuw.edu/department/students/advising.html"],
		["CS Scheduling Tool", "http://www.cs.cuw.edu/department/students/STnewcore.doc"],
		
			/*["Enrolled prior to Fall '01", "http://www.cs.cuw.edu/department/students/SToldcore.doc"],
			["Enrolled Fall '01 or later", "http://www.cs.cuw.edu/department/students/STnewcore.doc"]*/
		
		["Current Year CS Schedule", "http://www.cs.cuw.edu/department/students/current_year.html"],
		["Next Year CS Schedule", "http://www.cs.cuw.edu/department/students/next_year.htm"],
		//["Archived News and Events", "http://www.cs.cuw.edu/department/students/news.html"],
		["Student2 E-Mail Access", "http://student2.cuw.edu/"]
	],
    ["Online Tools", "http://www.cs.cuw.edu",
		["My.CUW.edu", "http://my.cuw.edu"],
		["WebCT6", "http://webct6.cuw.edu"],
		["Angel","https://angel.cuw.edu"],
		["Banner Web", "https://paros2.cuw.edu/BANDAD/twbkwbis.P_GenMenu?name=homepage"],
		["Banner Login", "https://paros2.cuw.edu/BANDAD/twbkwbis.P_WWWLogin"]
    ]
];
