	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#cccccc';			// Background color when mouse is not over
	var LowSubBgColor='#E99D9D';			// Background color when mouse is not over on subs
	var HighBgColor='1B3752';			// Background color when mouse is over
	var HighSubBgColor='#421919';			// Background color when mouse is over on subs
	var FontLowColor='#1B3752';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#cccccc';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana, ariel, sans serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=.5;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=-16;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=-4;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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='idmenu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	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("rollover:images/btnHome.gif:images/btnHome.gif","index.html","",0,32,109);
Menu2=new Array("rollover:images/btnComputer.gif:images/btnComputer.gif","#","",4,32,108);
	Menu2_1=new Array("Assistive Technology","AssistiveTechnologyRGCLL.html","",0,16,160);  
	Menu2_2=new Array("Reservations","Reservation.html","",0);  
	Menu2_3=new Array("Software & Tutorials","#","",0); 
	Menu2_4=new Array("Computer Policies","Policy.html","",0);
Menu3=new Array("rollover:images/btnContact.gif:images/btnContact.gif","#","",3,32,109); 
	Menu3_1=new Array("Location & Map","location.html","",0,16,160);  
	Menu3_2=new Array("Questions & Comments","faq.html","",0);  
	Menu3_3=new Array("Staff","#","",4);  
	Menu3_3_1=new Array("Myra Bradley (Manager)","mailto:mybra@austincc.edu","",0,16,160);  
	Menu3_3_2=new Array("Computer Support","#","",2);  
		Menu3_3_2_1=new Array("Gabriel Rodriguez","mailto:gabriel@austincc.edu","",0,16,160);  
		Menu3_3_2_2=new Array("Alan Holloway","mailto:ahollowa@austincc.edu","",0);  
	Menu3_3_3=new Array("Instructional Associates","#","",12);  
		Menu3_3_3_1=new Array("Lori Belk - ESL","lbelk@austincc.edu","",0,16,170); 
		Menu3_3_3_2=new Array("TBA - Accounting","#","",0);
		Menu3_3_3_3=new Array("","",0);  
		Menu3_3_3_4=new Array("Lou Hui - Math","yhui@austincc.edu","",0);
		Menu3_3_3_5=new Array("Betsy Kreisle - Math","ekreisle@austincc.edu","",0);
		Menu3_3_3_6=new Array("Lee Kyle - Math","lkyle@austincc.edu","",0);
		Menu3_3_3_7=new Array("Thomas Jempty - Chemisrty"," tjempty@austincc.edu","",0);
		Menu3_3_3_8=new Array("TBA - English","","",0);
		Menu3_3_3_9=new Array("Martin Prahovic - Physics","mprahovi@austincc.edu","",0);
		Menu3_3_3_10=new Array("Sherry Prather - Reading","sprather@austincc.edu","",0);
		Menu3_3_3_11=new Array("Mahnaz Riazi-Farzad -Math","mfarzad@austincc.edu","",0);
		Menu3_3_3_12=new Array("Anne Ward - Reading","award@ausincc.edu","",0);  
	Menu3_3_4=new Array("Tutors","#","",16);    //<---- Notice that this number must match the number of menu items
		Menu3_3_4_1=new Array("Jared Atkins","#","",0,16,160);  //<---- Notice that this must have the height and width for the menu level
		Menu3_3_4_2=new Array("","#","",0);  
		Menu3_3_4_3=new Array("","#","",0);  
		Menu3_3_4_4=new Array("Ryan Crane","#","",0);  
		Menu3_3_4_5=new Array("Doug Dawson","#","",0);  
		Menu3_3_4_6=new Array("Patricia Fernos","#","",0);  
		Menu3_3_4_7=new Array("Adeline Douanla","#","",0);  
		Menu3_3_4_8=new Array("Nina Butts","#","",0);  
		Menu3_3_4_9=new Array("Dany Mounzer","#","",0);  
		Menu3_3_4_10=new Array("Saretta McCaslin","#","",0);
		Menu3_3_4_10=new Array("","#","",0);
		Menu3_3_4_11=new Array("Liliana Espinosa","#","",0);
		Menu3_3_4_12=new Array("Steve Strand","#","",0);
		Menu3_3_4_13=new Array("","#","",0); 
		Menu3_3_4_14=new Array("Alina Waquespack","#","",0);
		Menu3_3_4_15=new Array("Ido Doron","#","",0); 
		Menu3_3_4_16=new Array("Jesse Youmsi","#","",0);
Menu4=new Array("rollover:images/btnFaculty.gif:images/btnFaculty.gif","#","",2,32,108);
	Menu4_1=new Array("Referral Forms","#","",4,16,160);  
		Menu4_1_1=new Array("Peer Tutor Referral","http://www3.austincc.edu/it/eforms/frontpage.php?ID=LELA.006","",0,16,160);  
		Menu4_1_2=new Array("Developmental Math","http://www3.austincc.edu/it/eforms/frontpage.php?ID=LELA.002","",0);  
		Menu4_1_3=new Array("Tutoring Referral","http://www3.austincc.edu/it/eforms/frontpage.php?ID=LELA.005","",0);  
		Menu4_1_4=new Array("Writing Referral","http://www3.austincc.edu/it/eforms/frontpage.php?ID=LELA.001","",0);  
	Menu4_2=new Array("Learning Lab Services: A Handbook for Faculty","http://www2.austincc.edu/pintutor/faculty/index.htm","",0,32); <!-- This one has a long title so I doubled the space required for the menu item in terms of height 
Menu5=new Array("rollover:images/btnStaff.gif:images/btnStaff.gif","#","",4,32,109);
	Menu5_1=new Array("eTime","https://www3.austincc.edu/ets/","",0,16,160);  
	Menu5_2=new Array("Human Resources","http://www.austincc.edu/hr/","",0);  
	Menu5_3=new Array("Professional Development","http://www.austincc.edu/hr/profdev/","",0);  
	Menu5_4=new Array("Webmail","https://webmail.austincc.edu/","",0);
Menu6=new Array("rollover:images/btnStudent.gif:images/btnStudent.gif","#","",4,32,108);
	Menu6_1=new Array("Handbook for Students","http://www.austincc.edu/handbook/","",0,16,160);  
	Menu6_2=new Array("Solutions Manual Policy","RGCSolutionsPolicy.html","",0); 
	Menu6_3=new Array("Student with Disabilities","#","",1);
		Menu6_3_1=new Array("Addaptive Equipment","AssistiveTechnologyRGCLL.html","",0,16,160);
	Menu6_4=new Array("Student Resource Handouts","resourcemap.html","",0);
Menu7=new Array("rollover:images/btnTutoring.gif:images/btnTutoring.gif","#","",2,32,109);
	Menu7_1=new Array("Tutoring Schedule","tutoring.html","",0,16,160); 
	Menu7_2=new Array("Computer Lab Schedule","labschedule.html","",0);
