/************************************************************************************
    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=7;			// 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='#E6E4E5';			// Background color when mouse is not over
	var HighBgColor='#E6E4E5';			// Background color when mouse is over
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontHighColor='#000000';			// 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='#E6E4E5';			// Background color when mouse is not over on subs
	var HighSubBgColor='#E6E4E5';			// Background color when mouse is over on subs
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
    var BorderSubColor='#000000';			// Border color for subs

    // submenu overlaps
   	var ChildOverlap=1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.90;			// vertical overlap child/ parent    

    
    
    // title
    var titleBold = 0;                  // if title is bold (off/on)
    var titleItalic = 0;             // if title is underline (off/on)
    var titleSize = 10;                    // size of title
    var titleColor = "#ffffff"; 
    var titleSubColor = "#000000";     
    
    
	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=132;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=5;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// 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='';				// 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=0;				// 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
*/


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=132;				// Menu offset x coordinate
	var StartLeft=0;				// 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=1;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=0;				// 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, 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("rollover:About Us:/divisions/studentservices/departments/sis/images/navigation/about-us.gif:/divisions/studentservices/departments/sis/images/navigation/about-us.gif","","",2,18,95);

   Menu1_1=new Array("About SUIS","/divisions/studentservices/departments/sis/about/index.aspx","",0,18,150);
   Menu1_2=new Array("Staff","/divisions/studentservices/departments/sis/about/staff.aspx","",0,18,150);
    
Menu2=new Array("rollover:Events Listing:/divisions/studentservices/departments/sis/images/navigation/events-listing.gif:/divisions/studentservices/departments/sis/images/navigation/events-listing.gif","/divisions/studentservices/departments/sis/events.aspx","secondMenu",0,19,115);


Menu3=new Array("rollover:Student Organizations:/divisions/studentservices/departments/sis/images/navigation/student-organizations.gif:/divisions/studentservices/departments/sis/images/navigation/student-organizations.gif","/divisions/studentservices/departments/sis/clubs/index.aspx","fourthMenu",0,18,165);

/*Menu5=new Array("rollover:Student Organizations:/divisions/studentservices/departments/sis/images/navigation/student-organiztions.gif:/divisions/studentservisces/departments/sis/images/navigation/resources-forms.gif","","fifthMenu",9,18,150);

	Menu5_1=new Array("The Resource (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/the_resource.pdf","",0,18,285);
	Menu5_2=new Array("rollover:Student Organization Forms","","",0,18,285);
	
		Menu5_2_1=new Array("Intent to Organize Form (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/intent_to_organize.pdf","",0,18,285);
		Menu5_2_2=new Array("Register Your Student Organization (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/reg0rg.pdf","",0,18,285);
		Menu5_2_3=new Array("Status Change (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/statuschange.pdf","",0,18,285);
		Menu5_2_4=new Array("SGB Monthly Activity Report (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/sgbactivity.pdf","",0,18,285);
		Menu5_2_5=new Array("Late Night Form (PDF)","","",0,18,285);
		Menu5_2_6=new Array("Late Night Request Checklist (PDF)","","",0,18,285);
	
	Menu5_3=new Array("Commencement Speaker Application (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/commencementapplication2.pdf","",0,18,285);
	Menu5_4=new Array("On Campus Sales/Solicitation Request (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/salesformonline.pdf","",0,18,285);
	Menu5_5=new Array("Hazing Information/Report Form","/divisions/studentservices/departments/sis/resources/hazing.aspx","",0,18,285);
	Menu5_6=new Array("Services Program Evaluation","/divisions/studentservices/departments/sis/resources/evaluation.aspx","",0,18,285);
*/	

Menu4=new Array("rollover:Resources & Forms:/divisions/studentservices/departments/sis/images/navigation/resources-forms.gif:/divisions/studentservices/departments/sis/images/navigation/resources-forms.gif","","fifthMenu",17,18,150);
   Menu4_1=new Array("Hazing Information/Report Form","/divisions/studentservices/departments/sis/resources/hazing.aspx","",0,18,300);
   Menu4_2=new Array("Intent to Organize Form (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/intent_to_organize.pdf","",0,18,300);
   Menu4_3=new Array("Late Night Form (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/latenightform.pdf","",0,18,300);
   Menu4_4=new Array("Late Night Request Checklist (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/latenightchecklist.pdf","",0,18,300);
   Menu4_5=new Array("MSU Lawn Reservation and Set up Information (PDF)","daughter:/divisions/studentservices/departments/sis/pdfs/LawnReserv.pdf","",0,18,300);
   Menu4_6=new Array("Officer Transition (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/officertrans.pdf","",0,18,300);
   Menu4_7=new Array("Publicizing Your Event (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/publicizing your event.pdf","",0,18,300);
   Menu4_8=new Array("Recruitment and Retention (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/recruitment & retention.pdf","",0,18,300);
   Menu4_9=new Array("Register Your Student Organization (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/orgregistration.pdf","",0,18,300);
   Menu4_10=new Array("Running an Effective Meeting (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/running an effective meeting.pdf","",0,18,300);
   Menu4_11=new Array("Sales/Solicitation Request (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/salesformonline.pdf","",0,18,300);
   Menu4_12=new Array("Services Program Evaluation","/divisions/studentservices/departments/sis/resources/evaluation.aspx","",0,18,300);
   Menu4_13=new Array("SGB Monthly Activity Report (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/sgbactivity.pdf","",0,18,300);
   Menu4_14=new Array("Status Change (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/statuschange.pdf","",0,18,300);
   Menu4_15=new Array("Support Services for Student Organizations (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/SupportServicesStudentOrg.pdf","",0,18,300);
   Menu4_16=new Array("Team Building (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/teambuilding.pdf","",0,18,300);
   Menu4_17=new Array("PSECU Grant Form (PDF)","daughter:/divisions/studentservices/departments/sis/resources/pdfs/PSECU Grant Form 2009.pdf","",0,18,300);


Menu5=new Array("rollover:Greek Life:/divisions/studentservices/departments/sis/images/navigation/greek-life.gif:/divisions/studentservices/departments/sis/images/navigation/greek-life.gif","/divisions/studentservices/departments/sis/greeklife/index.aspx","sixthMenu",0,18,97);


Menu6=new Array("rollover:ACE:/divisions/studentservices/departments/sis/images/navigation/ace.gif:/divisions/studentservices/departments/sis/images/navigation/ace.gif","daughter:http://www.kutztown.edu/activities/clubs/ace/","seventhMenu",0,18,65);


Menu7=new Array("rollover:Commuters:/divisions/studentservices/departments/sis/images/navigation/commuters.gif:/divisions/studentservices/departments/sis/images/navigation/commuters.gif","http://www.kutztown.edu/divisions/studentservices/departments/sis/commuters.aspx","eighthMenu",0,18,93);

  
///// 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/"));



   
