//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************

///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//
///////////////////////////////////////////////////////////////////////////


// *** POSITIONING AND STYLES *********************************************

var menuALIGN = "left";		// alignment mode
var absLEFT = 	20;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	102; 		// 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 = "http://www.eosc.edu/resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#ffffff";	// main nav cell color
var rCOLOR = 	"#000066";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#000066";	// main nav border color
var aLINK = 	"#000066";	// main nav link color
var aHOVER = 	"#ffffff";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana,arial,sans-serif";	// main nav font face
var fSIZE = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	1;		// 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 = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#ffffff";	// submenu cell color
var srCOLOR = 	"#ffe064";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#ffe064";	// submenu border color
var saLINK = 	"#000066";	// submenu link color
var saHOVER = 	"#000066";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,sans-serif";	// submenu font face
var sfSIZE = 	9;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	1;		// 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 = 739;		// override grid width
var gridHEIGHT = 150;		// override grid height
var documentWIDTH = 739;		// 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 = true;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 9;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 9;		//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 ***********************************************************



// 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.eosc.edu/prospective_students/prospective_students.html","<span class='u'>F</span>uture Student",95,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/prospective_students/prospective_students.html","Prospective Students","","");
	SI("http://www.eosc.edu/prospective_students/sights_sounds.html","Sights and Sounds<br>of Eastern","","");
	CP(160,"left","center",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.eosc.edu/prospective_students/sights_sounds.html","Campus Video","","");
		CI("http://www.eosc.edu/prospective_students/tour1_academic.html","Campus Life","","");
		CI("http://www.eosc.edu/~compserv/cyardcamhigh.html","Web Cam","","");
		CI("http://www.eosc.edu/prospective_students/sights_sounds.html","Radio Station","","");
	SI("http://www.eosc.edu/prospective_students/campus_visit.html","Campus Visit","","");
		CP(160,"left","center",0,0,"","","","","","","");

		CI("http://www.eosc.edu/prospective_students/campus_visit.html","Schedule A Tour","","");
		CI("http://www.eosc.edu/prospective_students/request_info.html","Request Info","","");
	SI("http://www.eosc.edu/prospective_students/recruiters.html","Recruiters","","");

MI("http://www.eosc.edu/admission/admission.html","<span class='u'>A</span>dmissions",75,"center","","",0,0,"","","","","");

	SP(160,"left","left",0,0,"","","","","","","");

	SI("http://www.eosc.edu/admission/admission.html","Admissions","","");
	SI("http://www.eosc.edu/admission/admission_procedure.html","Procedure","","");
	SI("http://www.eosc.edu/admission/counseling.html","Counseling Center","","");
	SI("http://www.eosc.edu/admission/admission_concurrent_student.html","Concurrent Students","","");
	SI("http://www.eosc.edu/admission/admission_international.html","International Students","","");
	SI("http://www.eosc.edu/admission/application.html","Online Forms","","");
	

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(160,"left","center",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.eosc.edu/admission/application.html","Application for<br>Admission","","");
		CI("http://www.eosc.edu/admission/transcript.html","Transcript<br>Request Form","","");
		CI("http://www.eosc.edu/admission/admission_concurrent_student.html","Concurrent Student<br>Enrollment Form","","");
	
	SI("http://www.eosc.edu/admission/enrollment.html","Enrollment","","");
		CP(160,"left","center",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.eosc.edu/admission/enrollment.html","Procedures","","");
		CI("http://www.eosc.edu/admission/enrollment.html","New Student<br>Enrollment","","");
		CI("http://www.eosc.edu/admission/enrollment.html","Current Student<br>Enrollment","","");
		CI("http://www.eosc.edu/admission/admission_fresh_start.html","Fresh Start<br>Program","","");
		CI("http://www.eosc.edu/admission/enrollment_transfer.html","Transfer Enrollment Center","","");
SI("http://www.eosc.edu/admission/registrar.html","Registrar","","");
SI("http://www.eosc.edu/admission/veterans.html","Veteran Services","","");
		
MI("http://www.eosc.edu/academic/academic.html","<span class='u'>A</span>cademics",70,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/academic/academic.html","Academics","","");
	SI("http://www.eosc.edu/academic/programs.html","Programs and Degree Plans","","");
	SI("http://www.eosc.edu/academic/degreeworks/degreeworks.html","DegreeWorks Web Audit ","","");
	SI("http://www.eosc.edu/academic/webadvisor_faq.html","WebAdvisor (Portal)","","");
	SI("http://www.eosc.edu/schedule/","Course Schedules","","");
	SI("http://www.eosc.edu/schedule/","ITV/Distance Learning","","");
	SI("http://www.eosc.edu/academic/webct/webct.html","WebCT For Online Education","","");
	SI("http://www.eosc.edu/academic/academic_catalog.html","Academic Catalog","","");
	
	CP(160,"left","center",0,0,"","","","","","","");

		CI("http://www.eosc.edu/academic/academic_catalog.html","Course Descriptions","","");
		
	SI("http://www.eosc.edu/academic/academic.html","Academic Divisions","","");
	CP(160,"left","center",0,0,"","","","","","","");

		CI("http://www.eosc.edu/academic/agdiv.html","Agriculture","","");
		CI("http://www.eosc.edu/academic/ag_div/farm/farm.html","::Agriculture Learning Farm","","");
		CI("http://www.eosc.edu/academic/business_div.html","Business","","");
		CI("http://www.eosc.edu/academic/language_div.html","Language Arts and Commun","","");
		CI("http://www.eosc.edu/academic/nursing/index.html","Nursing","","");
		CI("http://www.eosc.edu/academic/science_div.html","Science and Mathematics","","");
		CI("http://www.eosc.edu/academic/libarts_div.html","Social Science and Music","","");
		
	SI("http://www.eosc.edu/academic/community_service/community.html","Continuing Education","","");
	SI("http://www.eosc.edu/academic/finals.html","Final Exam Schedules","","");
	SI("http://www.eosc.edu/academic/honors/honors.html","Honors Program","","");	
		
MI("http://www.eosc.edu/current_student/current_student.html","<span class='u'>C</span>urrent Students",105,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/current_student/current_student.html","Current Student Activities","","");
	SI("http://www.eosc.edu/current_student/clubs.html","Clubs and Organizations","","");
	SI("http://www.eosc.edu/photos/photos_main.html","Activity Photos","","");
	SI("http://www.eosc.edu/current_student/student_profiles.html","Student Profiles","","");
	SI("http://www.eosc.edu/current_student/student_activities_post.html","Activity Calendar","","");
	SI("http://www.eosc.edu/current_student/intramural.html","Intramurals","","");
	SI("http://dtelwebadv.eosc.edu:8080/WebAdvisor/WebAdvisor","Student Class Schedules","","");
	
	
MI("http://www.eosc.edu/alumni/alumni.html","<span class='u'>A</span>lumni",48,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/alumni/alumni.html","Alumni Home","","");
	SI("http://www.eosc.edu/alumni/hall_of_fame.html","Hall Of Fame","","");
	SI("http://www.eosc.edu/alumni/alumni_connect.html","Stay Connected<br>Address Update Form","","");
	SI("http://www.eosc.edu/alumni/members.html","Board Members","","");
	SI("http://www.eosc.edu/alumni/lifemembers.html","Life Members","","");
	
MI("http://www.eosc.edu/athletics/athletics.html","<span class='u'>A</span>thletics",62,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/athletics/athletics.html","Athletics Home","","");
	SI("http://www.eosc.edu/athletics/athletics_press.html","Athletic News","","");
	SI("http://www.eosc.edu/athletics/photos/photo_varsity.html","Athletic Photos","","");
	SI("http://www.eosc.edu/athletics/booster.html","Booster Club","","");
	CP(160,"left","center",0,0,"","","","","","","");

		CI("http://www.eosc.edu/athletics/booster_membership.html","Membership Form","","");
	
	SI("http://www.eosc.edu/athletics/mbb/mbb.html","Basketball-Men Home","","");
		CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/athletics/mbb/mbb_schedule.html","Schedule","","");
		CI("http://www.eosc.edu/athletics/mbb/mbb_roster.html","Roster","","");
	
	SI("http://www.eosc.edu/athletics/wbb/wbb.html","Basketball-Women Home","","");
		CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/athletics/wbb/wbb_schedule.html","Schedule","","");
		CI("http://www.eosc.edu/athletics/wbb/wbb_roster.html","Roster","","");	
		CI("http://www.eosc.edu/athletics/wbb/questionnaire.html","Questionnaire","","");

	SI("http://www.eosc.edu/athletics/softball/softball.html","Softball Home","","");
		CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/athletics/softball/softball_schedule.html","Schedule","","");
		CI("http://www.eosc.edu/athletics/softball/softball_roster.html","Roster","","");	

	SI("http://www.eosc.edu/athletics/baseball/baseball.html","Baseball Home","","");
		CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/athletics/baseball/baseball_schedule.html","Schedule","","");
		CI("http://www.eosc.edu/athletics/baseball/baseball_roster.html","Roster","","");	
		
	SI("http://www.eosc.edu/athletics/camps.html","Camps","","");
	SI("http://www.eosc.edu/athletics/records.html","Field House Records","","");
	SI("http://www.eosc.edu/athletics/all_americans.html","All Americans","","");
		
MI("http://www.eosc.edu/student_services/studentservices.html","<span class='u'>S</span>tudent Services",105,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/student_services/studentservices.html","Student Services","","");
	SI("http://www.eosc.edu/student_services/dorms.html","Campus Dormitories","","");
	CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/student_services/dorms_faq.html","FAQ::Campus Dormitories","","");
		CI("http://www.eosc.edu/student_services/dorms.html","Dorm Application","","");
		CI("http://www.eosc.edu/student_services/dorms.html","Dorm Packing List","","");
		SI("http://www.eosc.edu/student_services/student_housing.html","Campus Apartments","","");
	CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/student_services/student_housing.html","FAQ:: Student Apartments","","");
		CI("http://www.eosc.edu/student_services/student_housing.html","Apartment Application","","");
	SI("http://www.eosc.edu/student_services/food_service.html","Food Service","","");
	SI("http://www.eosc.edu/student_services/bookstore.html","Bookstore","","");
	SI("http://www.eosc.edu/student_services/postoffice.html","Post Office","","");
	SI("http://www.eosc.edu/student_services/parents/parents.html","Parents","","");
	CP(160,"left","center",0,0,"","","","","","","");
		CI("http://www.eosc.edu/student_services/parents/faq_top_ten_list.html","FAQ::Top Ten List","","");
		CI("http://www.eosc.edu/student_services/parents/ferpa.html","FERPA","","");
		CI("http://www.eosc.edu/student_services/parents/mayor_brinlee.html","COMMUNITY INFO","","");
				
MI("http://www.eosc.edu/general/general.html","<span class='u'>A</span>bout Eastern",90,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(160,"right","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/general/general.html","About Eastern","","");
	SI("http://www.eosc.edu/general/general.html","Accreditation","","");
	SI("http://www.eosc.edu/general/general.html","College Highlights","","");
	SI("http://www.eosc.edu/general/campusmap.html","Campus Map","","");
	SI("http://www.eosc.edu/general/general.html","Location","","");
	SI("http://www.eosc.edu/general/employ_opp/employment_opp.html","Employment Opportunities","","");	
	SI("http://www.eosc.edu/general/general.html","Driving Directions","","");
	
MI("http://www.eosc.edu/library/","<span class='u'>L</span>ibrary",50,"center","","",0,0,"","","","","");
SP(160,"right","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.eosc.edu/library/","Library Media Center","","");
	SI("http://www.eosc.edu/library/staff.html","Staff and Contact Info","","");
	SI("http://www.eosc.edu/library/service.html","Services","","");
	SI("http://www.eosc.edu/library/reference.html","Reference","","");
	SI("http://www.eosc.edu/library/technology.html","Library Technology","","");
	SI("http://www.eosc.edu/~library/","What's New","","");
	SI("http://www.eosc.edu/library/media.html","Multi-Media Center","","");
	
//* DO NOT EDIT THIS BIT *
}//***********************
//************************

