                                                   /************************************************************************************
    Modified Jan 2006 Christopher Bartkowski
    - Allowed for titles (bold, underline, size)
    - Allowed for highlighting to stay on page currently at
    - Allowed child to overlap parent menu in horizontal
    
    Modified 2005 Christopher Bartkowski
    - Allowed more separate custimaziation with the submenu versus main menu
    - Alt Text added
    - allowance of daughter windows

	(c) Ger Versluis 2000 version 5.5 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
	Updated 19 July, 2003 by GV for CSS CompatMode	
	HV Menu found on Dynamic Drive ONLY may be used on both commercial and non commerical sites	
	For info write to menus@burmees.nl							        
	This script featured on Dynamic Drive DHTML code library: http://www.dynamicdrive.com
*************************************************************************************/

  var EXACT=0;  //don't touch
  var SUBST=1;  //don't touch
  
  var NoOffFirstLineMenus=8;			// Number of first level items
  var highlightPage=1;                // 0 
  
  /*  */
  // main menu specifics
  var BorderWidth=0;				// Border width
  var BorderBtwnElmnts=0;			// Border between elements 1 or 0
  var LowBgColor='#6C2931';			// Background color when mouse is not over
  var HighBgColor='#6C2931';			// Background color when mouse is over
  var FontLowColor='#EFD98C';			// Font color when mouse is not over
  var FontHighColor='#EFD98C';			// Font color when mouse is over
  var BorderColor='black';			// Border color
  
  // submenu specifics
  var SubBorderWidth = 1;              //submenu border
  var SubBorderBtwnElmnts=0;		// Border between elements 1 or 0
  var LowSubBgColor='#EFD98C';			// Background color when mouse is not over on subs
  var HighSubBgColor='#EFD98C';			// Background color when mouse is over on subs
  var FontSubLowColor='#6C2931';			// Font color subs when mouse is not over
  var FontSubHighColor='#6C2931';			// Font color subs when mouse is over
  var BorderSubColor='#000000';			// Border color for subs
  
  // submenu overlaps
  var ChildOverlap=.50;				// horizontal overlap child/ parent
  var ChildVerticalOverlap=.50;			// vertical overlap child/ parent    
  
  
  
  // title
  var titleBold = 1;                  // if title is bold (off/on)
  var titleItalic = 0;             // if title is italic (off/on)
  var titleUnderline = 1;             // if title is underline (off/on)
  var titleSize = 10;                    // size of title
  var titleColor = "#EFD98C"; 
  var titleSubColor = "#EFD98C";     
  
  
  var FontFamily="Arial"	// Font family menu items
  var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
  var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
  
  
  var StartTop=141;				// Menu offset x coordinate
	var StartLeft=28;				// Menu offset y coordinate
	var VerCorrect=10;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='MenuPos';				// 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=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Arrws=['/divisions/studentservices/departments/recreation/images/tridown.gif',10,5,'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, css class to more tightly define each element(optional), number of sub elements, height, width);





// SPECIAL STUFF ;-)
// rollover images set "Text to show" to:  "rollover:Text:Image1.jpg:Image2.jpg"
// daugher windows begin with daughter:  ie daughter:link
// titles start with title: (just to look pretty)
// subtitles start with subtitle: (same as title but going over highlights)

Menu1=new Array("title:Home Page","/divisions/studentservices/departments/recreation","",0,20,175);
Menu2=new Array("title:The Department","","",4,20,175);

   Menu2_1=new Array("History & Mission","/divisions/studentservices/departments/recreation/theDepartment/index.aspx","",0,18,200);
   Menu2_2=new Array("Staff Directory","/divisions/studentservices/departments/recreation/theDepartment/staff.aspx","",0,18,200);
   Menu2_3=new Array("Contact Us","/divisions/studentservices/departments/recreation/theDepartment/contactus.aspx","",0,18,200);
   Menu2_4=new Array("Employment","/divisions/studentservices/departments/recreation/theDepartment/employment.aspx","",0,18,200);

     


