//**** Visual QuickMenu Pro, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
//Note: This data file may be customized outside of the visual tool using a text editor.

code0 = 2699
code1 = 2296
code2 = 0
code3 = 0
code4 = 0
code5 = 0
sequence = "9x44_5"


/**********************************************************************************************

                              ToolBar Settings

**********************************************************************************************/


	dqm__menu_title = "OpenCube Template"
	dqm__icon_image = vqm__database+""

	dqm__instance_id = "Visual GoBar"
	dqm__instance_code = 1234

	dqm__hide_from_bar = false
	dqm__hide_from_document = false

	dqm__default_document = "http://"




/**********************************************************************************************

                              Bullet and Icon Image Library

**********************************************************************************************/


    //Relative positioned icon images (flow with main menu or sub item text)

	dqm__icon_image0 = vqm__database+"gray_bullet.gif"
	dqm__icon_rollover0 = vqm__database+"gray_bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	dqm__icon_image1 = vqm__database+"arrow_gray.gif"
	dqm__icon_rollover1 = vqm__database+"arrow_gray.gif"
	dqm__icon_image_wh1 = "13,10"



    //Absolute positioned icon images (coordinate positioned)

	dqm__second_icon_image0 = vqm__database+"arrow_gray.gif"
	dqm__second_icon_rollover0 = vqm__database+"arrow_gray.gif"
	dqm__second_icon_image_wh0 = "13,10"
	dqm__second_icon_image_xy0 = "0,4"




/**********************************************************************************************

                              Main Menu Settings

**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
---------------------------------------------*/


	dqm__main_width = 114				//default main item widths
	dqm__main_height = 35				//default main item heights


    //specific settings

	dqm__main_width0 = 95
	dqm__main_height0 = 39
	dqm__main_width1 = 87
	dqm__main_height1 = 35
	dqm__main_width2 = 78
	dqm__main_height2 = 37
	dqm__main_width3 = 68
	dqm__main_height3 = 37
	dqm__main_width4 = 60
	dqm__main_height4 = 35


/*---------------------------------------------
Main Menu Borders Dividers and Layout
---------------------------------------------*/


	dqm__main_horizontal = false			//align menu bar horizontally or vertically
	dqm__main_border_width = 3			//the thickness of the border in pixels
	dqm__main_use_dividers = false			//Optionally use a divider between each main menu item
	dqm__main_item_gap = 29				//the gap between main menu items in pixels
	dqm__align_items_bottom_and_right = true	//Main item alignment


/*---------------------------------------------
Main Menu Colors
---------------------------------------------*/


	dqm__main_bgcolor = "#b3fde7"			//Main Background Color
	dqm__main_hl_bgcolor = "#5bffff"		//Main Rollover Background Color
	dqm__main_textcolor = "#222222"			//Main Text Color
	dqm__main_hl_textcolor = "#000080"		//Main Rollover Text Color
	dqm__main_border_color = "#0052a4"		//HEX color or set width to 0 for no borders


    //specific settings

	dqm__main_bgcolor0 = "#96bde9"
	dqm__main_textcolor0 = "#400080"
	dqm__main_hl_textcolor0 = "#400080"
	dqm__main_border_color0 = "#0b64a6"
	dqm__main_bgcolor1 = "#b0ffff"
	dqm__main_textcolor1 = "#8080ff"
	dqm__main_hl_textcolor1 = "#400080"
	dqm__main_bgcolor2 = "#b3fde7"
	dqm__main_textcolor2 = "#8080ff"
	dqm__main_hl_textcolor2 = "#400080"
	dqm__main_border_color2 = "#004a95"
	dqm__main_textcolor3 = "#8080ff"
	dqm__main_hl_textcolor3 = "#400080"
	dqm__main_textcolor4 = "#8080ff"


