//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  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 = "free";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	-12; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "/dropdown/resources/"; 
var thisLoc = document.location.href; 
if ((thisLoc.indexOf("http://")==-1)&&(thisLoc.indexOf("wysiwyg://")==-1)) { 
   baseHREF = "N:/Shawnee/dropdown/resources/"; 
   if (op5||op6||op7) { baseHREF = "file://localhost/C:/Cake/Internet/WebPages/dropdown/resources/"; } 
   if (ns4||ns6) { baseHREF = "file:///C|/Cake/Internet/WebPages/dropdown/resources/"; } 
   } 
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#ffffff";	// main nav cell color
var rCOLOR = 	"#ffffff";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#cccccc";	// main nav border color
var aLINK = 	"#003399";	// main nav link color
var aHOVER = 	"#996600";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// 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 = 	-19;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#ffffff";	// submenu cell color
var srCOLOR = 	"#ffffff";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#c0c0c0";	// submenu border color
var saLINK = 	"#003399";	// submenu link color
var saHOVER = 	"#996600";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"bold";		// 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 dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow 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 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 = 765;		// 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)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************

var yPos = new Array; 
var xPos = new Array; 
var yp = 0; 
var xp = 0; 
for(i=0;i<8;i++){ 
   yPos[i]=yp; 
   xPos[i]=xp; 
   yp+=18; 
   xp-=12; 
   } 

i=0; 
// 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.shawnee.edu/off/pres/index.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Welcome",130,"left","","",yPos[i++],xPos[1],"a","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,80,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.shawnee.edu/off/pres/index.html","President's welcome","","");
	SI("http://www.shawnee.edu/off/pres/about.html","About Shawnee State","","");
	SI("http://www.shawnee.edu/off/adms/campustour.html","Campus Tour","","");	
	SI("http://www.shawnee.edu/com/cs.html","Community Services","","");
        SI("http://www.shawnee.edu/gov/index.html","Governance","","");


MI("http://www.shawnee.edu/parents.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Parents",130,"left","","",yPos[i++],xPos[1],"f","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,68,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	//SI("http://www.shawnee.edu/off/brsr/index.html","Student Accounts","","");
	SI("http://www.shawnee.edu/pub/cal/index.html","Campus Calendar","","");
	SI("http://www.shawnee.edu/pub/dir/index.html","Directories","","");
	SI("http://www.shawnee.edu/off/ssc/ff.html","Family Orientation","","");
        SI("http://www.shawnee.edu/off/fa/index.html","Financial Aid","","");
	SI("http://www.shawnee.edu/off/com/index.html","News and Events","","");
	SI("http://www.shawnee.edu/off/index.html","Offices","","");
        SI("http://www.shawnee.edu/parents.html","more...","","");




MI("http://www.shawnee.edu/acad/index.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Academics",130,"left","","",yPos[i++],xPos[1],"c","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,90,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.shawnee.edu/off/reg/acalender.html","Academic Calendar","","");
	SI("http://www.shawnee.edu/acad/index.html","Colleges and Programs","","");
	SI("http://www.shawnee.edu/off/reg/courses.html","Course Offerings","","");	
	SI("http://www.shawnee.edu/pub/cat/index.html","Online Catalog","","");
        SI("http://www.shawnee.edu/acad/index.html","more...","","");



MI("http://www.shawnee.edu/future.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Future Students",130,"left","","",yPos[i++],xPos[1],"l","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,120,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.shawnee.edu/off/adms/index.html","Admission Information","","");
	SI("http://www.shawnee.edu/off/cipa/cipa1.html","International Students","","");
	SI("http://www.shawnee.edu/acad/index.html","Degrees Offered","","");
	SI("http://www.shawnee.edu/off/brsr/tuition.html","Fees & Expenses","","");
	SI("http://www.shawnee.edu/off/hsng/index.html","Housing & Residence Life","","");	
	SI("http://www.shawnee.edu/pub/cat/index.html","Online Catalog","","");
	SI("http://www.shawnee.edu/off/ssc/orient.html","Orientation","","");
	SI("http://www.shawnee.edu/off/sa/index.html","Student Life","","");
	SI("http://www.shawnee.edu/off/adms/campustour.html","Visit SSU","","");
	



	
	


MI("http://www.shawnee.edu/current.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Current Students",130,"left","","",yPos[i++],xPos[1],"r","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,125,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	SI("https://myssu.shawnee.edu","MySSU","","");
	SI("http://www.shawnee.edu/off/oit/bb/bbredirect.html","BlackBoard","","");
	SI("http://www.shawnee.edu/intranet/index.htm","Web-based Email Access","","");	
	SI("http://www.shawnee.edu/off/reg/courses.html","Course Offerings","","");
	SI("http://www.shawnee.edu/pub/dir/index.html","Directories","","");
	SI("http://www.shawnee.edu/off/index.html","Offices","","");
	SI("http://www.shawnee.edu/current.html","more...","","");

MI("http://www.shawnee.edu/fs.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Faculty and Staff",130,"left","","",yPos[i++],xPos[1],"l","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,125,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	SI("https://myssu.shawnee.edu","MySSU","","");
	SI("http://www.shawnee.edu/off/oit/bb/bbredirect.html","BlackBoard","","");
	SI("http://www.shawnee.edu/intranet/index.htm","Web-based Email Access","","");	
	SI("http://www.shawnee.edu/off/pr/index.html","Online HR Forms","","");
	SI("http://www.shawnee.edu/fs.html","more...","","");
	
	

MI("http://www.shawnee.edu/af.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Alumni and Friends",130,"left","","",yPos[i++],xPos[1],"l","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,145,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.shawnee.edu/off/alum/index.html","Alumni Association","","");
	SI("http://shawnee.bkstore.com","SSU Bookstore","","");
	SI("http://www.shawnee.edu/pub/cal/index.html","Campus Calendar","","");	
	SI("http://www.shawnee.edu/off/car/index.html","Career Services","","");
	SI("http://www.shawnee.edu/off/dev/index.html","Development Foundation","","");
	SI("http://www.shawnee.edu/off/com/index.html","News and Events","","");
	SI("http://www.shawnee.edu/af.html","more...","","");


MI("http://www.shawnee.edu/off/index.html","<img alt=\"More...\" src=\"graphics/arrow-left-red.gif\">&nbsp;&nbsp;Most Requested Offices",130,"left","","",yPos[i++],xPos[1],"l","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(205,"left","left",0,170,"","","","","","","");


	// add submenu link items ("url","Link name","_target","alt text")
	
	SI("http://www.shawnee.edu/off/car/index.html","Career Services","","");
	SI("http://www.shawnee.edu/off/plt/index.html","Clark Planetarium","","");
	SI("http://www.shawnee.edu/off/pr/index.html","Human Resources","","");
	SI("http://www.shawnee.edu/off/ssc/index.html","Student Success Center","","");
	SI("http://www.shawnee.edu/off/uis/index.html","University Information Services","","");
	SI("http://www.shawnee.edu/off/uos/index.html","University Outreach Services","","");
        SI("http://www.shawnee.edu/off/index.html","more...","","");


	



//* DO NOT EDIT THIS BIT *
}//***********************
//************************


