/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#00319C';			// Background color when mouse is not over
	var LowSubBgColor='#00319C';			// Background color when mouse is not over on subs
	var HighBgColor='#C6C6DE';			// Background color when mouse is over
	var HighSubBgColor='#C6C6DE';			// Background color when mouse is over on subs
	var FontLowColor='#E7E7F7';			// Font color when mouse is not over
	var FontSubLowColor='#E7E7F7';			// Font color subs when mouse is not over
	var FontHighColor='#00319C';			// Font color when mouse is over
	var FontSubHighColor='#00319C';			// Font color subs when mouse is over
	var BorderColor='#C6C6DE';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=240;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree Format
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("SACS Review Process","","",9,20,175);
	Menu1_1=new Array("New SACS Principles","sacs_princi.htm","",0,20,175);
	Menu1_2=new Array("Process Description","process_desc.htm","",0,20,175);
	Menu1_3=new Array("Calendar-SACS Review","calendar.htm","",0,20,175);
	Menu1_4=new Array("Teams","review_teams.htm","",0,20,175);
	Menu1_5=new Array("Annual Institutional Profiles","","",2,20,100);
		Menu1_5_1=new Array("Enrollment 2002","http://aladdin.gcsu.edu:8080/ippa/pdf/fall_enroll02.pdf","",0,20,100);
        Menu1_5_2=new Array("Finance 2002","http://aladdin.gcsu.edu:8080/ippa/pdf/spr_fin02.pdf","",0);
	Menu1_6=new Array("Preliminary Audit Reports","prelim_audit.htm","",0,20,175);
	Menu1_7=new Array("On-site Review Schedule","scheduleforvisit.doc","",0,20,175);
	Menu1_8=new Array("SACS Presentation 12/6/04","SACSPresentation.ppt","",0,20,175);
	Menu1_9=new Array("Reaffirmed Accreditation","SACltr2.jpg","",0,20,175);
	
Menu2=new Array("Compliance Certification","","",11);
	Menu2_1=new Array("Official Certification","explanation.htm","",0,20,175);	
	Menu2_2=new Array("Summary Report","sum_report.htm","",0,20,175);
	Menu2_3=new Array("Specifications for Viewing","specs.htm","",0);
	Menu2_4=new Array("Intro. to Compliance Report","intro_comp_rep.htm","",0);
	Menu2_5=new Array("Statement of Integrity","integrity.htm","",0);
	Menu2_6=new Array("Table of Contents","content.htm","",0);
	Menu2_7=new Array("Compliance Audit Report","","",3);
		Menu2_7_1=new Array("Core Requirements","core_req.htm","",0,20,175);
		Menu2_7_2=new Array("Comprehensive Standards","","",3);
			Menu2_7_2_1=new Array("M. G. E.","","",3,20,100);
				Menu2_7_2_1_1=new Array("Mission","mge.htm","",0,20,100);
				Menu2_7_2_1_2=new Array("Governance","mge.htm","",0,20,100);
				Menu2_7_2_1_3=new Array("Effectivness","mge.htm","",0,20,100);
			Menu2_7_2_2=new Array("Programs","","",4,20,150);
				Menu2_7_2_2_1=new Array("Educational","","",3,20,150);
					Menu2_7_2_2_1_1=new Array("All","p_alled.htm","",0,20,100);
					Menu2_7_2_2_1_2=new Array("Undergraduate","p_undergrad.htm","",0,20,100);
					Menu2_7_2_2_1_3=new Array("Graduate","p_grad.htm","",0,20,100);
				Menu2_7_2_2_2=new Array("Faculty","p_faculty.htm","",0,20,150);
				Menu2_7_2_2_3=new Array("Learning Resources","p_learn_res.htm","",0,20,150);
				Menu2_7_2_2_4=new Array("Student Services","p_stud_serv.htm","",0,20,150);
			Menu2_7_2_3=new Array("Resources","resources.htm","",0);						
		Menu2_7_3=new Array("Federal Mandates","fed_mand.htm","",0);	
	Menu2_8=new Array("Index of Support Document","index1.htm","",0);
	Menu2_9=new Array("Printed Materials","ref_materials.htm","",0);
	Menu2_10=new Array("Focused Report","focused_report.htm","",0);
	Menu2_11=new Array("Response Report","response/index.htm","",0);


