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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  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
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	320; 		// 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 = 	"#E1CB9C";	// main nav cell color
var rCOLOR = 	"#8B2841";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#D4BC80"	// main nav border color
var aLINK = 	"#660033";	// main nav link color
var aHOVER = 	"#FFFFFF";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// 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 = 	7;		// 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 = 	"#E1CB9C";	// submenu cell color

var srCOLOR = 	"#8B2841";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"#660033";	// submenu link color
var saHOVER = 	"#FFFFFF";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// 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 drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// 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 openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
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 = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// 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;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



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

addMainItem("index.html","Home",145,"center","","",-26,0,"","","","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("","About USGE",145,"center","","About USGE",0,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(164,"right","left",-29,-164,"","","","","","","");

	addSubmenuItem("over.html","Overview","","");
	addSubmenuItem("chart.html","Structure Chart","","");
	addSubmenuItem("aboutnp.html","National President","","");
	addSubmenuItem("aboutne.html","National Executive","","");
	addSubmenuItem("aboutno.html","National Office","","");
	addSubmenuItem("aboutup.html","The USGE and the PSAC","","");	
	
addMainItem("","News",145,"center","","",26,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(230,"right","left",-29,-228,"","","","","","","");

	addSubmenuItem("current.html","Current Month's News","","");
	addSubmenuItem("lmn.html","Last Month's News","","");
	addSubmenuItem("archives.html","Archived News","","");	
	
addMainItem("","Services",145,"center","","",52,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(230,"right","left",-29,-228,"","","","","","","");

	addSubmenuItem("workplace.html","Workplace Representation","","");
	addSubmenuItem("lmc.html","Labour-Management Consultation","","");
	addSubmenuItem("healthsafety.html","Health and Safety","","");
	addSubmenuItem("edutrainingt.html","Education and Training","","");
	addSubmenuItem("negotiations.html","Negotiations","","");

addMainItem("","Resources",145,"center","","",78,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(260,"right","left",-29,-255,"","","","","","","");

	addSubmenuItem("presreps.html","President's Reports","","");
	addSubmenuItem("toolbox.html","Local Tool Box","","");
	addSubmenuItem("harassment.html","Harassment Awareness Kit","","");
	addSubmenuItem("policy.html","Policy Papers","","");
	addSubmenuItem("resolutions.html","Resolutions of Record","","");
	addSubmenuItem("agreements.html","Collective Agreements","","");
	addSubmenuItem("legislation.html","Relevant Legislation","","");
	
addMainItem("","Publications",145,"center","","",104,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(230,"right","left",-29,-228,"","","","","","","");

	addSubmenuItem("usgetoday.html","Today's USGE","","");
	addSubmenuItem("knowyourrights.html","Know Your Rights","","");
	addSubmenuItem("newsletter.html","USGE Solidarity Newsletter","","");
	addSubmenuItem("presentations.html","USGE Presentations and Reports","","");	

addMainItem("","Events",145,"center","","",130,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(235,"right","left",-29,-228,"","","","","","","");

	addSubmenuItem("ntconvention.html","Triennial National Convention","","");
	addSubmenuItem("regconferences.html","Regional Conferences","","");
	addSubmenuItem("lpconferences.html","National Local Presidents' Meeting","","");
	addSubmenuItem("cbconferences.html","Collective Bargaining Conferences","","");
	addSubmenuItem("psacconventions.html","PSAC Convention","","");

addMainItem("","Governance",145,"center","","",156,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(260,"right","left",-29,-254,"","","","","","","");

	addSubmenuItem("usgebylaws.html","USGE By-Laws","","");
	addSubmenuItem("usgeregs.html","USGE Regulations","","");
	addSubmenuItem("psacbylaws.html","PSAC Constitution and Regulations","","");

addMainItem("","Forms",145,"center","","",182,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(320,"right","left",-29,-315,"","","","","","","");

	addSubmenuItem("repform.html","USGE Representative Information","","");
	addSubmenuItem("usgelocalaudit.html","USGE Local Audited Financial Statements","","");
	addSubmenuItem("pssrb.html","Public Service Labour Relations Board","","");
	addSubmenuItem("psc.html","Public Service Staffing Tribunal","","");
	addSubmenuItem("treasury.html","Treasury Board","","");
	addSubmenuItem("lcohs.html","Labour Canada Occupational Health and Safety","","");

addMainItem("","Member Benefits",145,"center","","",208,0,"","","","","");

defineSubmenuProperties(320,"right","left",-29,-315,"","","","","","","");

	addSubmenuItem("memberbenefits-homeandautoinsurance.html","Home & Car Insurance","","");
	addSubmenuItem("memberbenefits-scholarships.html","USGE Scholarships","","");	

addMainItem("","Web Links",145,"center","","",234,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(365,"right","left",-29,-360,"","","","","","","");

	addSubmenuItem("usgelinks.html","USGE Regional or Local Sites","","");
	addSubmenuItem("employer.html","Departments/Agencies Employing USGE Members","","");
	addSubmenuItem("otherdep.html","Other Departments/Agencies Impacting USGE Members","","");
	addSubmenuItem("union.html","Unions and Labour Organizations","","");
	addSubmenuItem("cjo.html","Criminal Justice Organizations","","");
	addSubmenuItem("general.html","General Interest","","");

addMainItem("","Contact USGE",145,"center","","",260,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
defineSubmenuProperties(164,"right","left",-29,-164,"","","","","","","");

	addSubmenuItem("lp.html","Local Presidents","","");
	addSubmenuItem("ne.html","National Executive","","");
	addSubmenuItem("nos.html","National Office Staff","","");

// addMainItem("http://205.150.57.151/en/index.html","Home",145,"center","","",208,0,"","","","","");

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