/*---------------------------------------------
Main Menu Font Settings
---------------------------------------------*/


	dqm__main_fontfamily = "Georgia"		//Any available system font
	dqm__main_fontsize = 18				//Defined with pixel sizing 
	dqm__main_textdecoration = "none"		//set to: 'none', or 'underline'
	dqm__main_fontweight = "bold"			//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"			//set to: 'normal', or 'italic


    //Rollover Effect

	dqm__main_hl_textdecoration = "none"	//set to: 'none', or 'underline'


/*---------------------------------------------
Main Menu Margins and Text Alignment
---------------------------------------------*/


	dqm__main_text_alignment = "left"		//set to: 'left', 'center' or 'right
	dqm__main_margin_top = 9
	dqm__main_margin_bottom = 20
	dqm__main_margin_left = 9
	dqm__main_margin_right = 22


/*---------------------------------------------
Optional Status Bar Text
---------------------------------------------*/




/*---------------------------------------------
Main Menu Image Settings - (VQP Use Only)
---------------------------------------------*/




/*---------------------------------------------
Main Menu Items (Text, URL's, and Icon ID's)
---------------------------------------------*/


    //Main Menu 0

	dqm__maindesc0 = "People"
	dqm__url0 = "peoples.html"


    //Main Menu 1

	dqm__maindesc1 = "Groups"
	dqm__url1 = "kelling-school2.html"


    //Main Menu 2

	dqm__maindesc2 = "History"
	dqm__url2 = "stagg2.html"


    //Main Menu 3

	dqm__maindesc3 = "Views     "


    //Main Menu 4

	dqm__maindesc4 = "Book"
	dqm__url4 = "book.html"




/**********************************************************************************************

                     Sub Menu Settings

**********************************************************************************************/


/*---------------------------------------------
Colors, Borders, Dividers, and more...
---------------------------------------------*/


	dqm__sub_menu_width = 127			//default sub menu widths
	dqm__sub_xy = "0,0"				//default sub x,y coordinates - defined relative to the top-left corner of parent image or sub menu
	dqm__urltarget = "_self"			//default URL target: _self, _parent, _new, or 'my frame name'

	dqm__border_width = 1				//Border thickness of all sub menus, value > 0
	dqm__divider_height = 7				//Divider height between all sub menu items. Same color as border.
	dqm__border_color = "#5f97b8"			//Hex color or 'transparent'
	dqm__menu_bgcolor = "#bbffff"			//Hex color or 'transparent'
	dqm__hl_bgcolor = "#00ffff"			//Hex color or 'transparent'

	dqm__mouse_off_delay = 150			//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500			//defined in milliseconds (activated after leaving sub)


/*---------------------------------------------
Font Settings and Margins
---------------------------------------------*/


    //Font settings

	dqm__textcolor = "#221c6f"			//Hex color value.
	dqm__fontfamily = "Georgia"			//Any available system font.
	dqm__fontsize = 14				//Defined with pixel sizing.
	dqm__fontsize_ie4 = 9				//Defined with point sizing.
	dqm__textdecoration = "none"			//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"			//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"			//set to: 'normal', or 'italic'


    //Rollover font settings

	dqm__hl_textcolor = "#000000"			//Rollover text color
	dqm__hl_textdecoration = "none"		//set to: 'normal', or 'underline'


    //Margins and text alignment

	dqm__text_alignment = "center"			//set to: 'left', 'center' or 'right
	dqm__margin_top = 2
	dqm__margin_bottom = 6
	dqm__margin_left = 0
	dqm__margin_right = 18


