// CHANGED FOR COURSE *RHIM 3460*
//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOfFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#FFCCCC';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,helvetica,sans serif"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DisappearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus


// ======================== START HERE TO CHANGE COURSE URLS!!! =========================
Menu1=new Array("Course Home","http://www.ode.ttu.edu/courses/rhim3460/",0,20,150);

// Note re: "blank.htm": if no file by that name, nothing supposed to happen onClick.
// I could swear it was working that way, but now it's not, so subbing actual links...
Menu2=new Array("Intro, Exams, Mentor","http://www.ode.ttu.edu/courses/rhim3460/cstoc.htm",4,20,150);
	Menu2_1=new Array("Introduction","http://www.ode.ttu.edu/courses/rhim3460/csintro/csintro.htm",0,20,150);
	Menu2_2=new Array("Lesson Nine:  Midcourse","http://www.ode.ttu.edu/courses/rhim3460/midexam.htm",0);
	Menu2_3=new Array("Final Exam","http://www.ode.ttu.edu/courses/rhim3460/finexam.htm",0);
	Menu2_4=new Array("Partner/Mentor Pages","http://www.ode.ttu.edu/courses/rhim3460/partner.htm",2,20,150);
		Menu2_4_1=new Array("Mentor Agreement","http://www.ode.ttu.edu/courses/rhim3460/partner.htm",0,20,150);
		Menu2_4_2=new Array("Mentor Evaluation","http://www.ode.ttu.edu/courses/rhim3460/menteval.htm",0);

Menu3=new Array("Lessons","http://www.ode.ttu.edu/courses/rhim3460/cstoc.htm#lessons",13,20,150);
	Menu3_1=new Array("Lesson One","http://www.ode.ttu.edu/courses/rhim3460/ls01/ls01.htm",2,20,150);
		Menu3_1_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls01/ls01.htm",0,20,150);
		Menu3_1_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls01/assign01.htm",0);
	Menu3_2=new Array("Lesson Two","http://www.ode.ttu.edu/courses/rhim3460/ls02/ls02.htm",2);
		Menu3_2_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls02/ls02.htm",0,20,150);
		Menu3_2_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls02/assign02.htm",0);
	Menu3_3=new Array("Lesson Three","http://www.ode.ttu.edu/courses/rhim3460/ls03/ls03.htm",2);
		Menu3_3_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls03/ls03.htm",0,20,150);
		Menu3_3_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls03/assign03.htm",0);
	Menu3_4=new Array("Lesson Four","http://www.ode.ttu.edu/courses/rhim3460/ls04/ls04.htm",2);
		Menu3_4_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls04/ls04.htm",0,20,150);
		Menu3_4_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls04/assign04.htm",0);
	Menu3_5=new Array("Lesson Five","http://www.ode.ttu.edu/courses/rhim3460/ls05/ls05.htm",2);
		Menu3_5_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls05/ls05.htm",0,20,150);
		Menu3_5_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls05/assign05.htm",0);
	Menu3_6=new Array("Lesson Six","http://www.ode.ttu.edu/courses/rhim3460/ls06/ls06.htm",2);
		Menu3_6_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls06/ls06.htm",0,20,150);
		Menu3_6_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls06/assign06.htm",0);
	Menu3_7=new Array("Lesson Seven","http://www.ode.ttu.edu/courses/rhim3460/ls07/ls07.htm",2);
		Menu3_7_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls07/ls07.htm",0,20,150);
		Menu3_7_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls07/assign07.htm",0);
	Menu3_8=new Array("Lesson Eight","http://www.ode.ttu.edu/courses/rhim3460/ls08/ls08.htm",2);
		Menu3_8_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls08/ls08.htm",0,20,150);
		Menu3_8_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls08/assign08.htm",0);
	Menu3_9=new Array("Lesson Nine:  Midcourse","http://www.ode.ttu.edu/courses/rhim3460/midexam.htm",0);
	Menu3_10=new Array("Lesson Ten","http://www.ode.ttu.edu/courses/rhim3460/ls10/ls10.htm",2);
		Menu3_10_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls10/ls10.htm",0,20,150);
		Menu3_10_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls10/assign10.htm",0);
	Menu3_11=new Array("Lesson Eleven","http://www.ode.ttu.edu/courses/rhim3460/ls11/ls11.htm",2);
		Menu3_11_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls11/ls11.htm",0,20,150);
		Menu3_11_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls11/assign11.htm",0);
	Menu3_12=new Array("Lesson Twelve","http://www.ode.ttu.edu/courses/rhim3460/ls12/ls12.htm",2);
		Menu3_12_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls12/ls12.htm",0,20,150);
		Menu3_12_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls12/assign12.htm",0);
	Menu3_13=new Array("Lesson Thirteen","http://www.ode.ttu.edu/courses/rhim3460/ls13/ls13.htm",2);
		Menu3_13_1=new Array("Intro & Chapters","http://www.ode.ttu.edu/courses/rhim3460/ls13/ls13.htm",0,20,150);
		Menu3_13_2=new Array("Assignments","http://www.ode.ttu.edu/courses/rhim3460/ls13/assign13.htm",0);

Menu4=new Array('Policies and Forms','http://www.ode.ttu.edu/policies/',3);
Menu4_1=new Array('Course Policies & Procedures','http://www.ode.ttu.edu/policies/',0,20,180);
Menu4_2=new Array('Forms','http://www.ode.ttu.edu/policies/',0);
Menu4_3=new Array('Enroll in a course','http://www.ode.ttu.edu/ec2k/heading.asp',0);
