//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



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



var menuALIGN = "left";		// alignment
var absLEFT = 	4;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	75; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// 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 = 	"white";	// main nav cell color
var rCOLOR = 	"white";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"cccccc"        // main nav border color
var aLINK = 	"#333333";	// main nav link color
var aHOVER = 	"red";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Verdana";	// main nav font face
var fSIZE = 	12;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"white";	// submenu cell color

var srCOLOR = 	"darkgray";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"silver"	        // submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"white";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana";        // submenu font face
var sfSIZE = 	11;		// 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 =	0;		// submenu drop shadow size
var shCOLOR =	"yellow";	// submenu drop shadow color
var shOPACITY = 100;		// 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 = 330;		// 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 = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = true;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")



// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")


addMainItem("/","Info", 65,"center","content","Home Page",0,0,"i");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
  defineSubmenuProperties(120,"left","left",-6,-5,"");
		// add submenu link items ("url","Link name","_target","alt text")
	  addSubmenuItem("/info/contact.html","Contact","content","");
	    addSubmenuItem("http://www.hfa.ucsb.edu/support_giving.html","Online Giving","content","");
		addSubmenuItem("/info/lsit.html","LSIT / Email / Web","content","");
		addSubmenuItem("/info/labs.html","Computer Labs","content","");
		addSubmenuItem("/info/tutorials.html","Software Tutorials","content","");
	  
addMainItem("/news/news.html","News",65,"center","content","News",0,0,"n");

addMainItem("/schedules/schedules.html","Schedules",87,"center","content","Mission",0,0,"m");
	//defineSubmenuProperties(140,"left","left",-6,-5,"");
	  //addSubmenuItem("/schedules/classes.html","Classes","content","");
	  //addSubmenuItem("/schedules/resources.html","Rooms & Resources","content","");

addMainItem("/graduate/graduate.html","Graduate",87,"center","","",0,0,"r");
	defineSubmenuProperties(140,"left","left",-6,-5,"");
	  addSubmenuItem("/graduate/resources.html","Academic Resources","content","");
	  addSubmenuItem("/graduate/visiting.html","Visiting UCSB","content","");
	  addSubmenuItem("/graduate/aprocedures.html","Application Procedure","content","");
    addSubmenuItem("/graduate/areas.html","Areas of Research","content","");
    addSubmenuItem("/graduate/handbook.html","Grad Handbook","content","");
    addSubmenuItem("/graduate/program.html","Program","content","");
	  addSubmenuItem("/graduate/requirements.html","Requirements","content","");
	  addSubmenuItem("/graduate/ltrofrec.html","Ltr of Rec Guidelines","content","");
          addSubmenuItem("/graduate/calendar.html","Academic Calendar","content","");
	
addMainItem("/undergrad/undergraduate.html","Undergraduate",130,"center","","",0,0,"r");
	defineSubmenuProperties(130,"left","left",-6,-5,"");
    addSubmenuItem("/undergrad/courses.html","Courses","content","");
    addSubmenuItem("/undergrad/faq.html","F.A.Q.","content","");
		addSubmenuItem("/undergrad/honors.html","Honors Program","content","");
		addSubmenuItem("/undergrad/underrequirements.html","Major Requirements","content","");
		addSubmenuItem("/undergrad/ltrofrec.html","Ltr of Rec Guidelines","content","");