/*---------------------------------------------
Internet Explorer Transition Effects
---------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "slide"
	dqm__sub_item_effect = "gradientwipe"


    //Define the effect duration in seconds below.

	dqm__sub_menu_effect_duration = 0.4
	dqm__sub_item_effect_duration = 0.4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"			//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"		//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100				//1 to 100
	dqm__dropshadow_color = "#aabd84"			//Hex value or 'transparent'
	dqm__dropshadow_offx = 0				//drop shadow width
	dqm__dropshadow_offy = 0				//drop shadow height


/*---------------------------------------------
Browser Bug fixes and Workarounds
---------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.

	dqm__ie4mac_offset_x = 9
	dqm__ie4mac_offset_Y = -35


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = true
	dqm__nn4_resize_prompt_message = "NN4 - Custom Alert Message"


    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser. May be indexed.

	dqm__escape_item_height = 20


/*---------------------------------------------
Exposed menu events
---------------------------------------------*/


    //Reference additional onload statements here.

	dqm__onload_code = ""


    //X = Sub menu group index, XX = Item index

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeXX = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
---------------------------------------------*/


    //Sub Menu 0

        dqm__sub_xy0 = "11, 28"
        dqm__sub_menu_width0 = 130
        dqm__textcolor0 = "#486384"
        dqm__menu_bgcolor0 = "#d7e3f2"
        dqm__hl_bgcolor0 = "#5ed5f7"
        dqm__border_color0 = "#5a83c0"
        dqm__subdesc0_0 = "A to Z  list of old family names"
        dqm__url0_0 = "alpha.html"
        dqm__subdesc0_1 = "Brown"
        dqm__url0_1 = "brown.html"


            //Sub Menu 0_1

                dqm__sub_xy0_1 = "0,0"
                dqm__sub_menu_width0_1 = 172
                dqm__menu_bgcolor0_1 = "#a7f8fc"
                dqm__hl_bgcolor0_1 = "#5bb8c8"
                dqm__subdesc0_1_0 = "Charlie Brown"
                dqm__url0_1_0 = "brown.html"
                dqm__subdesc0_1_1 = "Phyllis, Russell, Kenneth"
                dqm__url0_1_1 = "brown2.html"
                dqm__subdesc0_1_2 = "Norah (nee Brown) Hayward"
                dqm__url0_1_2 = "hayward.html"



        dqm__subdesc0_2 = "Cooke"
        dqm__url0_2 = "alpha.html#C"


            //Sub Menu 0_2

                dqm__sub_xy0_2 = "0,0"
                dqm__sub_menu_width0_2 = 172
                dqm__hl_bgcolor0_2 = "#efc981"
                dqm__subdesc0_2_0 = "Esther & George Cooke"
                dqm__url0_2_0 = "alpha.html#C"
                dqm__subdesc0_2_1 = "5 Cookes"
                dqm__url0_2_1 = "1949.html#cooke"



        dqm__subdesc0_3 = "Cooper"
        dqm__url0_3 = "janette.html"
        dqm__subdesc0_4 = "Dawson"
        dqm__url0_4 = "dawson.html"


            //Sub Menu 0_4

                dqm__sub_xy0_4 = "0,0"
                dqm__hl_bgcolor0_4 = "#ffff80"
                dqm__subdesc0_4_0 = "Mary Dawson"
                dqm__url0_4_0 = "dawsonmary.html"



        dqm__subdesc0_5 = "Dew"
        dqm__url0_5 = "alpha.html#D"
        dqm__subdesc0_6 = "Dix"
        dqm__url0_6 = "dix.html"


            //Sub Menu 0_6

                dqm__sub_xy0_6 = "-1,0"
                dqm__sub_menu_width0_6 = 192
                dqm__hl_bgcolor0_6 = "#bdfe8d"
                dqm__subdesc0_6_0 = "James Dix Master Mariner"
                dqm__url0_6_0 = "dixmaster.html"



        dqm__subdesc0_7 = "Hancock"
        dqm__url0_7 = "hancock.html"


            //Sub Menu 0_7

                dqm__sub_xy0_7 = "4,-3"
                dqm__sub_menu_width0_7 = 171
                dqm__subdesc0_7_0 = "William Hancock"
                dqm__url0_7_0 = "hancockwill.html"
                dqm__subdesc0_7_1 = "Mary (nee Holman) Hancock"
                dqm__url0_7_1 = "holmanmary.htm"



        dqm__subdesc0_8 = "Hayward"
        dqm__url0_8 = "hayward.html"
        dqm__subdesc0_9 = "High"
        dqm__url0_9 = "ponew.html"


            //Sub Menu 0_9

                dqm__sub_xy0_9 = "0,0"
                dqm__sub_menu_width0_9 = 240
                dqm__subdesc0_9_0 = "Hannah and Richard Joseph High"
                dqm__url0_9_0 = "green.html"
                dqm__subdesc0_9_1 = "Henry and Polly High"
                dqm__url0_9_1 = "4b.html"
                dqm__subdesc0_9_2 = "James High b 1853"
                dqm__url0_9_2 = "24.html"
                dqm__subdesc0_9_3 = "Jimmy High born 1881"
                dqm__url0_9_3 = "1b.html"
                dqm__subdesc0_9_4 = "William High born 1898"
                dqm__url0_9_4 = "ponew2.html"
                dqm__subdesc0_9_5 = "Ethel (nee High) Dawson"
                dqm__url0_9_5 = "35b.html"



        dqm__subdesc0_10 = "Holman"
        dqm__url0_10 = "holman.html"


            //Sub Menu 0_10

                dqm__sub_xy0_10 = "0,0"
                dqm__sub_menu_width0_10 = 220
                dqm__hl_bgcolor0_10 = "#e3d26f"
                dqm__subdesc0_10_0 = "Walter Holman"
                dqm__url0_10_0 = "holmanwalter.html"
                dqm__subdesc0_10_1 = "Brandon & Isaac Holman 1831"
                dqm__url0_10_1 = "alpha.html#holman"
                dqm__subdesc0_10_2 = "Ruth Holman"
                dqm__url0_10_2 = "holmanruth.html"
                dqm__subdesc0_10_3 = "Hezekiah Holman"
                dqm__url0_10_3 = "holmanhezekiah.html"
                dqm__subdesc0_10_4 = "Frank and Reggie Holman"
                dqm__url0_10_4 = "holman2.html"



        dqm__subdesc0_11 = "Pigott"
        dqm__url0_11 = "pigottspage2.html"


            //Sub Menu 0_11

                dqm__sub_xy0_11 = "2, -277"
                dqm__sub_menu_width0_11 = 233
                dqm__subdesc0_11_0 = "Gabriel Pigott  b 1821"
                dqm__url0_11_0 = "15b.htm"
                dqm__subdesc0_11_1 = "Elizabeth (nee Pane) Pigott b 1823"
                dqm__url0_11_1 = "16bb.html"
                dqm__subdesc0_11_2 = "John Pigott b 1841"
                dqm__url0_11_2 = "famameliajarvis.html"
                dqm__subdesc0_11_3 = "Richard Pigott"
                dqm__url0_11_3 = "20b.html"
                dqm__subdesc0_11_4 = "Mary (nee High) Pigott b 1852"
                dqm__url0_11_4 = "29.html"
                dqm__subdesc0_11_5 = "Elizabeth Pigott  b 1854 and Gabriel Pigott  b 1849"
                dqm__url0_11_5 = "414.html"
                dqm__subdesc0_11_6 = "Charlotte (nee Pigott) and John William High"
                dqm__url0_11_6 = "25bb.html"
                dqm__subdesc0_11_7 = "Sarah Ann (nee Pigott) Johnson"
                dqm__url0_11_7 = "45.html"
                dqm__subdesc0_11_8 = "Herbert Pigott"
                dqm__url0_11_8 = "pigottcart.html"



        dqm__subdesc0_12 = "Woodhouse"
        dqm__url0_12 = "cutenew.htm"


            //Sub Menu 0_12

                dqm__sub_xy0_12 = "0, -63"
                dqm__sub_menu_width0_12 = 198
                dqm__hl_bgcolor0_12 = "#b3fb7d"
                dqm__subdesc0_12_0 = "Fred ('Hoss') Woodhouse"
                dqm__url0_12_0 = "cutepage2.htm"
                dqm__subdesc0_12_1 = "Tom ('Rummy') Woodhouse"
                dqm__subdesc0_12_2 = "('Little') Fred Woodhouse"
                dqm__url0_12_2 = "98b.html"
                dqm__subdesc0_12_3 = "Jasper Woodhouse"
                dqm__url0_12_3 = "105b.html"






    //Sub Menu 1

        dqm__sub_xy1 = "28,-2"
        dqm__sub_menu_width1 = 194
        dqm__hl_bgcolor1 = "#5bd9bc"
        dqm__subdesc1_0 = "selection page"
        dqm__url1_0 = "peoples.html"
        dqm__subdesc1_1 = "Weddings"
        dqm__url1_1 = "weddings.html"
        dqm__subdesc1_2 = "Kelling School Groups"
        dqm__url1_2 = "kelling-school2.html"
        dqm__subdesc1_3 = "Farming worker groups"
        dqm__url1_3 = "farm-group.html"
        dqm__subdesc1_4 = "family groups"


            //Sub Menu 1_4

                dqm__sub_xy1_4 = "2, -84"
                dqm__sub_menu_width1_4 = 209
                dqm__hl_textcolor1_4 = "#122400"
                dqm__hl_bgcolor1_4 = "#c1c1ff"
                dqm__subdesc1_4_0 = "Henry High family group 1892"
                dqm__url1_4_0 = "1b.html"


                    //Sub Menu 1_4_0

                        dqm__sub_xy1_4_0 = "0,0"
                        dqm__sub_menu_width1_4_0 = 199
                        dqm__hl_textcolor1_4_0 = "#211612"
                        dqm__hl_bgcolor1_4_0 = "#a6a6ff"
                        dqm__border_color1_4_0 = "#006b9f"
                        dqm__subdesc1_4_0_0 = "Grandchildren of Henry & Polly High"
                        dqm__url1_4_0_0 = "6b.html"
                        dqm__subdesc1_4_0_1 = "Golden Wedding of Henry & Polly High"
                        dqm__url1_4_0_1 = "golden-wedding.html"



                dqm__subdesc1_4_1 = "Charlotte (nee Pigott) and John High"
                dqm__url1_4_1 = "25bb.html"
                dqm__subdesc1_4_2 = "Ruth Holman and her family"
                dqm__url1_4_2 = "holmanruth.html"
                dqm__subdesc1_4_3 = "Elizabeth High with family members"
                dqm__url1_4_3 = "famelizhighcrossstreet.html"


                    //Sub Menu 1_4_3

                        dqm__sub_xy1_4_3 = "0,0"
                        dqm__sub_menu_width1_4_3 = 176
                        dqm__hl_bgcolor1_4_3 = "#cafe96"
                        dqm__subdesc1_4_3_0 = "Elizabeth High at her grandson's wedding"
                        dqm__url1_4_3_0 = "brown2.html#russell"



                dqm__subdesc1_4_4 = "Children of Ernest & Mary High"
                dqm__url1_4_4 = "89.htm"
                dqm__subdesc1_4_5 = "Peggy Holman's wedding group"
                dqm__url1_4_5 = "weddinggroup.jpg"



        dqm__subdesc1_5 = "miscellaneous groups"
        dqm__url1_5 = "groups-misc.html"


            //Sub Menu 1_5

                dqm__sub_xy1_5 = "4,0"
                dqm__sub_menu_width1_5 = 220
                dqm__hl_bgcolor1_5 = "#ffff6a"
                dqm__subdesc1_5_0 = "Pancake Race"
                dqm__url1_5_0 = "pancake-race.html"
                dqm__subdesc1_5_1 = "Cley W.I."
                dqm__url1_5_1 = "cleywi.html"
                dqm__subdesc1_5_2 = "1940 football team"
                dqm__url1_5_2 = "98b.html#football"
                dqm__subdesc1_5_3 = "Bowls groups"
                dqm__url1_5_3 = "holman2.html#bowlsladies"
                dqm__subdesc1_5_4 = "Bowls dinner c 1950?"
                dqm__url1_5_4 = "bowls-dinner.html"
                dqm__subdesc1_5_5 = "Mrs Johnsons Sewing class"
                dqm__url1_5_5 = "sewing-party.html"



        dqm__subdesc1_6 = "Weddings"
        dqm__url1_6 = "weddings2.html"



    //Sub Menu 2

        dqm__sub_xy2 = "10,-88"
        dqm__sub_menu_width2 = 186
        dqm__hl_textcolor2 = "#400080"
        dqm__menu_bgcolor2 = "#ccccff"
        dqm__hl_bgcolor2 = "#73bde1"
        dqm__border_color2 = "#5778b5"
        dqm__subdesc2_0 = "of Salthouse"
        dqm__url2_0 = "stagg2.html"
        dqm__subdesc2_1 = "Old maps"
        dqm__url2_1 = "old maps.html"


            //Sub Menu 2_1

                dqm__sub_xy2_1 = "0,0"
                dqm__sub_menu_width2_1 = 259
                dqm__hl_bgcolor2_1 = "#fdd073"
                dqm__subdesc2_1_0 = "Hand painted replica of John Hunt's Channel Map of 1649"
                dqm__url2_1_0 = "Old_maps.htm"
                dqm__subdesc2_1_1 = "photos of the original map"
                dqm__url2_1_1 = "channelmap2.htm"
                dqm__subdesc2_1_2 = "village sketch-map with hotspot views"
                dqm__url2_1_2 = "village2.html"



        dqm__subdesc2_2 = "mystery windmill"
        dqm__url2_2 = "mill.html"
        dqm__subdesc2_3 = "The church"
        dqm__url2_3 = "church.html"


            //Sub Menu 2_3

                dqm__sub_xy2_3 = "7, 0"
                dqm__sub_menu_width2_3 = 225
                dqm__hl_textcolor2_3 = "#400080"
                dqm__hl_bgcolor2_3 = "#82ffff"
                dqm__subdesc2_3_0 = "The Rectors"
                dqm__url2_3_0 = "rectors.html"
                dqm__subdesc2_3_1 = "The 16th-century screen"
                dqm__url2_3_1 = "screen.html"
                dqm__subdesc2_3_2 = "Interior of the church"
                dqm__url2_3_2 = "churchinterior.htm"
                dqm__subdesc2_3_3 = "Marriages in Salthouse church 1839-2004"
                dqm__url2_3_3 = "marriages1839-1907.html"
                dqm__subdesc2_3_4 = "Churchwarden' Accounts 1742"
                dqm__url2_3_4 = "church accounts.html"
                dqm__subdesc2_3_5 = "Poor Relief 1792 - 1810"
                dqm__url2_3_5 = "poor relief.html"
                dqm__subdesc2_3_6 = "Graves  recorded by Walton DEW, c 1885."
                dqm__url2_3_6 = "graves.html"
                dqm__subdesc2_3_7 = "Private Potton's funeral 1915"
                dqm__url2_3_7 = "walter-potton.html"
                dqm__subdesc2_3_8 = "Services February '05"
                dqm__url2_3_8 = "services.html"



        dqm__subdesc2_4 = "Chapel"
        dqm__url2_4 = "chapel memories.htm"


            //Sub Menu 2_4

                dqm__sub_xy2_4 = "0,0"
                dqm__sub_menu_width2_4 = 185
                dqm__hl_bgcolor2_4 = "#fdee86"
                dqm__subdesc2_4_0 = "Religious Census of 1851"
                dqm__url2_4_0 = "1851 religious census.html"



        dqm__subdesc2_5 = "Poor Prisoners"
        dqm__url2_5 = "poorpris.html"
        dqm__subdesc2_6 = "buried 1538 records"
        dqm__url2_6 = "buriedrecords.htm"
        dqm__subdesc2_7 = "marshes (Frank Stagg)"
        dqm__url2_7 = "marshes.html "


            //Sub Menu 2_7

                dqm__sub_xy2_7 = "0,0"
                dqm__hl_bgcolor2_7 = "#d6e761"
                dqm__subdesc2_7_0 = "maps"
                dqm__url2_7_0 = "channelmap2.htm"



        dqm__subdesc2_8 = "marshes (Steve Harris)"
        dqm__url2_8 = "steve.html"


            //Sub Menu 2_8

                dqm__sub_xy2_8 = "0,0"
                dqm__hl_bgcolor2_8 = "#d1f898"
                dqm__subdesc2_8_0 = "Birds"
                dqm__url2_8_0 = "steve3.html"



        dqm__subdesc2_9 = "heath (Steve Harris)"
        dqm__url2_9 = "heath.html"
        dqm__subdesc2_10 = "Hearth tax"
        dqm__url2_10 = "hearthtax.html"



    //Sub Menu 3

        dqm__sub_xy3 = "14, -13"
        dqm__sub_menu_width3 = 127
        dqm__menu_bgcolor3 = "#a6ffff"
        dqm__hl_bgcolor3 = "#6affff"
        dqm__subdesc3_0 = "From the air"
        dqm__url3_0 = "aerial views.html"


            //Sub Menu 3_0

                dqm__sub_xy3_0 = "7, 5"
                dqm__hl_bgcolor3_0 = "#53a9ff"
                dqm__subdesc3_0_0 = "village, marsh and sea"
                dqm__url3_0_0 = "air1.html"
                dqm__subdesc3_0_1 = "coast road, duckpond & 2 farms"
                dqm__url3_0_1 = "air2.html"
                dqm__subdesc3_0_2 = "church and  old chapel"
                dqm__url3_0_2 = "air3.html"



        dqm__subdesc3_1 = "from the Church Tower"
        dqm__url3_1 = "lookingNW.html"


            //Sub Menu 3_1

                dqm__sub_xy3_1 = "0,0"
                dqm__hl_bgcolor3_1 = "#92bafe"
                dqm__subdesc3_1_0 = "looking North"
                dqm__url3_1_0 = "lookingN.html"
                dqm__subdesc3_1_1 = "Looking East"
                dqm__url3_1_1 = "lookingE.html"
                dqm__subdesc3_1_2 = "looking South-East"
                dqm__url3_1_2 = "lookingSE.html"



        dqm__subdesc3_2 = "from the marsh"
        dqm__url3_2 = "12b.html"


            //Sub Menu 3_2

                dqm__sub_xy3_2 = "5, -9"
                dqm__sub_menu_width3_2 = 249
                dqm__hl_bgcolor3_2 = "#fbe075"
                dqm__subdesc3_2_0 = "horse ploughing view"
                dqm__url3_2_0 = "13b.html"
                dqm__subdesc3_2_1 = "the 'crick' & the old mill"
                dqm__url3_2_1 = "crickmill.htm"
                dqm__subdesc3_2_2 = "the mill from North"
                dqm__url3_2_2 = "rayloveday.html"
                dqm__subdesc3_2_3 = "two views of the mill on the marsh"
                dqm__url3_2_3 = "2mills.html"
                dqm__subdesc3_2_4 = "Great Eye from the south"
                dqm__url3_2_4 = "great-eye.html"



        dqm__subdesc3_3 = "Buildings"


            //Sub Menu 3_3

                dqm__sub_xy3_3 = "8, -171"
                dqm__sub_menu_width3_3 = 231
                dqm__hl_bgcolor3_3 = "#dcfa63"
                dqm__subdesc3_3_0 = "The Manor House"
                dqm__url3_3_0 = "5bb.html"
                dqm__subdesc3_3_1 = "The Hall"
                dqm__url3_3_1 = "hall.htm"
                dqm__subdesc3_3_2 = "The Dun Cow 1908"
                dqm__url3_3_2 = "duncow.html"
                dqm__subdesc3_3_3 = "The Rocket House"
                dqm__url3_3_3 = "smee.htm"
                dqm__subdesc3_3_4 = "some coast road houses"
                dqm__url3_3_4 = "steam-roller.html"


                    //Sub Menu 3_3_4

                        dqm__sub_xy3_3_4 = "0,0"
                        dqm__sub_menu_width3_3_4 = 162
                        dqm__hl_bgcolor3_3_4 = "#a5ef5a"
                        dqm__subdesc3_3_4_0 = "Keymer Cottage"
                        dqm__url3_3_4_0 = "keymer-cottage.html"
                        dqm__subdesc3_3_4_1 = "Methodist Chapel"
                        dqm__url3_3_4_1 = "chapel-1908.html"
                        dqm__subdesc3_3_4_2 = "east end houses"
                        dqm__url3_3_4_2 = "1973aftermath.html"
                        dqm__subdesc3_3_4_3 = "opposite beach road"
                        dqm__url3_3_4_3 = "oppbeach road.html"



                dqm__subdesc3_3_5 = "Post Office on the green"
                dqm__url3_3_5 = "postoffice.html"
                dqm__subdesc3_3_6 = "Talbot's shop Cross Street"
                dqm__url3_3_6 = "talbot.html"
                dqm__subdesc3_3_7 = "Grouts Lane"


                    //Sub Menu 3_3_7

                        dqm__sub_xy3_3_7 = "4, -28"
                        dqm__sub_menu_width3_3_7 = 166
                        dqm__hl_bgcolor3_3_7 = "#e6e96b"
                        dqm__subdesc3_3_7_0 = "Devon Cottage"
                        dqm__url3_3_7_0 = "devon.html"
                        dqm__subdesc3_3_7_1 = "Hilltop"
                        dqm__url3_3_7_1 = "hilltop.html"
                        dqm__subdesc3_3_7_2 = "The Nest"
                        dqm__url3_3_7_2 = "nest.html"






        dqm__subdesc3_4 = "Boats and beach"
        dqm__url3_4 = "sea.html"



    //Sub Menu 4

        dqm__sub_xy4 = "14,3"
        dqm__sub_menu_width4 = 172
        dqm__menu_bgcolor4 = "#b9ffff"
        dqm__hl_bgcolor4 = "#88ffff"
        dqm__border_color4 = "#0000ff"
        dqm__subdesc4_0 = "Personal stories from the book"
        dqm__url4_0 = "book.html#people"


            //Sub Menu 4_0

                dqm__sub_xy4_0 = "4,-216"
                dqm__sub_menu_width4_0 = 218
                dqm__hl_textcolor4_0 = "#400080"
                dqm__hl_bgcolor4_0 = "#55ffff"
                dqm__subdesc4_0_0 = "Jimmy High born 1881"
                dqm__url4_0_0 = "jimmy.html"
                dqm__subdesc4_0_1 = "Kenny Brown"
                dqm__url4_0_1 = "ken.html"
                dqm__subdesc4_0_2 = "Phyllis (nee Brown) Jackson"
                dqm__url4_0_2 = "phyllis.html"
                dqm__subdesc4_0_3 = "Janette (nee Cooper) Dams"
                dqm__url4_0_3 = "janette.html"
                dqm__subdesc4_0_4 = "Daphne Hanlon"
                dqm__url4_0_4 = "kelling-daphne.html"
                dqm__subdesc4_0_5 = "Ray High"
                dqm__url4_0_5 = "ray's page1.html"
                dqm__subdesc4_0_6 = "Vivian High"
                dqm__url4_0_6 = "highvivian.html"
                dqm__subdesc4_0_7 = "Florence Radley"
                dqm__url4_0_7 = "florrie.html"
                dqm__subdesc4_0_8 = "Freda (nee High) Morse"
                dqm__url4_0_8 = "freda.html"
                dqm__subdesc4_0_9 = "Jim Radley"
                dqm__url4_0_9 = "radleyjim1.html"
                dqm__subdesc4_0_10 = "Jasper Woodhouse"
                dqm__url4_0_10 = "105b.html"









