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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 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 = 	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 (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// 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 = 	"black";	// main nav cell color
var rCOLOR = 	"black";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"yellow";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	12;		// 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 = 	"black";	// submenu cell color

var srCOLOR = 	"black";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"yellow";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// 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 =	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 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 = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// 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")
addMainItem("","Staff Entrance",80,"center","","",0,0,"");
	defineSubmenuProperties(180,"left","left",-4,0,"");
addSubmenuItem("staff_entrance.htm","Bristow: The Staff Entrance","","");
addSubmenuItem("covers.htm","Bristow in print","","");
addSubmenuItem("radio.htm","Bristow on the Radio","","");
addSubmenuItem("about.htm","About this website","","");	

addMainItem("","Mr. Bristow ",80,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("soul.htm","The Soul of a Buying Clerk","","");
	addSubmenuItem("job.htm","Just a Job","","");
addSubmenuItem("system.htm","Bristow vs. The System","","");
addSubmenuItem("ambitions.htm","Bristow's Ambitions","","");
addSubmenuItem("romance.htm","Bristow's Romances","","");
	addSubmenuItem("getting_to_work.htm","Getting to Work","","");
addSubmenuItem("sleep.htm","Sleep","","");
addSubmenuItem("tea.htm","Tea","","");
	addSubmenuItem("origins.htm","Origins","","");


addMainItem("","Chester-Perry's",90,"center","","",0,0,"");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(180,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("inside_the_offices.htm","Inside the Offices","","");
	addSubmenuItem("how_big_is_c-ps.htm","How Big is C-Ps?","","");
	addSubmenuItem("buying_dept.htm","The Buying Department","","");
	addSubmenuItem("canteen.htm","The Firm's Canteen","","");
	addSubmenuItem("where.htm","Where is C-Ps located?","","");
	addSubmenuItem("typingpool.htm","The Typing Pool","","");
	addSubmenuItem("Hickford.htm","The House Journal","","");
	addSubmenuItem("sick.htm","The Firm's Sick Bay","","");
		addSubmenuItem("other_cp.htm#other departments","Other Departments","","");
		addSubmenuItem("other_cp.htm#the firms colours","The Firm's Colours","","");
		addSubmenuItem("other_cp.htm#the firm's standard","Sir Reginald's Standard","","");
		addSubmenuItem("other_cp.htm#sexism","Sexism","","");
		addSubmenuItem("other_cp.htm#ttd","The Great Tea Trolley Disaster of '67","","");
		addSubmenuItem("other_cp.htm#glv","The Great Luncheon Voucher Swindle","","");
		addSubmenuItem("other_cp.htm#gfd","The Great Desktop Football Disaster","","");
		addSubmenuItem("other_cp.htm#the northern branch","The Northern Branch","","");

	addSubmenuItem("other_cp.htm#two","Two men in the corridor","","");
														

addMainItem("","Outside C-Ps",90,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(180,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("blondinis.htm","The Blondini Brothers","","");
	addSubmenuItem("mylesrudge.htm","Myles & Rudge","","");
	addSubmenuItem("N_Walters.htm","N. Walters & Son","","");
	addSubmenuItem("gunfames.htm","Gun & Fames","","");
	addSubmenuItem("heaptrotwood.htm","Heap & Trotwood","","");
addSubmenuItem("pretty.htm","Miss Pretty of Kleenaphone","","");
	addSubmenuItem("funboys.htm","Funboys Tours (props: Sol & Sonny)" ,"","");
		
	addSubmenuItem("bodega_brothers.htm","Bodega Brothers","","");
	addSubmenuItem("press.htm","The Press","","");
	addSubmenuItem("British_Hi-Speed.htm","British Hi-Speed and others","","");
	addSubmenuItem("other_out.htm#warden","Traffic Warden 262","","");
		addSubmenuItem("other_out.htm#park","The Park-keeper","","");
		addSubmenuItem("other_out.htm#tramps","The Tramps","","");
		addSubmenuItem("other_out.htm#effandee","Effandee Holdings","","");
		addSubmenuItem("other_out.htm#boggis","Elvis Boggis","","");
		addSubmenuItem("other_out.htm#greedy","Greedy Fella","","");
		addSubmenuItem("other_out.htm#joe","Joe's Joke Emporium","","");
		addSubmenuItem("other_out.htm#hulines","The Dreaded Hulines","","");



addMainItem("","Superiors",80,"center","","",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0,"");

	addSubmenuItem("sir_reginald.htm","Sir Reginald Chester-Perry","","");
	addSubmenuItem("fudge.htm","Fudge","","");
addSubmenuItem("Barker.htm","Barker","","");
addSubmenuItem("Glockling.htm","Miss Glockling","","");
	addSubmenuItem("lady_chief_buyer.htm","Lady Chief Buyer","","");
	addSubmenuItem("directors.htm","Directors of C-Ps","","");
	
		addSubmenuItem("other_boss.htm","Softy Palmer","","");
		addSubmenuItem("other_boss.htm#flint","Mr. Flint","","");
		addSubmenuItem("other_boss.htm#turner","WJ Turner","","");
		addSubmenuItem("other_boss.htm#wilk","Mr. Wilkington","","");
		addSubmenuItem("other_boss.htm#taylor","Mr. Taylor","","");


addMainItem("","Colleagues",80,"center","","",0,0,"");

	defineSubmenuProperties(180,"left","left",-4,0,"");

	addSubmenuItem("jones.htm","Jones","","");
	addSubmenuItem("Dimkins.htm","Dimkins","","");
	addSubmenuItem("Hewitt.htm","Hewitt","","");
	addSubmenuItem("Pilkington.htm","Pilkington","","");
	addSubmenuItem("Atkins.htm","Atkins of Accounts","","");
addSubmenuItem("hickford.htm","Hickford","","");
addSubmenuItem("toady_thompson.htm","Toady Thompson the firm's crawler","","");
	addSubmenuItem("sampson_of_sales.htm","Sampson of Sales","","");
	addSubmenuItem("Peterson.htm","Peterson of Public Relations","","");
	addSubmenuItem("gordon_blue.htm","Mr. Gordon Blue","","");
	addSubmenuItem("Cole.htm","Cole the firm's barrack-room lawyer","","");
	addSubmenuItem("Cooper.htm","Casanova Cooper of Costing","","");
	addSubmenuItem("tracer.htm","Mr Tracer the firm's sleuth","","");
	addSubmenuItem("new_man.htm","The new man in the accounts","","");
	addSubmenuItem("other_colls.htm","Benny the Duke Gibson","","");
		addSubmenuItem("other_colls.htm#shuffler","Mr. Shuffler","","");
		addSubmenuItem("other_colls.htm#tupper","Alf Tupper of Stores","","");
		addSubmenuItem("other_colls.htm#mm","Muscles Maddox","","");
		addSubmenuItem("other_colls.htm#meeke","Mr Meeke the firm's scapegoat","","");
		addSubmenuItem("other_colls.htm#gabby","Mr. Gabby","","");
		addSubmenuItem("other_colls.htm#pigeon","The Pigeon","","");

addMainItem("","Inferiors",80,"center","","",0,0,"");

	defineSubmenuProperties(160,"right","left",-4,0,"");

	addSubmenuItem("purdy.htm","Mrs. Purdy the tea lady","","");
	addSubmenuItem("sunman.htm","Miss Sunman","","");
	addSubmenuItem("post_boy.htm","The PostBoy","","");
	addSubmenuItem("lift_boy.htm","The LiftBoy","","");
			addSubmenuItem("rouge.htm","Miss Rouge","","");
		addSubmenuItem("mary.htm","Mary on the switchboard","","");
			addSubmenuItem("school.htm","School-leavers","","");
	addSubmenuItem("temps.htm","Temps","","");
	addSubmenuItem("cleaners.htm","Cleaners","","");

	addSubmenuItem("workers.htm","The Workers in the Factory","","");
addSubmenuItem("other_infs.htm#chrisp","Mrs. Chrisp","","");
		addSubmenuItem("other_infs.htm#chauffeur","The Chauffeur","","");
		addSubmenuItem("other_infs.htm","The Commissionaire","","");

addMainItem("","Leisure",80,"center","","",0,0,"");
	defineSubmenuProperties(160,"right","left",-4,0,"");
	addSubmenuItem("writings.htm","Collected Works of Bristow","","");
addSubmenuItem("poetry.htm","Bristow's poetry","","");

		addSubmenuItem("hobbies.htm","Desktop Football","","");
		addSubmenuItem("hobbies.htm#pa","Paper Aeroplanes","","");
		addSubmenuItem("hobbies.htm#brain","Brain Surgery for Beginners","","");
addSubmenuItem("music.htm","A song or two","","");
	addSubmenuItem("holidays.htm","Holidays","","");
	addSubmenuItem("","The Sports & Social Club...","","");

		addSubmenuItem("sportsandsocial.htm","Sports & Social","","");
		addSubmenuItem("sportsandsocial.htm#dd","Xmas Dinner & Dance","","");
		

		addSubmenuItem("music.htm#glee","The Glee Club","","");
		addSubmenuItem("music.htm#band","The Works Brass Band","","");
addMainItem("index.htm","Guter.Org Home",55,"center","","",0,0,"");

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