// File: 151.04Sp/12assets/HM_current.js// Purpose: Navigation bar drop-down menus for current & prospective students// document.write("<p>HM_current.js</p>");HM_Array1 = [ [150],         // MU Resources["Marquette University","http://www.marquette.edu/",1,0,0],["Graduate School","http://www.grad.mu.edu/",1,0,0],["Grad Resources","http://www.grad.mu.edu/current.html",1,0,0],["MU Resouces","http://www.marquette.edu/pages/home/resourcecommons",1,0,0],["Career Center","http://www.marquette.edu/csc/",1,0,0],["Counseling Center","http://www.marquette.edu/counseling/",1,0,0],["Network w. alumni","http://www.marquette.edu/csc/muscan/",1,0,0],["ITS","http://www.marquette.edu/its/",1,0,0],["International Progr","http://www.marquette.edu/ocip/",1,0,0],["Bursar","http://www.marquette.edu/bursar/",1,0,0],["Parking & Safety","http://www.marquette.edu/services/parkingsafety.html",1,0,0],["Faculty phonebook","http://www.marquette.edu/phonebook/",1,0,0],["Textbooks (Follett)","http://shop.efollett.com/servlet/BuildMerchantServlet?merfnbr=112&institutionId=239105&urlnext=/htmlroot/textbooks/efollett/Index.jsp",1,0,0],];HM_Array2 = [ [150],              // About COEN 173["Entry page","index.html",1,0,0],["Syllabus","syllabus.html",1,0,0],["Site contents","sitecontents.html",1,0,0],["Index A-Z","index_a-z.html",1,0,0],["Calendar","calendar.html",1,0,0],["Members","members.html",1,0,0],["Site search","find.html",1,0,0],];HM_Array3 = [ [200], ["Assignments", "assignments.html", 1,0,0] ];for (i = 0; i <= numbOneAssign; i ++) {   HM_Array3[i+1] = [i + " - " + OneLabel[i],"oneAssign" + padZero(i) + ".html",1,0,0];}for (i = 1; i <= numbProjAssign; i ++) {   HM_Array3[numbOneAssign + i+1] = [i + " - " + ProjLabel[i],"projAssign" + padZero(i) + ".html",1,0,0];}i = numbOneAssign + numbProjAssign + 2;HM_Array3[i++] = ["Midterm exam 1","examMid08.html",1,0,0];HM_Array3[i++] = ["Midterm exam 2","examMid08.html",1,0,0];HM_Array3[i++] = ["Final exam","examFinal08.html",1,0,0];HM_Array4 = [ [150], ["Course calendar", "calendar.html", 1,0,0] ];for (wk = 1; wk <= 17; wk ++) {    HM_Array4[wk+1] = ["Week " + wk + ": " + getMonDate(wk, Mon),"cal_" + padZero(wk) + ".html",1,0,0];}HM_Array5 = [ [200], ["Related sites","sites.html",1,0,0],["Books","books.html",1,0,0],["Protected materials","13materials/",1,0,0] ];for (ch = 1; ch <= 8; ch ++) {    HM_Array5[ch+3] = ["Ch " + ch + sp + Chapter[ch],"ch" + padZero(ch) + ".html",1,0,0];}HM_Array6 = [ [150],              // Contents["Site contents","sitecontents.html",1,0,0],["see About 151","sitecontents.html#About",1,0,0],["see Calendar","sitecontents.html#Calendar",1,0,0],["see Assignments","sitecontents.html#Assignments",1,0,0],["see Class notes","sitecontents.html#Notes",1,0,0],["see Materials","sitecontents.html#Materials",1,0,0],["see General advice","sitecontents.html#Advice",1,0,0],];// document.write("<p>END HM_current.js</p>");