Menu3=new Array("Quality Enhancement Plan","","",5,20,175);
	Menu3_1=new Array("QEP Explanation","qep_explain.htm","",0,20,175);
	Menu3_2=new Array("On-line QEP Discussion","qep.htm","",0);
	Menu3_3=new Array("QEP Development Process","","",4);
		Menu3_3_1=new Array("Finding the Focus","","",5,20,150);
			Menu3_3_1_1=new Array("July 2001 Retreat","july_2001.htm","",0,20,150);
			Menu3_3_1_2=new Array("February 2002 Retreat","feb_2002.htm","",0);
			Menu3_3_1_3=new Array("June 2002 Retreat","june_2002.htm","",0);
			Menu3_3_1_4=new Array("March 2003 Retreat","march_2003.htm","",0);
			Menu3_3_1_5=new Array("August 2003 Retreat","august_2003.htm","",0);	
		Menu3_3_2=new Array("Identifying Inititatives","","",2,20,75);
			Menu3_3_2_1=new Array("Town Meeting","town_meeting.htm","",0,20,120);
			Menu3_3_2_2=new Array("Inititative Proposal","init_propo.htm","",0);		
		Menu3_3_3=new Array("Proposed QEP","qep/QEPPROPOSAL.pdf","",0);
		Menu3_3_4=new Array("Univ. Senate Minutes","qep/senate_minutes.pdf","",0);
	Menu3_4=new Array("The Q.E.P.","","",5);
		Menu3_4_1=new Array("Table of Contents","qep/table_of_contents.pdf","",0,20,150);
		Menu3_4_2=new Array("Overview","qep/overview.pdf","",0,20,150);
		Menu3_4_3=new Array("Plan","qep/plan.pdf","",0,20,150);
		Menu3_4_4=new Array("Appendix A","qep/appendix_a.pdf","",0,20,150);
		Menu3_4_5=new Array("Appendix B","qep/appendix_b.pdf","",0,20,150);		
	Menu3_5=new Array("GC&SU's Q.E.P.","gcsuqep.htm","",0);

Menu4=new Array("University Profile System","UnivProfile.htm","",6,20,175);
	Menu4_1=new Array("Administrative Information","http://Rome.gcsu.edu:8090/4DCGI/SACS/AdminProfile","",0,20,175);
	Menu4_2=new Array("Academic Information","http://Rome.gcsu.edu:8090/4DCGI/SACS/AcadInfo","",0);
	Menu4_3=new Array("Faculty Information","http://Rome.gcsu.edu:8090/4DCGI/SACS/FacultyProfile","",0);
	Menu4_4=new Array("Course Information","http://Rome.gcsu.edu:8090/4DCGI/SACS/CourseInfo","",0);
	Menu4_5=new Array("Degree Information","http://Rome.gcsu.edu:8090/4DCGI/SACS/DegreeInfo","",0);
	Menu4_6=new Array("Assessment-Planning Rpts.","accessplanning.htm","",2);
		Menu4_6_1=new Array("2001 - 02","","",3,20,75);
			Menu4_6_1_1=new Array("Academic","apr_0102_acad.htm","",0,20,100);
			Menu4_6_1_2=new Array("Administrative","apr_0102_admin.htm","",0,20,100);
			Menu4_6_1_3=new Array("Core","Core_01-02.doc","",0,20,100);
		Menu4_6_2=new Array("2002 - 03","","",3,20,75);
			Menu4_6_2_1=new Array("Academic","apr_0203_acad.htm","",0,20,100);
			Menu4_6_2_2=new Array("Administrative","apr_0203_admin.htm","",0,20,100);
			Menu4_6_2_3=new Array("Core","Core_02-03.doc","",0,20,100);