// UDMv4.44 //
///////////////////////////////////////////////////////////////////
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};
///////////////////////////////////////////////////////////////////
//                                                               //
//  ULTIMATE DROP DOWN MENU Version 4.44 by Brothercake          //
//  http://www.udm4.com/                                         //
//                                                               //
//  This script may not be used or distributed without license   //
//                                                               //
///////////////////////////////////////////////////////////////////

/////////////////////////////////////////
/////////////////////////////////////////
/// SECOND SCRIPT FOR SUBDIRECTORIES! ///
/////////////////////////////////////////
/////////////////////////////////////////


///////////////////////////////////////////////////////////////////
// CORE CONFIGURATION                                            //
///////////////////////////////////////////////////////////////////


//path to images folder 
um.baseSRC = "udm-resources/";


//navbar orientation
um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"absolute",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0.5em",	// x position ["em"|"ex"|"px"|"0"]
	"0.5em",	// y position ["em"|"ex"|"px"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];
	

//navbar list output
um.list = [
	"flexible",	// horizontal overflow ["rigid"|"flexible"]
	"yes",		// -SPARE-
	"no", 		// -SPARE-
	];


//menu behaviors	
um.behaviors = [
	"200",		// open timer ["milliseconds"|"0"]
	"500",		// close timer ["milliseconds"|"never"|"0"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"default",	// manage windowed controls for win/ie ["default","hide","iframe","none"]
	];


//reset behaviors
um.reset = [
	"yes",		// reset from document mouse click ["yes"|"no"]
	"yes",		// reset from window resize ["yes"|"no"]
	"yes",		// reset from text resize ["yes"|"no"]
	"no",		// reset after following link ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"none",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy navbar item margin-right to margin-bottom ["yes"|"no"]
	];
	
	
	
	
///////////////////////////////////////////////////////////////////
// MODULE SETTINGS                                               //
///////////////////////////////////////////////////////////////////


//keyboard navigation [comment out or remove if not using]
um.keys = [
	"38",		// up ["n"] ("38" = up arrow key)
	"39",		// right ["n"] ("39" = right arrow key)
	"40",		// down ["n"] ("40" = down arrow key)
	"37",		// left ["n"] ("37" = left arrow key)
	"123",		// hotkey ["n"] ("38" = F12]
	"none",		// hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"|"metaKey"]
	"27",		// escape ["n"|"none"] ("27" = escape key)
	"document.getElementsByTagName('a')[0]", // exit focus ["js-expression"]
	];




///////////////////////////////////////////////////////////////////
// NAVBAR DEFAULT STYLES                                         //
///////////////////////////////////////////////////////////////////


//styles which apply to the navbar
um.navbar = [
	"-6",		// nav -> menu x-offset (+-)["n" pixels]
	"-9",		// nav -> menu y-offset (+-)["n" pixels]
	"10em",	// width ["em"|"ex"|"px"] (vertical navbar only - horizontal navbar items have "auto" width) ("%" doesn't work right) 
	];


//styles which apply to each navbar item
um.items = [
	"0",		// margin between items ["n" pixels]
	"1",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#0000A0",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#0000A0",// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#0000A0",// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"9",		// left/right padding ["n" pixels] (single value only)
	"5",		// top/bottom padding ["n" pixels] (single value only)
	"#0000A0",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#F7EDCE",		// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#0000A0",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"75%",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family name)
	"bold",		// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#FFFFFF",	// color ["color"|"#hex"|"rgb()"]
	"#0000A0",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#FFFFFF",	// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"letter-spacing:1px !important;",// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-white.gif",// menu indicator character/image ["text"|"image.gif"|"none"] 
	"right-darkblue.gif",// menu indicator rollover character/image ["text"|"image.gif"|"none"] (must be same type)
	"7",		// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"..",		// alt text of indicator image ["text"] (only when using image arrows)
	];




///////////////////////////////////////////////////////////////////
// MENU DEFAULT STYLES                                           //
///////////////////////////////////////////////////////////////////


//styles which apply to each menu
um.menus = [
	"-7",		// menu -> menu x-offset (+-)["n" pixels]
	"-12",		// menu -> menu y-offset (+-)["n" pixels]
	"1",		// border size ["n" pixels] (single value only) 
	"#0000A0",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values) Was #bdb #080 #080 #bdb
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"9.8em",	// width ["em"|"ex"|"px"]
	"2",		// padding ["n" pixels] (single value only) 
	"#f8fbd0",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"greenshadow.png",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"2px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);",// additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];