Menu3=new Array("title:Programs","","",4,20,175);

   Menu3_1=new Array("Intramural Sports","","",10,18,200);

   
   
   
   
     Menu3_1_1=new Array("Flag Football","/divisions/studentservices/departments/recreation/programs/intramural/football/","",0,18,200);
     Menu3_1_2=new Array("Volleyball","/divisions/studentservices/departments/recreation/programs/intramural/volleyball/","",0,18,200);
     Menu3_1_3=new Array("Basketball","/divisions/studentservices/departments/recreation/programs/intramural/basketball","",0,18,200);
     Menu3_1_4=new Array("Soccer","/divisions/studentservices/departments/recreation/programs/intramural/soccer/","",0,18,200);
     Menu3_1_5=new Array("Dodgeball","/divisions/studentservices/departments/recreation/programs/intramural/dodgeball","",0,18,200);
     /*Menu3_1_6=new Array("Hockey","/divisions/studentservices/departments/recreation/programs/intramural/hockey/","",0,18,200);
     Menu3_1_7=new Array("Ultimate Frisbee","/divisions/studentservices/departments/recreation/programs/intramural/ultimate_frisbee/","",0,18,200);*/
     Menu3_1_6=new Array("Softball","/divisions/studentservices/departments/recreation/programs/intramural/softball","",0,18,200);
     Menu3_1_7=new Array("Registration Deadlines","/divisions/studentservices/departments/recreation/programs/intramural/registeration_deadlines/","",0,18,200);
	 Menu3_1_8=new Array("Special Events & Tournaments","/divisions/studentservices/departments/recreation/programs/intramural/special_events/","",0,18,200);

	 Menu3_1_9=new Array("How to Register","/divisions/studentservices/departments/recreation/programs/intramural/signup.aspx","",0,18,200);
	 
	Menu3_1_10=new Array("Intramurals Home","/divisions/studentservices/departments/recreation/programs/intramural/","",0,18,200);
	 
	 
	 
/*
     Menu3_1_9_1=new Array("Special Events Home","/divisions/studentservices/departments/recreation/programs/intramural/events/","",0,18,200);
     Menu3_1_9_2=new Array("Power Lifting Tournament","/divisions/studentservices/departments/recreation/programs/intramural/events/powerlifting.aspx","",0,18,200);
     Menu3_1_9_3=new Array("Table Tennis Singles","/divisions/studentservices/departments/recreation/programs/intramural/events/tabletennis.aspx","",0,18,200);
     Menu3_1_9_4=new Array("Texas Single","/divisions/studentservices/departments/recreation/programs/intramural/events/texassingle.aspx","",0,18,200);
     Menu3_1_9_5=new Array("Texas Hold 'Em Tournament","/divisions/studentservices/departments/recreation/programs/intramural/events/texasholdem.aspx","",0,18,200);
     Menu3_1_9_6=new Array("Wrestling Tournament","/divisions/studentservices/departments/recreation/programs/intramural/events/wrestling.aspx","",0,18,200);
     Menu3_1_9_7=new Array("Basketball Skills Challenge","/divisions/studentservices/departments/recreation/programs/intramural/events/basketballskills.aspx","",0,18,200);
     Menu3_1_9_8=new Array("Co-Rec Ultimate Frisbee Tournament","/divisions/studentservices/departments/recreation/programs/intramural/events/frisbee.aspx","",0,18,200);	  */
	 
	 
   Menu3_2=new Array("Open Recreation","","",2,18,200);

     Menu3_2_1=new Array("Facilities","","",4,18,160);

       Menu3_2_1_1=new Array("Student Recreation Center","/divisions/studentservices/departments/recreation/programs/recreation/facilities/studentrec/index.aspx","",0,18,200);
       Menu3_2_1_2=new Array("Keystone Field House","/divisions/studentservices/departments/recreation/programs/recreation/facilities/fieldhouse.aspx","",0,18,200);
       Menu3_2_1_3=new Array("Keystone Pool","/divisions/studentservices/departments/recreation/programs/recreation/facilities/pool.aspx","",0,18,200);
       Menu3_2_1_4=new Array("Outdoor Facilities","/divisions/studentservices/departments/recreation/programs/recreation/facilities/outdoor.aspx","",0,18,200);

     
     Menu3_2_2=new Array("Hours of Operation","/divisions/studentservices/departments/recreation/programs/recreation/hours.aspx","",0,18,160);

   Menu3_3=new Array("Group Excercise","/divisions/studentservices/departments/recreation/programs/group.aspx","",0,18,200);
   Menu3_4=new Array("Recreational & Sports Clubs","http://www.kutztown.edu/divisions/studentservices/departments/recreation/programs/rec%20and%20sports%20clubs/club%20index.aspx","",0,18,200);
   

Menu4=new Array("title:Calendars & Schedules","/divisions/studentservices/departments/recreation/calendar.aspx","",0,20,175);  

Menu5=new Array("title:FAQS","/divisions/studentservices/departments/recreation/faqs.aspx","",0,20,175);

Menu6=new Array("title:Related Links","/divisions/studentservices/departments/recreation/related.aspx","",0,20,175);

Menu7=new Array("title:KU Home Page","http://www.kutztown.edu","",0,20,175);

Menu8=new Array("title:Text Only Version","","",0,20,175);




   
   
///// below is highlighting page on /////////////////////////
// note: only used if highlightPage = 1


// EXACT if you want to match that exact url
// SUBST if you want to find that string inside (ie everything inside a folder/section)
//       ie http://www.kutztown.edu/about/ with SUBST would match every page that starts with that


	
	var location_list = new Array();
    var root = "/admin/careers/";
	var strip = "http://beta.kutztown.edu"
    
	location_list.push(new Array(EXACT,"index.asp"));
	location_list.push(new Array(SUBST,"about/"));



   
