

/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

var oM = new makeCM("oM");
oM.pxBetween = 3;
oM.fromTop = 225;
oM.fromLeft = 20;
oM.menuPlacement = "left";
oM.wait = 600;
oM.fillImg = "cm_fill.gif";
oM.zIndex = 100 ;
oM.resizeCheck = 1;

oM.onlineRoot = "";
oM.offlineRoot = "file:///C|/myfiles/";

oM.rows = 0;

// Level properties
// Syntax for fast creation (advanced users only)
// oM.level[1]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)
oM.level[0] = new cm_makeLevel();
oM.level[0].width = 120;
oM.level[0].height = 20;
oM.level[0].regClass = "mainReg";
oM.level[0].overClass = "mainOver";
oM.level[0].borderX = 1;
oM.level[0].borderY = 1;
oM.level[0].borderClass = "mainBorder";
oM.level[0].rows = 0;
oM.level[0].align = "right";
oM.level[0].offsetX = 0;
oM.level[0].offsetY = 0;
oM.level[0].arrow = 0;
oM.level[0].arrowWidth = 0;
oM.level[0].arrowHeight = 0;

oM.level[1] = new cm_makeLevel();
oM.level[1].width = 120;
oM.level[1].height = null;
oM.level[1].regClass = "subReg";
oM.level[1].overClass = "subOver";
oM.level[1].borderX = 1;
oM.level[1].borderY = 1;
oM.level[1].borderClass = "subBorder";
oM.level[1].align = "bottomright";
oM.level[1].rows = 1;
oM.level[1].arrow = "menu_arrow.gif";
oM.level[1].arrowWidth = 10;
oM.level[1].arrowHeight = 10;

baseMenuWidth = 150;
baseSubMenuWidth = 160;
twoRowHeight = 34;

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
/* Graduate Programs 	
oM.makeMenu('gradprog', '', 'Graduate Programs', '', '', baseMenuWidth, 0)
	oM.makeMenu('subgp0', 'gradprog', 'Schools and Campuses', 'Grad_schools.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subgp1', 'gradprog', 'Graduate Fields of Study', 'Grad_fields.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subgp2', 'gradprog', 'Combined Programs (Undergraduate/Graduate)', 'CombinedPrograms.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subgp3', 'gradprog', 'Search for a Graduate<br>Program','Grad_search.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subgp4', 'gradprog', 'Request for Information',  
'http://emt.askadmissions.net/gwu_grad/emtinterestpage.aspx?ip=graduate','_blank', 
baseSubMenuWidth, 0)
	oM.makeMenu('subgp5', 'gradprog', 'University Bulletin', 'http://www.gwu.edu/~bulletin/', '_blank',baseSubMenuWidth, 0)
	oM.makeMenu('subgp6', 'gradprog', 'Schedule of Classes', 'http://www.gwu.edu/~schedule/', '_blank', baseSubMenuWidth, 0)
	


/* Applying for Graduate Study 	
oM.makeMenu('admission', '' ,'Applying for Graduate Study', '', '',baseMenuWidth, twoRowHeight)
	oM.makeMenu('subaa0', 'admission', 'Getting Started', 'Admission_generalinfo.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subaa1', 'admission', 'Required Materials','Admission_ReqMaterials.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subaa2', 'admission', 'Program Admission Information', 'ProgAdmInfo.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subaa3', 'admission', 'Application Deadline', 'Admission_appdeadline.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subaa4', 'admission', 'Admission Criteria and Decisions', 'Admission_decisions.cfm', '_blank', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subaa5', 'admission', 'Apply Online', 'https://app.applyyourself.com/AYApplicantLogin/ApplicantConnectLogin.asp?id=GWUGRAD', '_blank', baseSubMenuWidth, 0)
	oM.makeMenu('subaa6', 'admission', 'Check your Application <br>Status', 'Admission_appstatus.cfm', '', baseSubMenuWidth, twoRowHeight)*/

/* International Applicants 	
oM.makeMenu('interapp', '','International Applicants', '', '', baseMenuWidth, 0)
	oM.makeMenu('subia0', 'interapp', 'Applying for Admission', 'International_generalinfo.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subia1', 'interapp', 'English Language Requirements', 'International_englishlanguage.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subia2', 'interapp', 'Visa Requests', 'International_required.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subia3', 'interapp', 'Funding for International Students', 'Funding_International Students.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subia4', 'interapp', 'International Student Resources', 'International_iso.cfm', '', baseSubMenuWidth, twoRowHeight)*/
	
