// UDMv3.8.6
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.6 by Brothercake
//  http://www.udm4.com/udm3/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"CC6600";	// main nav cell color
var rCOLOR = 	"666666";	// main nav cell rollover color
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"CCCCCC";	// main nav border color
var aLINK = 	"FFFFFF";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	12;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"CC6600";	// submenu cell color

var srCOLOR = 	"666666";	// submenu cell rollover color
var sbSIZE = 	2;		// submenu border size
var sbCOLOR = 	"CCCCCC";   	// submenu border color
var saLINK = 	"FFFFFF";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";                  // submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"		// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 100;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)


//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("http://www.buffalostate.edu/offices/hr","Home",60,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	SP(120,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.buffalostate.edu/offices/hr/sitemap.asp","Site Map","","");
	SI("http://www.buffalostate.edu","Buffalo State","","");
	

// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

MI("http://www.buffalostate.edu/offices/hr/jobs.asp","Employment",85,"center","","",0,0,"w");

	SP(120,"left","left",-4,0,"");

	SI("http://jobs.buffalostate.edu","Professional/Faculty","","");
	SI("http://www.buffalostate.edu/offices/hr/jobs.asp#Classified","Classified","","");
	SI("http://jobs.buffalostate.edu","Graduate Assistant","","");
	SI("http://www.buffalostate.edu/offices/hr/jobs.asp#vacancy","Vacancies by E-mail","","");
	SI("http://www.buffalostate.edu/offices/hr/jobs.asp","More &gt;&gt;","","");
	

MI("http://www.buffalostate.edu/offices/hr/benefits.asp","Benefits",70,"center","","",0,0,"s");

	SP(120,"left","left",-4,0,"");

	SI("http://www.buffalostate.edu/offices/hr/spotlight.asp","In the Spotlight","","");
	SI("http://www.buffalostate.edu/offices/hr/eap.asp","EAP","","");
	SI("http://www.buffalostate.edu/offices/hr/benefits.asp#health","Health Insurance","","");
	SI("http://www.buffalostate.edu/offices/hr/holidays.asp","Holidays","","");
	SI("http://www.buffalostate.edu/offices/hr/benefits.asp#retirement","Retirement","","");
	SI("http://www.buffalostate.edu/offices/hr/benefits.asp","More &gt;&gt;","_blank","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		//defineChildmenuProperties(112,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://www.vancouversun.com","Vancouver Sun","","");
		//addChildmenuItem("http://www.ctvnews.ca","CTV News","","");

MI("http://www.buffalostate.edu/offices/hr/forms.asp","Forms",60,"center","","",0,0,"s");

	SP(120,"left","left",-4,0,"");

	SI("http://www.buffalostate.edu/offices/hr/forms.asp","More &gt;&gt;","_blank","");



MI("http://www.buffalostate.edu/offices/hr/payroll.asp","Payroll",70,"center","","",0,0,"t");

	SP(182,"left","left",-4,0,"");


	SI("http://www.buffalostate.edu/offices/hr/admin.pdf","Administration Payroll Schedule","","");
	SI("http://www.buffalostate.edu/offices/hr/directdepositform.pdf","Direct Deposit Form","","");
	SI("http://www.buffalostate.edu/offices/hr/direct_deposit_faq.asp","Direct Deposit FAQ","","");
	SI("http://www.buffalostate.edu/offices/hr/payroll.asp","More &gt;&gt;","","");
	

MI("http://www.buffalostate.edu/offices/hr/policies.asp","Policies & Manuals",130,"center","","",0,0,"t");

	SP(200,"left","left",-4,0,"");

	SI("http://www.buffalostate.edu/offices/hr/manual/index.htm","HRM Manual","","");
	SI("http://www.buffalostate.edu/offices/hr/manual/salaries.asp","Salary Information","","");
	SI("http://www.buffalostate.edu/offices/hr/handbook/index.htm","New Employee Handbook","","");
	SI("http://www.buffalostate.edu/offices/hr/pepds/index.htm","PEPDS","","");
	SI("http://www.buffalostate.edu/offices/hr/pepds/sf/index.htm","Success Factors","","");
	SI("http://www.buffalostate.edu/offices/hr/goer/index.htm","Supervisor\'s Guide to Counseling","","");
	SI("http://www.buffalostate.edu/professionaldevelopment/x515.xml","Faculty-Librarian Handbook","","");
	SI("http://www.buffalostate.edu/professionaldevelopment/x512.xml","Adjunct Faculty Guidebook","","");
	SI("http://www.buffalostate.edu/offices/hr/policies.asp","More &gt;&gt;","","");

MI("http://www.buffalostate.edu/offices/hr/directory.asp","Staff Directories",120,"center","","",0,0,"t");

	SP(154,"left","left",-4,0,"");

	SI("http://www.buffalostate.edu/deptoffice.xml","Departments and Offices","","");
	SI("http://www.buffalostate.edu/offices/hr/orgchart.htm","Organization Chart","","");
	SI("http://www.buffalostate.edu/findpeople.xml","Online Directory","","");
              SI("http://www.buffalostate.edu/offices/hr/dira.asp","Directory Add/Update Form","","");
 	SI("http://www.buffalostate.edu/offices/hr/emeriti.asp","Emeriti Directory","","");
	SI("http://www.buffalostate.edu/offices/hr/directory.asp","More &gt;&gt;","","");

MI("http://www.buffalostate.edu/offices/hr/staffdev.asp","Staff Development",125,"center","","",0,0,"t");

	SP(180,"left","left",-4,0,"");

	SI("http://bscintra.buffalostate.edu/registration/default.asp","Computer Training","","");
	SI("http://www.buffalostate.edu/offices/hr/ida.asp","Individual Development Awards","","");
	SI("http://www.buffalostate.edu/offices/hr/staffdev.asp","More &gt;&gt;","","");


MI("http://www.buffalostate.edu/offices/hr/faq.asp","FAQ",45,"center","","",0,0,"t");

	SP(80,"right","center",-4,0,"");

	SI("http://www.buffalostate.edu/offices/hr/faq.asp","Get answers!","","");
	


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

