/*********************************************************************************** 
*	(c) Ger Versluis 2000 version 6.1 19 Januari 2002	          * 
*	You may use this script on non commercial sites.	          * 
*	For info write to menus@burmees.nl		          * 
*	You may remove all comments for faster loading	          *		 
***********************************************************************************/ 
 
	var NoOffFirstLineMenus=6;			// Number of first level items 
	var LowBgColor='#FFCCCC';			// Background color when mouse is not over 
	var HighBgColor='#666666';			// Background color when mouse is over 
	var FontLowColor='#000000';			// Font color when mouse is not over 
	var FontHighColor='white';			// Font color when mouse is over 
	var BorderColor='#999999';			// Border color 
	var BorderWidth=1;				// Border width 
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0 
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items 
	var FontSize=9;					// 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=.2;				// horizontal overlap child/ parent 
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent 
	var StartTop=81;					// Menu offset x coordinate 
	var StartLeft=0;				// 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=['js/tri.gif',5,10,'js/tridown.gif',10,5,'js/trileft.gif',5,10,'js/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("Home","index.htm","",0,18,80,"","","","",""); 

Menu2=new Array("Programs","program.htm","",6,18,102,"","","","",""); 
	Menu2_1=new Array("Instructional Psychology and Technology","http://education.ou.edu/ipt/","",0,18,270,"","","","",""); 
	Menu2_2=new Array("Counseling Psychology","http://education.ou.edu/cpp/","",0,18,270,"","","","",""); 
	Menu2_3=new Array("Special Education","http://www.ou.edu/education/edpsy/sped/sped.htm","",0,18,270,"","","","",""); 
	Menu2_4=new Array("IPT&Special Education Handbook","http://www.ou.edu/education/edpsy/gradhandbook_full.pdf","",0,18,270,"","","","",""); 
	Menu2_5=new Array("Counseling Handbook","http://www.ou.edu/education/edpsy/Counseling-Handbook-2009.pdf","",0,18,270,"","","","",""); 
	Menu2_6=new Array("Career Planning & Life Development","http://www.ou.edu/education/edpsy/edpy2012brochure.pdf","",0,18,270,"","","","",""); 
	
Menu3=new Array("Admissions","admission.htm","",3,18,102,"","","","",""); 
	Menu3_1=new Array("Application Guidelines","guideline.htm","",0,18,250,"","","","",""); 
	Menu3_2=new Array("Application Forms","form.htm","",0,18,250,"","","","",""); 
	Menu3_3=new Array("Permission To Enroll","permission.htm","",0,18,250,"","","","",""); 

Menu4=new Array("Research","#","",2,18,102,"","","","",""); 
	Menu4_1=new Array("Research Emphases","research.htm","",0,18,200,"","","","",""); 
	Menu4_2=new Array("CEDAR","http://www.ou.edu/education/ersb/index.html","",0,18,200,"","","","",""); 

Menu5=new Array("Travel and Funding","travel_and_funding.htm","",0,18,160,"","","","","");

Menu6=new Array("People","#","",3,18,102,"","","","",""); 
	Menu6_1=new Array("Faculty","faculty.htm","",0,18,132,"","","","",""); 
	Menu6_2=new Array("Staff","staff.htm","",0,18,132,"","","","",""); 
	Menu6_3=new Array("Current Students","student.htm","",0,18,132,"","","","",""); 
	