//styles which apply to each menu item
um.menuItems = [
	"0",		// margin around items ["n" pixels] (single value only; margins are like table cellspacing)
	"1",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#f8fbd0",	// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#aca",		// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#f8fbd0",	// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"5",		// left/right padding ["n" pixels] (single value only) 
	"2",		// top/bottom padding ["n" pixels] (single value only) 
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ecefc6",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"70%",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family name)
	"normal",	// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#060",		// color ["color"|"#hex"|"rgb()"]
	"#000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"purple",		// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-green.gif",// submenu indicator character/image ["text"|"image.gif"|"none"] 
	"right-black.gif",// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"3",		// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"..",		// alt text of indicator image ["text"] (only when using image arrows)
	];




///////////////////////////////////////////////////////////////////
// MENU CLASSES [comment out or remove if not using]             //
///////////////////////////////////////////////////////////////////


//classes which apply to menus [optional]
um.menuClasses["orangeMenu"] = [
	"#fdcb95 #a97742 #a97742 #fdcb95",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"8em",		// width ["em"|"ex"|"px"]
	"#fec",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"orangeshadow.png",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"] 
	"2px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];


//classes which apply to menu items [optional]
um.itemClasses["orangeMenuItem"] = [
	"#fec",		// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#edbb85",	// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#fec",		// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#fec",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#f8fbd0",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#fec",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"70%",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family name)
	"normal",	// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#803090",	// color ["color"|"#hex"|"rgb()"]
	"#5656bd",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#803090",	// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-purple.gif",// submenu indicator character/image ["text"|"image.gif"|"none"] (must be the same type as default submenu indicator)
	"right-blue.gif",// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"..",		// alt text of indicator image  ["text"] (only when using image arrow)
	];




///////////////////////////////////////////////////////////////////
// DYNAMIC MENUS                                                 //
///////////////////////////////////////////////////////////////////

// Sub-Menu 1 - Home

// Sub-Menu 2 - Brief History 

// Sub-Menu 3 - Residences & Memorials
		um.menuCode['residences'] = ''
	+ '<ul style="width:6em">'
	  + '<li id="suffolk"><a nohref>Suffolk</a></li>'
	  + '<li id="norfolk"><a nohref>Norfolk</a></li>'
	  + '<li id="other"><a nohref>Other Memorials</a></li>'	  
	+ '</ul>';

			um.menuCode['suffolk'] = ''
		+ '<ul style="width:18em">'
		  + '<li><a href="../metfield.html">Metfield manor and church (1325 - 1652)</a></li>'
		  + '<li><a href="../gosbeck.html">Gosbeck & Withersdale manors (1350 - 1650)</a></li>'
		  + '<li><a href="../thebert.html">Theberton, St Peter (1483)</a></li>'	  
	  	  + '<li><a href="../yoxford.html">Yoxford, St Peter (1500)</a></li>'
	      + '<li><a href="../stutton.html">Stutton manor and church (1527 - 1669)</a></li>'
	      + '<li><a href="../codden.html">Coddenham manor and church (1545 - 1620)</a></li>'
	      + '<li><a href="../creeting.html">Creeting & Foxhall manors (1545 - 1652)</a></li>'
	  	  + '<li><a href="../brightw.html">Brightwell farm and church (1553 - 1650)</a></li>'
	      + '<li><a href="../nacton.html">Nacton, St Martin (1559)</a></li>'
	      + '<li><a href="../undley.html">Undley manor (1580 - 1652)</a></li>'
	      + '<li><a href="../hitcham.html">Hitcham, All Saints (1648)</a></li>'
	  	  + '<li><a href="../knodish.html">Knodishall, St Lawrence (1622 - 1679)</a></li>'
	      + '<li><a href="../kettleb.html">Kettlebaston, St Mary (1649)</a></li>'
	      + '<li><a href="../worlingh.html">Worlingham, All Saints (1673)</a></li>'
	      + '<li><a href="../sibton.html">Sibton, St Peter (1707)</a></li>'
	  	  + '<li><a href="../burysted.html">Bury St Edmunds, St Mary (1736)</a></li>'
	      + '<li><a href="../othersfk.html">Other Suffolk manors</a></li>'
	+ '</ul>';

			um.menuCode['norfolk'] = ''
		+ '<ul style="width:18em">'
		  + '<li><a href="../tharston.html">Tharston manor (1329 - 1400)</a></li>'
		  + '<li><a href="../felming.html">Felmingham, St Andrew (1503)</a></li>'
		  + '<li><a href="../oldbuck.html">Old Buckenham (1530)</a></li>'	  
	  	  + '<li><a href="../gunton.html">Gunton hall and church (1555 - 1645)</a></li>'
	      + '<li><a href="../marling.html">Marlingford hall and church (1565 - 1682)</a></li>'
	      + '<li><a href="../bayfield.html">Bayfield hall (1600 - 1752)</a></li>'
	      + '<li><a href="../aylmert.html">Aylmerton, St John (1611)</a></li>'
	  	  + '<li><a href="../walsing.html">Little Walsingham, St Mary (1638)</a></li>'
	      + '<li><a href="../pulham.html">Pulham, St Mary the Virgin (1646)</a></li>'
	      + '<li><a href="../wighton.html">Wighton, All Saints (1651)</a></li>'
	      + '<li><a href="../hedenh.html">Hedenham, St Peter (1660)</a></li>'
	  	  + '<li><a href="../snettish.html">Snettisham, St Mary (1708)</a></li>'
	      + '<li><a href="../aylsham.html">Aylsham, St Michael (1709 - 1752)</a></li>'
	      + '<li><a href="../baconth.html">Baconsthorpe, St Mary (1719)</a></li>'
	      + '<li><a href="../saxling.html">Saxlingham, St Margaret (1725)</a></li>'
	  	  + '<li><a href="../stanfield.html">Stanfield hall (1734 - 1752 ... 1848)</a></li>'
	      + '<li><a href="../othernfk.html">Other Norfolk manors and church monuments</a></li>'
	+ '</ul>';

			um.menuCode['other'] = ''
		+ '<ul style="width:18em">'
		  + '<li><a href="../stephen.html">St Stephen, Coleman Street, London (1560)</a></li>'
		  + '<li><a href="../mtemple.html">Middle & Inner Temple, London (1606 .... 1668)</a></li>'
		  + '<li><a href="../tevershm.html">Teversham, All Saints, Cambridgeshire (1636 - 1696)</a></li>'	  
		  + '<li><a href="../craven.html">Craven Street, London (1752)</a></li>'
	+ '</ul>';

// Sub-Menu 4 - Notable Jermys
		um.menuCode['notable'] = ''
	+ '<ul style="width:18em">'
	  + '<li><a href="../robertj.html">Colonel Robert Jermy (1600 - 1677)</a></li>'
	  + '<li><a href="../sethj.html">Captain Seth Jermy (1653 - 1724)</a></li>'
	  + '<li><a href="../johnj.html">Captain John Jermy (1711 - 1751)</a></li>'
	  + '<li><a href="../williamj.html">William Jermy of Bayfield (1713 - 1752)</a></li>'
	  + '<li><a href="../francisj.html">Francis Jermy of Leghorn (1705 - 1781)</a></li>'
	  + '<li><a href="../georgej.html">George Jermy, Whipmaker of Norwich (1838 - c. 1908)</a></li>'
	  + '<li><a href="../salarm00.html">James Jermy - Salvation Army (1837 - 1929)</a></li>'
	  + '<li><a href="../poppy00.html">Louie Jermy - "Maid of the Mill", Poppyland (1864 - 1934)</a></li>'
	+ '</ul>';

// Sub-Menu 5 - Jermy Family Tree

// Sub-Menu 6 - Jermy Millions
		um.menuCode['jermymillions'] = ''
	+ '<ul style="width:7em">'
	  + '<li><a href="../jermymillions.html">Introduction</a></li>'
	  + '<li><a href="../gedhunt.html">Gedaliah Hunt</a></li>'
	  + '<li><a href="../courtcases.html">Court Cases</a></li>'
	+ '</ul>';

// Sub-Menu 7 - Stanfield Hall Murders
		um.menuCode['stanfieldmurders'] = ''
	+ '<ul style="width:14em">'
	  + '<li><a href="../shmurders.html">The Murders at Stanfield Hall</a></li>'
	  + '<li><a href="../broadsheets.html">Contemporary Broadsheets</a></li>'
	  + '<li><a href="../stanfield.html">Stanfield Hall</a></li>'
	  + '<li><a href="../potash.html">Potash Farm</a></li>'
	  + '<li><a href="../jbrush.html">James Blomfield Rush</a></li>'
	  + '<li><a href="../emilsand.html">Emily Sandford</a></li>'
	  + '<li><a href="../elizchas.html">Eliza Chastney</a></li>'
	  + '<li><a href="../saga03.html">Staffordshire Pottery of the Murder Scene and People Involved</a></li>'
	  + '<li><a href="../shalldes.html">Description of Stanfield Hall - during the auction of its contents</a></li>'
	  + '<li><a href="../saga06.html">References</a></li>'
	+ '</ul>';

// Sub-Menu 8 - Those Prestons
		um.menuCode['prestons'] = ''
	+ '<ul style="width:13em">'
	  + '<li><a href="../beestonh.html">Beeston Hall and the History of the Preston Family</a></li>'
	  + '<li id="prestonstories"><a nohref">Some Interesting Preston Stories</a></li>'
	  + '<li><a href="../presring.html">The Emerald Ring of the Preston Family</a></li>'
	  + '<li><a href="../prest04.html">Preston Pictures</a></li>'
	  + '<li><a href="../prestondocuments.html">Preston Documents</a></li>'
	  + '<li><a href="../prestonmonuments.html">Preston Monuments at Beeston St Lawrence</a></li>'
	  + '<li><a href="../prestonfamilytree.html">Preston Family Tree</a></li>'
	+ '</ul>';

			um.menuCode['prestonstories'] = ''
		+ '<ul style="width:15em">'
		  + '<li><a href="../prespoet.html">Eighteenth Century Satire - and the Prestons</a></li>'
		  + '<li><a href="../presletr.html">A letter by Francis Michell, previously Jermy (nee Preston)</a></li>'
		  + '<li><a href="../presped.html">Walter Ryes Comments about the Preston Pedigree</a></li>'
		+ '</ul>';


// Sub-Menu 9 - Hungarian Connection
		um.menuCode['hungarian'] = ''
	+ '<ul style="width:13em">'
	  + '<li><a href="../jermhung.html">A Hungarian Connection</a></li>'
	  + '<li><a href="../jermtibr.html">Information from Tibor Jermy</a></li>'
	  + '<li><a href="../gustav-geologist.html">Gustav Jermy - Texan Geologist</a></li>'
	  + '<li><a href="../gustav-chemist.html">Sir Gustav Jarmay - Chemist</a></li>'
	+ '</ul>';

// Sub-Menu 10 - Poppyland
		um.menuCode['poppyland'] = ''
	+ '<ul style="width:10em">'
	  + '<li><a href="../clementscott.html">Clement Scott and his visits to Poppyland</a></li>'
	  + '<li><a href="../poppy00.html">Articles about Poppyland</a></li>'
	  + '<li><a href="../louiejermy.html">Louie Jermy of Poppyland</a></li>'
	  + '<li><a href="../poppyland-parsons_norman.html">Paintings of Poppyland by G Parsons-Norman</a></li>'
	+ '</ul>';

// Sub-Menu 11 - Jermy Records
		um.menuCode['jermyrecords'] = ''
	+ '<ul style="width:13em">'
	  + '<li id="groindex"><a nohref>GRO Birth, Marriage &amp; Death indexes</a></li>'
	  + '<li id="jermychristian"><a href="../jermyc-name.html">Jermy as a Christian name</a></li>'
	  + '<li id="census"><a nohref>Census Transcripts</a></li>'
	  + '<li id="parishrecords"><a nohref>Parish Record Extracts</a></li>'
	  + '<li id="pre1858probate"><a nohref>Pre-1858 Probate</a></li>'
	  + '<li id="post1858probate"><a href="../shwill00.html">Post-1858 Probate</a></li>'
	  + '<li id="jermydocuments"><a href="../jermydocuments.html">Jermy Documents</a></li>'
	  + '<li id="directory"><a href="../directory.html">Published Directories</a></li>'
	  + '<li id="electoral"><a href="../elecreg-1918.html">1918 Electoral Register</a></li>'
	  + '<li id="jermypublicans"><a href="../publicans.html">Publicans</a></li>'
	  + '<li id="boydmarr"><a href="../boydsmarr.html">Boyds Marriage Index</a></li>'
	  + '<li id="nfkmarr"><a href="../nfkmarriages.html">Norfolk Marriages</a></li>'
	  + '<li id="natburial"><a href="../natburialindex.html">National Burial Index</a></li>'
	  + '<li id="headstoneinsc"><a href="../headstone.html">Churchyard Headstone Inscriptions</a></li>'
	  + '<li id="jermydistribution"><a href="../jermydistr.html">Distribution of Jermy Families in 2001</a></li>'
	  + '<li id="jermyrecords-usa"><a nohref>Jermy Records in the USA</a></li>'
	+ '</ul>';

			um.menuCode['groindex'] = ''
		+ '<ul style="width:10em">'
		  + '<li><a href="../bmd-birth.html">Births</a></li>'
		  + '<li><a href="../bmd-marriage.html">Marriages</a></li>'
		  + '<li><a href="../bmd-death.html">Deaths</a></li>'
		  + '<li><a href="../genmap/grostats-time.html">Graph of Registration Frequency with Time</a></li>'
		  + '<li><a href="../genmap/grostats-surname.html">Graphs of Registration Frequency with Surname variations</a></li>'
		+ '</ul>';


			um.menuCode['census'] = ''
		+ '<ul style="width:6em">'
		  + '<li><a href="../41cen00.html">1841 Census</a></li>'
		  + '<li><a href="../51cen00.html">1851 Census</a></li>'
		  + '<li><a href="../61cen00.html">1861 Census</a></li>'	  
		  + '<li><a href="../71cen00.html">1871 Census</a></li>'
		  + '<li><a href="../81cen00.html">1881 Census</a></li>'
		  + '<li><a href="../91cen00.html">1891 Census</a></li>'	  
		  + '<li><a href="../01cen00.html">1901 Census</a></li>'
		+ '</ul>';
		

			um.menuCode['pre1858probate'] = ''
		+ '<ul style="width:18em">'
		  + '<li><a href="../ccwill04.html">Archdeaconry Courts of Norfolk and Norwich Wills (1570 - 1844)</a></li>'
		  + '<li><a href="../ccwill03.html">Archdeaconry Courts of Suffolk and Sudbury Wills (1509 - 1693)</a></li>'
		  + '<li><a href="../ccwill02.html">Consistory Court of Norwich Wills (1443 - 1851)</a></li>'
		  + '<li><a href="../ccwill01.html">Prerogative Court of Canterbury Wills (1557 - 1849)</a></li>'
		  + '<li><a href="../ccwill05.html">Other Wills (1612 - 1845)</a></li>'
		+ '</ul>';


			um.menuCode['parishrecords'] = ''
		+ '<ul style="width:8em">'
		  + '<li><a href="../parish-berkshire.html">Berkshire</a></li>'
		  + '<li><a href="../parish-cambridge.html">Cambridgeshire</a></li>'
		  + '<li><a href="../parish-essex.html">Essex</a></li>'
		  + '<li><a href="../parish-lincoln.html">Lincolnshire</a></li>'
		  + '<li><a href="../parish-norfolk.html">Norfolk</a></li>'
		  + '<li><a href="../parish-oxford.html">Oxfordshire</a></li>'
		  + '<li><a href="../parish-suffolk.html">Suffolk</a></li>'	  
		+ '</ul>';


			um.menuCode['jermyrecords-usa'] = ''
		+ '<ul style="width:10em">'
		  + '<li><a href="../usa-immigrants.html">Early Immigrants to USA</a></li>'
		  + '<li><a href="../usa-ellisisland.html">Ellis Island Records</a></li>'
		  + '<li><a href="../usa-ssdi.html">Social Security Death Index</a></li>'
		  + '<li><a href="../usa-census.html">USA Census Records</a></li>'
		+ '</ul>';




// Sub-Menu 12 - Jermy Researchers
		um.menuCode['jermyresearchers'] = ''
	+ '<ul style="width:6em">'
	  + '<li><a href="../research.html">Researchers</a></li>'
	  + '<li><a href="../jermyfamilytrees.html">Family Trees</a></li>'
	+ '</ul>';

// Sub-Menu 13 - Jermy DNA Project
		um.menuCode['jermydna'] = ''
	+ '<ul style="width:8em">'
	  + '<li><a href="../dnaproject.html">DNA Project Intro</a></li>'
	  + '<li><a href="../dnaresults.html">Results</a></li>'
	+ '</ul>';

// Sub-Menu 14 - Unusual Jermy Connections
		um.menuCode['unusual'] = ''
	+ '<ul style="width:15em">'
	  + '<li><a href="../dianawill.html">The Will of Diana, Princess of Wales</a></li>'
	  + '<li><a href="../connect01.html">Jermy Shoes</a></li>'
	  + '<li><a href="../connect02.html">Jermany Bicycles</a></li>'
	+ '</ul>';

// Sub-Menu 15 - Maps of East Anglia

// Sub-Menu 16 - References and Sources
		um.menuCode['refs'] = ''
	+ '<ul style="width:8em">'
	  + '<li><a href="../jrefs01.html">Books</a></li>'
	  + '<li><a href="../jrefs02.html">Journals</a></li>'
	  + '<li><a href="../jrefs03.html">Newspapers</a></li>'
	  + '<li><a href="../jrefs05.html">Jermys as Authors</a></li>'
	+ '</ul>';

// Sub-Menu 17 - Links

// Sub-Menu 18 - Updates




	