/* Tuition	
oM.makeMenu('tuition', '','Tuition, Fees, and Living Expenses', '', '', baseMenuWidth, twoRowHeight)
	oM.makeMenu('subtu0', 'tuition', 'Tuition and Fees','Grad_tuition.cfm', '', baseSubMenuWidth, 0) 	 */
	
/* Financing Your Education 	
oM.makeMenu('finserv', '','Funding and Housing', '', '', baseMenuWidth, 0)
	oM.makeMenu('subfs0', 'finserv', 'Funding Opportunities', 'Financing_funding.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subfs1', 'finserv', 'GW Financial Services', 'Financing_GWservices.cfm', '', baseSubMenuWidth ,0)
	oM.makeMenu('subfs2', 'finserv', 'Housing', 'Housing.cfm', '', baseSubMenuWidth,0)*/
	
/* Student Resources 	
oM.makeMenu('studentres', '','Student Resources', '', '', baseMenuWidth, 0)
	oM.makeMenu('subsr0', 'studentres', 'New Students / Next Steps', 'Student_new.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subsr1', 'studentres', 'Academic Support<br>Services', 'Student_support.cfm', '', baseSubMenuWidth,twoRowHeight)
	oM.makeMenu('subsr2', 'studentres', 'Registration and<br>Financial Information', 'Student_registration.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subsr3', 'studentres', 'Student Services and<br>Activities', 'Student_activities.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subsr4', 'studentres', 'Career and<br>Employment Services', 'Student_career.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subsr5', 'studentres', 'Veteran&nbsp;Services','http://colonialcentral.gwu.edu/Registrar/VeteranServices/', '', baseSubMenuWidth, 0)
	oM.makeMenu('subsr6', 'studentres', 'Safety and Security', 'Student_safety.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subsr7', 'studentres', 'University Policies', 'Student_policies.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subsr8', 'studentres', 'Electronic Thesis and<br>Dissertation', 'http://www.gwu.edu/~etds/', '_blank', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subsr9', 'studentres', 'The Source', 'Student_source.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subsr10', 'studentres', 'Schedule of Classes', 'http://www.gwu.edu/~schedule/', '_blank', baseSubMenuWidth, 0)
	oM.makeMenu('subsr11', 'studentres', 'Graduation', 'http://www.gwu.edu/~regweb/web-content/graduation.html', '_blank', baseSubMenuWidth, 0)	*/

/* University Policies */

/* Visit GW 	
oM.makeMenu('visit', '','Visit GW', '', '', baseMenuWidth, 0)
	oM.makeMenu('subvt0', 'visit', 'Campus Visits and Events', 'Visit_sessions.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subvt1', 'visit', 'Maps and Directions to Campus', 'Visit_directions.cfm', '', baseSubMenuWidth, twoRowHeight)
	oM.makeMenu('subvt2', 'visit', 'Hotel Accommodations', 'Accommodations.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subvt3', 'visit', 'Experience DC', 'ExperienceDC.cfm', '', baseSubMenuWidth, 0)*/
	
	
	
/* Ask Us 	
oM.makeMenu('faqs', '', 'Ask Us', '', '', baseMenuWidth, 0)
	oM.makeMenu('subfq0', 'faqs', 'FAQs', 'FAQs.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subfq1', 'faqs', 'Request for Information',  
'http://emt.askadmissions.net/gwu_grad/emtinterestpage.aspx?ip=graduate','_blank', 
baseSubMenuWidth, 0)
	oM.makeMenu('subfq2', 'faqs', 'Ask a Grad', 'Askagrad.cfm', '', baseSubMenuWidth, 0)
	oM.makeMenu('subfq3', 'faqs', 'Staff Directory', 'Contact2.cfm', '', baseSubMenuWidth, 0)*/
	
/* Home 	
oM.makeMenu('Home', '', 'Home', 'index.cfm', '', baseMenuWidth, 0)*/

/* populate menu with nav items 
oM.construct()*/