//UDMv3.8.5//* DO NOT EDIT THIS BIT *if (!exclude) { //********//************************///////////////////////////////////////////////////////////////////////////////  ULTIMATE DROP DOWN MENU VERSION 3.8.5 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 = "virtual";		// alignment modevar absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)var absTOP = 	0; 		// absolute top positionvar staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)var stretchMENU = false;	// show empty cellsvar showBORDERS = false;	// show empty cell bordersvar baseHREF = "http://www.cogneo.com/clients/brie/production/scripts/";	// base pathvar zORDER = 	1000;		// base z-order of nav structurevar mCOLOR = 	"";		// main nav cell colorvar rCOLOR = 	"";		// main nav cell rollover colorvar bSIZE = 	0;		// main nav border sizevar bCOLOR = 	"";		// main nav border colorvar aLINK = 	"";		// main nav link colorvar aHOVER = 	"";		// main nav link hover-color (dual purpose)var aDEC = 		"";		// main nav link decorationvar fFONT = 	"";		// main nav font facevar fSIZE = 	0;		// main nav font size (pixels)var fWEIGHT = 	"";		// main nav font weightvar tINDENT = 	0;		// main nav text indent (if text is left or right aligned)var vPADDING = 0;		// main nav vertical cell paddingvar vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)var keepLIT =	true;		// keep rollover color when browsing menuvar vOFFSET = 	0;		// shift the submenus verticallyvar hOFFSET = 	0;		// shift the submenus horizontallyvar smCOLOR = 	"#E0EBF1";	// submenu cell colorvar srCOLOR = 	"#FFCE31";	// submenu cell rollover colorvar sbSIZE = 	1;		// submenu border sizevar sbCOLOR = 	"#000063";	// submenu border colorvar saLINK = 	"#000063";	// submenu link colorvar saHOVER = 	"#000063";	// submenu link hover-color (dual purpose)var saDEC = 	"none";		// submenu link decorationvar sfFONT = 	"Arial, Helvetica, sans-serif";	// submenu font facevar sfSIZE = 	9;		// submenu font size (pixels)var sfWEIGHT = 	"normal";	// submenu font weightvar stINDENT = 	5;		// submenu text indent (if text is left or right aligned)var svPADDING = 1;		// submenu vertical cell paddingvar svtOFFSET = 2;		// submenu vertical text offset (+/- pixels from middle)var shSIZE =	0;		// submenu dropshadow sizevar shCOLOR =	"";	// submenu dropshadow colorvar shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)var keepSubLIT = true;		// keep submenu rollover color when browsing child menuvar chvOFFSET = -12;		// shift the child menus verticallyvar chhOFFSET = 7;		// shift the child menus horizontallyvar openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)var closeTIMER = 50;		// menu closing delay timevar aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)var altDISPLAY = "status";		// where to display alt textvar allowRESIZE = mu;		// allow resize/reloadvar redGRID = false;		// show a red gridvar gridWIDTH = 0;		// override grid widthvar gridHEIGHT = 0;		// override grid heightvar documentWIDTH = 0;		// override document widthvar hideSELECT = true;		// auto-hide select boxes when menus open (ie only)var allowForSCALING = false;	// allow for text scaling in gecko browsersvar 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 ***********************************************************// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")addMainItem("http://www.cogneo.com/clients/brie/production/news_events/index.html","News & Events",100,"left","","News & Events",0,0,"u","","","","");	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")	defineSubmenuProperties(125,"left","left",0,0,"","","","","","","");	// add submenu link items ("url","Link name","_target","alt text")	addSubmenuItem("http://www.cogneo.com/clients/brie/production/news_events/publication/index.html","Publication Announcements","","Publication Announcements");	addSubmenuItem("http://www.cogneo.com/clients/brie/production/news_events/upcoming/index.html","Upcoming Events","","Upcoming Events");	addSubmenuItem("http://www.cogneo.com/clients/brie/production/news_events/past/index.html","Past Events","","Past Events");		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")		CP(178,"left","center",0,0,"","","","","","","");		// add child menu link items ("url","Link name","_target","alt text")MI("http://www.cogneo.com/clients/brie/production/about/index.html","About BRIE",100,"left","","About BRIE",0,0,"x","","","","");	SP(97,"left","left",0,0,"","","","","","","");	SI("http://www.cogneo.com/clients/brie/production/about/history/index.html","History","","History");	SI("http://www.cogneo.com/clients/brie/production/about/courses/index.html","Courses","","Courses");MI("http://www.cogneo.com/clients/brie/production/people/index.html","People",100,"left","","People",0,0,"b","","","","");	SP(63,"left","left",0,0,"","","","","","","");	SI("http://www.cogneo.com/clients/brie/production/people/faculty/index.html","Faculty","","Faculty");	SI("http://www.cogneo.com/clients/brie/production/people/researchers/index.html","Researchers","","Researchers");	SI("http://www.cogneo.com/clients/brie/production/people/affiliates/index.html","Affiliates","","Affiliates");MI("http://www.cogneo.com/clients/brie/production/research/index.html","Research",100,"left","","Research",0,0,"r","","","","");	SP(84,"left","left",0,0,"","","","","","","");	SI("http://www.cogneo.com/clients/brie/production/research/publications/index.html","Publications","","Publications");	SI("http://www.cogneo.com/clients/brie/production/research/current/index.html","Current Themes","","Current Themes");//* DO NOT EDIT THIS BIT *}//***********************//************************