    var NoOffFirstLineMenus=6;			// Number of first level items 
	var LowBgColor='#669966';			// Background color when mouse is not over 
	var HighBgColor='#fdf9d8';			// Background color when mouse is over 
	var FontLowColor='fdf9d8';			// Font color when mouse is not over 
	var FontHighColor='669966';			// Font color when mouse is over 
	var BorderColor='black';			// Border color 
	var BorderWidth=0;				// Border width 
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0 
	var FontFamily="arial,geneva"	// 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=0;				// horizontal overlap child/ parent 
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent 
	var StartTop=92;					// Menu offset x coordinate 
	var StartLeft=-30;				// 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;			// First level items layout horizontal 1 or 0 
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0 
	var DissapearDelay=300;			// 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 BottomUp=0;					// enables/ disables Bottom up 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=['./menus/tri.jpg',5,10,'menus/tridown.gif',19,10,'menus/trileft.gif',5,10,'menus/triup.gif',10,5];	// Arrow source, width and height 
 
function BeforeStart(){return} 
function AfterBuild(){return} 
function BeforeFirstOpen(){return} 
function AfterCloseAll(){return} 
 
// Menu tree 
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor); 
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg" 
  
Menu1=new Array("OBJECTIVE","Objective.html","",0,18,100,"669966","","","","");
Menu2=new Array("UNDERGRADUATE STUDIES","","",5,18,188,"","","","",""); 
    Menu2_1=new Array("Prospective Students","","",4,18,145,"669966","","","",""); 
		Menu2_1_1=new Array("FAQ","FAQ.html","",0,18,105,"669966","","","","");
		Menu2_1_2=new Array("Design Sequences","designsequences.html","",0,18,122,"669966","","","","");
		Menu2_1_3=new Array("Visit Us","visitus.html","",0,18,122,"669966","","","","");
		Menu2_1_4=new Array("Apply","http://www.ou.edu/admrec/undergrad.htm","",0,18,122,"669966","","","","");
	Menu2_2=new Array("Scholarships","","",2,18,90,"669966","","","","");
		Menu2_2_1=new Array("Prospective Students","prospectivestudents.html","",0,18,115,"669966","","","","");
		Menu2_2_2=new Array("Current Students","currentstudents.html","",0,18,90,"669966","","","","");
	Menu2_3=new Array("Curriculum","","",2,18,90,"669966","","","","");
		Menu2_3_1=new Array("Curriculum Sheet","http://www.ou.edu/bulletins/degree-sheets/engrphys.pdf","",0,18,100,"669966","","","","");
		Menu2_3_2=new Array("Course Description","coursedescription.html","",0,18,90,"669966","","","","");
	Menu2_4=new Array("Student Organizations","studentorginazations.html","",0,18,90,"669966","","","",""); 		
	Menu2_5=new Array("Undergraduate Research","","",2,18,90,"669966","","","",""); 
		Menu2_5_1=new Array("Capstone Projects","capstones.html","",0,18,95,"669966","","","",""); 
		Menu2_5_2=new Array("Facilities","facilities.html","",0,18,90,"669966","","","",""); 
Menu3=new Array("GRADUATE STUDIES","","",1,18,153,"","","","","");
		Menu3_1=new Array("Program Information","programinfo.html","",0,18,105,"","","","",""); 
Menu4=new Array("ALUMNI","alumni.html","",0,18,95,"669966","","","","");  
Menu5=new Array("FACULTY","faculty.html","",0,18,97,"","","","",""); 
Menu6=new Array("ABOUT US","","",2,18,57,"","","","","");
	Menu6_1=new Array("Contact Information","contactinformation.html","",0,18,110,"","","","","");
	Menu6_2=new Array("Program History","programhistory.html","",0,18,90,"","","","",""); 
 
 