addMainItem("","People",80,"center","left","",0,0,"t");
	defineSubmenuProperties(120,"left","left",-6,-5,"");
		addSubmenuItem("/people/affiliates.html","Affiliate Faculty","content","");
		addSubmenuItem("","Alumni&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>","","content","");
      defineChildmenuProperties(122,"left","left",11,-8,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3)");
		    // add child menu link items ("url","Link name","_target","alt text")
		    addChildmenuItem("/people/alumni/grads2003.html","2003 Graduates","content","");
		    addChildmenuItem("/people/alumni/grads2004.html","2004 Graduates","content","");
		    addChildmenuItem("/people/alumni/grads2005.html","2005 Graduates","content","");
		    addChildmenuItem("/people/alumni/grads2006.html","2006 Graduates","content","");
		    addChildmenuItem("/people/alumni/grads2007.html","2007 Graduates","content","");
		    addChildmenuItem("/people/alumni/grads2008.html","2008 Graduates","content","");
		    addChildmenuItem("/people/alumni/grads2009.html","2009 Graduates","content","");
		addSubmenuItem("/people/faculty/faculty.html","Faculty&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>","","");
		  // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
      defineChildmenuProperties(122,"left","left",11,-8,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3)");
        // add child menu link items ("url","Link name","_target","alt text")
		    addChildmenuItem("/people/faculty/beckman.html","Laurel Beckman","content","");
				addChildmenuItem("/people/faculty/brown.html","Gary H. Brown","content","");
				addChildmenuItem("/people/faculty/callister.html","Jane Callister","content","");
				addChildmenuItem("/people/faculty/fulbeck.html","Kip Fulbeck","content","");
				addChildmenuItem("/people/faculty/gardner.html","Colin Gardner","content","");
				addChildmenuItem("/people/faculty/hebdige.html","Dick Hebdige","content","");
				addChildmenuItem("/people/faculty/jevbratt.html","Lisa Jevbratt","content","");
				addChildmenuItem("/people/faculty/legrady.html","George Legrady","content","");
				addChildmenuItem("/people/faculty/mulfinger.html","Jane Mulfinger","content","");
				addChildmenuItem("/people/faculty/novak.html","Marcos Novak","content","");
				addChildmenuItem("/people/faculty/peljhan.html","Marko Peljhan","content","");
				addChildmenuItem("/people/faculty/reese.html","Harry Reese","content","");
				addChildmenuItem("/people/faculty/ross.html","Richard Ross","content","");
				addChildmenuItem("/people/faculty/yasuda.html","Kim Yasuda","content","");
		addSubmenuItem("","Grad Students &nbsp;&nbsp;&nbsp;>","content","");
		  defineChildmenuProperties(122,"left","left",11,-8,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3)");
		    // add child menu link items ("url","Link name","_target","alt text")
			addChildmenuItem("/people/graduate/grads2010.html","Grads 2010","content","");
			addChildmenuItem("/people/graduate/grads2011.html","Grads 2011","content","");
    addSubmenuItem("/people/lecturers/lecturers.html","Lecturers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>","content","");
     	defineChildmenuProperties(122,"left","left",11,-8,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3)");
				// add child menu link items ("url","Link name","_target","alt text")
				addChildmenuItem("/people/lecturers/argent.html","Phillip Argent","content","");
				addChildmenuItem("/people/lecturers/beltz.html","Eric Beltz","content","");
				addChildmenuItem("/people/lecturers/budgett.html","Graham Budgett","content","");
				addChildmenuItem("/people/lecturers/casazi.html","Alejandro Casazi","content","");
				addChildmenuItem("/people/lecturers/ekstrom.html","Linda Ekstrom","content","");
				addChildmenuItem("/people/lecturers/folk.html","Elizabeth Folk","content","");
				addChildmenuItem("/people/lecturers/jurist.html","David Jurist","content","");
				addChildmenuItem("/people/lecturers/kinoshita.html","Yumi Kinoshita","content","");
				addChildmenuItem("/people/lecturers/sheng.html","Jeff Sheng","content","");
				addChildmenuItem("/people/lecturers/taschian.html","Helen Taschian","content","");
				addChildmenuItem("/people/lecturers/vanderpool.html","Jennifer Vanderpool","content","");
		addSubmenuItem("/people/staff.html","Staff","content","");
		addSubmenuItem("/people/visiting_artists.html","Visiting Artists","content","");

addMainItem("","Facilities",83,"center","","",0,0,"r");
	defineSubmenuProperties(130,"left","left",-6,-5,"");
		addSubmenuItem("/facilities/atrium/atrium.html","The Atrium","content","");
		//addSubmenuItem("/facilities/dazone/dazone.html","DAZone","content","");
		addSubmenuItem("/facilities/drawing/drawing.html","Drawing Lab","content","");
		addSubmenuItem("/facilities/estudio/estudio.html","eStudio","content","");
		addSubmenuItem("/facilities/foundation/foundation.html","Foundation Studio","content","");
		addSubmenuItem("/facilities/foundry/foundry.html","Foundry","content","");
		addSubmenuItem("/facilities/gallery/gallery.html","Gallery 1434","content","");
		//addSubmenuItem("/facilities/honors_studios/honors_studios.html","Honors Studios","content","");
		addSubmenuItem("/facilities/grad_studios/grad_studios.html","Graduate Studios","content","");
		addSubmenuItem("/facilities/mstudio/mstudio.html","mStudio","content","");
		addSubmenuItem("/facilities/painting/painting.html","Painting Labs","content","");
		//addSubmenuItem("/facilities/paper/paper.html","Paper Lab","content","");
		addSubmenuItem("/facilities/photo/photo.html","Photo Lab","content","");
		addSubmenuItem("/facilities/printlab/printlab.html","Print Lab","content","");
		addSubmenuItem("/facilities/woodshop/woodshop.html","Woodshop","content","");

addMainItem("/search/search.html","Search",78,"center","","",0,0,"r");

//**DO NOT EDIT THIS *****
}//***********************
//************************
