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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.5 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 = "left";		// alignment mode
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 (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "http://www.ubercon.com/scripts/nav/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#104E8B";	// main nav cell color
var rCOLOR = 	"#44688B";	// main nav cell rollover color
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"#0C3864";	// 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 = 	"verdana, arial, helvetica, sans-serif";	// main nav font face
var fSIZE = 	11;		// 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 = 	2;		// 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 = 	"#44688B";	// submenu cell color
var srCOLOR = 	"#104E8B";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#104E8B";	// submenu border color
var saLINK = 	"#FFFFFF";	// submenu link color
var saHOVER = 	"#FFFFFF";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,sans-serif";	// submenu font face
var sfSIZE = 	10;		// 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 = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 50;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var openTIMER = 10;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 200;		// 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 = 749;		// override grid width
var gridHEIGHT = 21;		// 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 = true;	// 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")
MI("http://www.ubercon.com/nj/","UberCon XIII",180,"center","","",0,0,""); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)

	SP(160,"left","left",-5,-4);
	
	// add submenu link items ("url","Link name","_target","alt text")
	SI("https://secure.ubercon.com/register/","Register For UberCon","","");
        SI("http://www.ubercon.com/nj/schedule/","Online Schedule","","");
	SI("http://www.ubercon.com/nj/attendees.php","How to Attend","","");
	SI("http://www.ubercon.com/nj/","Games &amp; Activities","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		CP(160,"left","left",-1,-1);

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.ubercon.com/nj/content/board.php","Board Games","","");
		CI("http://www.ubercon.com/nj/content/console.php","Console","","");
		CI("http://www.ubercon.com/nj/content/ccg.php","Card Gaming","","");
		CI("http://www.ubercon.com/nj/content/lan.php","Computer/LAN","","");
		CI("http://www.ubercon.com/nj/content/minis.php","Miniatures","","");
		CI("http://www.ubercon.com/nj/content/rpg.php","Role-Playing","","");
		CI("http://www.ubercon.com/nj/content/larp.php","LARP","","");
		CI("http://www.ubercon.com/nj/content/specialevents.php","Special Events","","");
		CI("http://www.ubercon.com/nj/content/medievalexpo.php","Medieval Expo","","");
		CI("http://www.ubercon.com/nj/content/film.php","Film Festival","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.ubercon.com/nj/hotel/","Hotel Information","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		CP(160,"left","left",-1,-1);

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.ubercon.com/nj/hotel/","Hotel Room Info","","");
		CI("http://www.ubercon.com/nj/hotel/driving.php","Driving Directions","","");
		CI("http://www.ubercon.com/nj/hotel/conarea.php","Convention Space","","");
		CI("http://www.ubercon.com/nj/hotel/trans.php","Mass Transit to UberCon","","");
		CI("http://www.ubercon.com/nj/hotel/dining.php","Local Dining","","");

	SI("http://www.ubercon.com/nj/content/guests.php","Guests of Honor","","");
	SI("http://www.ubercon.com/nj/content/dealers.php","Dealer Room","","");
	SI("http://www.ubercon.com/nj/content/sponsors.php","Sponsors","","");
	SI("http://www.ubercon.com/nj/faq.php","FAQ","","");


MI("https://secure.ubercon.com/","Participate",140,"center","","",0,0,""); 
	SP(165,"left","left",-5,-4);
	SI("https://secure.ubercon.com/register/","Attend - Register","","");
	SI("https://secure.ubercon.com/mycon/","Attend - My UberCon","","");
	SI("http://www.ubercon.com/nj/gmform.php","Volunteer - Run Events","","");
	SI("http://www.ubercon.com/nj/volunteerform.php","Volunteer - General","","");
//	SI("http://www.ubercon.com/nj/guests.php","Become a Guest of Honor","","");
	SI("http://www.ubercon.com/nj/booths.php","Dealer - Inquiry","","");
	SI("http://www.ubercon.com/contact/dealer.php","Dealer - Registration","","");
	SI("http://www.ubercon.com/nj/sponsors.php","Sponsorship Opportunities","","");
	SI("http://www.ubercon.com/nj/faq.php","FAQ","","");

MI("http://www.ubercon.com/ubercon/","Corporate",140,"center","","",0,0,""); 

	SP(140,"left","left",-5,-4);

	SI("http://www.ubercon.com/ubercon/","About UberCon","",""); 
	SI("http://www.ubercon.com/ubercon/contacts.php","UberCon Contacts","",""); 
	SI("http://www.ubercon.com/downloads/","Downloads","",""); 
	SI("http://www.ubercon.com/press/","Press Information","","");

MI("http://forum.ubercon.com/","Forum",140,"center","","",0,0,""); 

MI("http://www.ubercon.com/contact/","Contact Us",140,"center","","",0,0,""); 

	SP(140,"right","right",-5,-4);

	SI("http://www.ubercon.com/contact/","Web Contact Form","",""); 
	SI("http://www.ubercon.com/contact/dealer.php","Dealer Inquiry Form","","");
	SI("http://www.ubercon.com/ubercon/contacts.php","UberCon Contacts","",""); 
	SI("http://www.ubercon.com/privacy.php","Privacy Policy","","");


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

