//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
//  
//

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

                              Bullet and Icon Image Library  

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



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

	dqm__icon_image0 = "images/dot1.gif"
	dqm__icon_rollover0 = "images/dot2.gif"
	dqm__icon_image_wh0 = "10,6"

	

    //Absolute positioned icon images (coordinate positioned, sub menus only)

	//dqm__2nd_icon_image0 = "sample_images/arrow.gif"
	//dqm__2nd_icon_rollover0 = "sample_images/arrow.gif"
	//dqm__2nd_icon_image_wh0 = "13,10"
	//dqm__2nd_icon_image_xy0 = "0,4"


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

                              Main Menu Settings  

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


/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/
	//this.menu_width_item0 = 100
	dqm__main_width = 100			//default main item widths
	dqm__main_height = 15			//default main item heights
	
	
	dqm__main_width0 = 48			//specific main item widths
	dqm__main_width1 = 88			//specific main item widths
	dqm__main_width2 = 69			//specific main item widths
	dqm__main_width3 = 92			//specific main item widths
	dqm__main_width4 = 45			//specific main item widths
	dqm__main_width5 = 93			//specific main item widths
	dqm__main_width6 = 53			//specific main item widths
	dqm__main_width7 = 72			//specific main item widths
	
	
	
	//dqm__main_heightX				//specific main item heights


	//dqm__main_width4 = 140;

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


	dqm__main_horizontal =true		//align menu bar horizontally or vertically

	dqm__main_border_width = 1;		//the thickness of the border in pixels, 0 = no border
	dqm__main_border_color = "#80784a"	//HEX color or set to 'transparent'


	dqm__main_use_dividers = true		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 5			//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	dqm__main_bgcolor = "#80784a"		//default color for all items, HEX or 'transparent'
	dqm__main_bgcolorX = "#80784a"		//specific menu item color, HEX or 'transparent'
	
	dqm__main_hl_bgcolor = "#80784a"	//HEX color value or set to 'transparent'
	dqm__main_hl_bgcolorX = "#80784a"

	dqm__main_textcolor = "#b2a980"
	dqm__main_textcolorX = "#b2a980"

	dqm__main_hl_textcolor = "#564e2b"
	dqm__main_hl_textcolorX = "#564e2b"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


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


	//rollover effect
	
	dqm__main_hl_textdecoration = "underline"



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


	dqm__main_text_alignment = "center"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 0
	dqm__main_margin_bottom = 0
	dqm__main_margin_left = 5
	dqm__main_margin_right = 4



	//specific settings

	dqm__main_text_alignmentX = "center"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_topX = 4
	dqm__main_margin_bottomX = 4



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

   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"



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


	
    //Main Menu 0

	dqm__maindesc0 = "home"
	dqm__micon_index0 = 0
	dqm__url0 = "http://peter.mackenzie.org/history/"



    //Main Menu 1

	dqm__maindesc1 = "introduction"
	dqm__micon_index1 = 0
	dqm__url1 = "http://peter.mackenzie.org/history/macken.htm"



    //Main Menu 2

	dqm__maindesc2 = "genealogy"
	dqm__micon_index2 = 0
	dqm__url2 = "http://peter.mackenzie.org/history/geneal.htm"



    //Main Menu 3

	dqm__maindesc3 = "background"
	dqm__micon_index3 = 0
	dqm__url3 = "http://peter.mackenzie.org/history/hist.htm"



    //Main Menu 4

	dqm__maindesc4 = "maps"
	dqm__micon_index4 = 0
	dqm__url4 = "http://peter.mackenzie.org/history/maps.htm"



    //Main Menu 5

	dqm__maindesc5 = "bibliography"
	dqm__micon_index5 = 0
	dqm__url5 = "http://peter.mackenzie.org/history/biblio.htm"



    //Main Menu 6

	dqm__maindesc6 = "search"
	dqm__micon_index6 = 0
	dqm__url6 = "http://peter.mackenzie.org/history/search.htm"



    //Main Menu 7

	dqm__maindesc7 = "contact"
	dqm__micon_index7 = 0
	dqm__url7 = "mailto:peter@mackenzie.org"



    //Main Menu 7

	//dqm__maindesc4 = "Documentation"
	//dqm__micon_index4 = 0
	//dqm__url4 = "documents/sample_link.htm"



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

                              Sub Menu Settings

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


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


	dqm__sub_menu_width = 100      		//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
	dqm__divider_height = 0

	dqm__border_color = "#564e2b"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#d8d4bf"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#d8d4bf"		

	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 = "#564e2b"
	dqm__fontfamily = "arial"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//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 = "#403c25"
	dqm__hl_textdecoration = "underline"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4



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


	dqm__show_urls_statusbar = false

	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	



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


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

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "SQUARE"		//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 = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



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


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_x = 5
	dqm__os9_ie5mac_offset_Y = 10

	dqm__osx_ie5mac_offset_x = 5
	dqm__osx_ie5mac_offset_Y = 10

	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


    //Mac offset fixes, adjust until main menu items line up correctly

	dqm__mainitems_os9_ie5mac_offset_x = 10
	dqm__mainitems_os9_ie5mac_offset_y = 15

	dqm__mainitems_osx_ie5mac_offset_x = 10
	dqm__mainitems_osx_ie5mac_offset_y = 15



    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Opera 5 & 6, set to true if the menu is the only item on the htm page.

	dqm__use_opera_div_detect_fix = true


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

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


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


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group.
    //The 'X_X' indicates the index number of the sub menu item.

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



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


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	//dqm__hl_subdesc1_0_0 = "shuttle schedule"
	//dqm__urltarget1_0_0 = "_new"




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


    //Sub Menu 1

	dqm__sub_xy1 = "-77,16"
	dqm__sub_menu_width1 = 130

	dqm__subdesc1_0 = "forward"
	dqm__subdesc1_1 = "site map"
	dqm__subdesc1_2 = "alphabetical contents"
	dqm__subdesc1_3 = "site news"
	dqm__subdesc1_4 = "family chronology"
	dqm__subdesc1_5 = "family overview"
	dqm__subdesc1_6 = "historical outline"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0
	dqm__icon_index1_6 = 0

	dqm__url1_0 = "http://peter.mackenzie.org/history/macken1.htm"
	dqm__url1_1 = "http://peter.mackenzie.org/history/macken11.htm"
	dqm__url1_2 = "http://peter.mackenzie.org/history/macken12.htm"
	dqm__url1_3 = "http://peter.mackenzie.org/history/macken13.htm"
	dqm__url1_4 = "http://peter.mackenzie.org/history/macken3.htm"
	dqm__url1_5 = "http://peter.mackenzie.org/history/macken4.htm"
	dqm__url1_6 = "http://peter.mackenzie.org/history/macken5.htm"



    //Sub Menu 2

	dqm__sub_xy2 = "-64,16"
	dqm__sub_menu_width2 = 150

	dqm__subdesc2_0 = "pedigrees"
	dqm__subdesc2_1 = "introduction to genealogy"
	dqm__subdesc2_2 = "selected pedigrees"
	dqm__subdesc2_3 = "ancient mackenzie"
	dqm__subdesc2_4 = "ancient johnson"
	dqm__subdesc2_5 = "genealogical database"
	dqm__subdesc2_6 = "mackenzie details"
	dqm__subdesc2_7 = "willison details"
	
	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0

	//dqm__2nd_icon_index2_0 = 0
	//dqm__2nd_icon_index2_1 = 0
	
	dqm__url2_0 = "http://peter.mackenzie.org/history/geneal1.htm"
	dqm__url2_1 = "http://peter.mackenzie.org/history/geneal11.htm"
	dqm__url2_2 = "http://peter.mackenzie.org/history/geneal12.htm"
	dqm__url2_3 = "http://peter.mackenzie.org/history/geneal122.htm"
	dqm__url2_4 = "http://peter.mackenzie.org/history/geneal123.htm"
	dqm__url2_5 = "http://mackenzie.nimiety.org/"

    

    //Sub Menu 2_6

	dqm__sub_xy2_6 = "-40,5"
	dqm__sub_menu_width2_6 = 165

	dqm__subdesc2_6_0 = "mackenzies"
	dqm__subdesc2_6_1 = "mackenzie family vignettes"
	dqm__subdesc2_6_2 = "gerald of wales"
	dqm__subdesc2_6_3 = "mackenzie ancestors"
	dqm__subdesc2_6_4 = "mackenzie grandparents"
	dqm__subdesc2_6_5 = "mackenzie relatives"
	dqm__subdesc2_6_6 = "coul origins & speculation"

	dqm__icon_index2_6_0 = 0
	dqm__icon_index2_6_1 = 0
	dqm__icon_index2_6_2 = 0
	dqm__icon_index2_6_3 = 0
	dqm__icon_index2_6_4 = 0
	dqm__icon_index2_6_5 = 0
	dqm__icon_index2_6_6 = 0

	dqm__url2_6_0 = "http://peter.mackenzie.org/history/geneal2.htm"
	dqm__url2_6_1 = "http://peter.mackenzie.org/history/geneal21.htm"
	dqm__url2_6_2 = "http://peter.mackenzie.org/history/geneal22.htm"
	dqm__url2_6_3 = "http://peter.mackenzie.org/history/geneal3.htm"
	dqm__url2_6_4 = "http://peter.mackenzie.org/history/geneal31.htm"
	dqm__url2_6_5 = "http://peter.mackenzie.org/history/geneal32.htm"
	dqm__url2_6_6 = "http://peter.mackenzie.org/history/geneal33.htm"



    //Sub Menu 2_7

	dqm__sub_xy2_7 = "-40,5"
	dqm__sub_menu_width2_7 = 145

	dqm__subdesc2_7_0 = "willisons"
	dqm__subdesc2_7_1 = "willison family vignettes"
	dqm__subdesc2_7_2 = "willison ancestors"
	dqm__subdesc2_7_3 = "willison grandparents"
	dqm__subdesc2_7_4 = "willison relatives"
	dqm__subdesc2_7_5 = "2lt bill willison"


	dqm__icon_index2_7_0 = 0
	dqm__icon_index2_7_1 = 0
	dqm__icon_index2_7_2 = 0
	dqm__icon_index2_7_3 = 0
	dqm__icon_index2_7_4 = 0
	dqm__icon_index2_7_5 = 0

	dqm__url2_7_0 = "http://peter.mackenzie.org/history/geneal4.htm"
	dqm__url2_7_1 = "http://peter.mackenzie.org/history/geneal41.htm"
	dqm__url2_7_2 = "http://peter.mackenzie.org/history/geneal5.htm"
	dqm__url2_7_3 = "http://peter.mackenzie.org/history/geneal51.htm"
	dqm__url2_7_4 = "http://peter.mackenzie.org/history/geneal52.htm"
	dqm__url2_7_5 = "http://peter.mackenzie.org/history/geneal53.htm"


    //Sub Menu 3

	dqm__sub_xy3 = "-79,16"
	dqm__sub_menu_width3 = 90

	dqm__subdesc3_0 = "ancient" 
	dqm__subdesc3_1 = "britain" 
	dqm__subdesc3_2 = "mediaeval"
	dqm__subdesc3_3 = "early modern"
	dqm__subdesc3_4 = "bna"	
	dqm__subdesc3_5 = "colonisation"
	dqm__subdesc3_6 = "military orbats"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0
	dqm__icon_index3_5 = 0
	dqm__icon_index3_6 = 0


    dqm__url3_0 = "http://peter.mackenzie.org/history/hist106.htm"
	dqm__url3_1 = ""
	dqm__url3_2 = ""
	dqm__url3_3 = ""
	dqm__url3_4 = ""
	dqm__url3_5 = ""
	dqm__url3_6 = "http://peter.mackenzie.org/history/hist5.htm"


    //Sub Menu 3_0

	dqm__sub_xy3_0 = "-10,5"
	dqm__sub_menu_width3_0 = 95

	dqm__subdesc3_0_0 = "india"
	dqm__subdesc3_0_1 = "china"
	dqm__subdesc3_0_2 = "mesopotamia"
	dqm__subdesc3_0_3 = "egypt"
	dqm__subdesc3_0_4 = "greece"
	dqm__subdesc3_0_5 = "rome"

	dqm__icon_index3_0_0 = 0
	dqm__icon_index3_0_1 = 0
	dqm__icon_index3_0_2 = 0
	dqm__icon_index3_0_3 = 0
	dqm__icon_index3_0_4 = 0
	dqm__icon_index3_0_5 = 0


	dqm__url3_0_0 = "http://peter.mackenzie.org/history/hist10.htm"
	dqm__url3_0_1 = "http://peter.mackenzie.org/history/hist101.htm"
	dqm__url3_0_2 = "http://peter.mackenzie.org/history/hist102.htm"
	dqm__url3_0_3 = "http://peter.mackenzie.org/history/hist103.htm"
	dqm__url3_0_4 = "http://peter.mackenzie.org/history/hist104.htm"
	dqm__url3_0_5 = "http://peter.mackenzie.org/history/hist152.htm"
	

    //Sub Menu 3_0_0

	dqm__sub_xy3_0_0 = "-10,5"
	dqm__sub_menu_width3_0_0 = 75

	dqm__subdesc3_0_0_0 = "pakistan"
	
	dqm__icon_index3_0_0_0 = 0	
	
	dqm__url3_0_0_0 = "http://peter.mackenzie.org/history/hist100.htm"



    //Sub Menu 3_0_1

	dqm__sub_xy3_0_1 = "-10,5"
	dqm__sub_menu_width3_0_1 = 75

	dqm__subdesc3_0_1_0 = "the mongols"
	
	dqm__icon_index3_0_4_0 = 0	
	
	dqm__url3_0_1_0 = "http://peter.mackenzie.org/history/hist1010.htm"


    //Sub Menu 3_0_2

	dqm__sub_xy3_0_2 = "-10,5"
	dqm__sub_menu_width3_0_2 = 70


	dqm__subdesc3_0_2_0 = "sumer"
	dqm__subdesc3_0_2_1 = "babylonia"
	dqm__subdesc3_0_2_2 = "akkad"
	dqm__subdesc3_0_2_3 = "assyria"
	dqm__subdesc3_0_2_4 = "persia"
	dqm__subdesc3_0_2_5 = "seleucia"

	dqm__icon_index3_0_2_0 = 0
	dqm__icon_index3_0_2_1 = 0
	dqm__icon_index3_0_2_2 = 0
	dqm__icon_index3_0_2_3 = 0
	dqm__icon_index3_0_2_4 = 0
	dqm__icon_index3_0_2_5 = 0


	dqm__url3_0_2_0 = "http://peter.mackenzie.org/history/hist1021.htm"
	dqm__url3_0_2_1 = "http://peter.mackenzie.org/history/hist1022.htm"
	dqm__url3_0_2_2 = "http://peter.mackenzie.org/history/hist1023.htm"
	dqm__url3_0_2_3 = "http://peter.mackenzie.org/history/hist1024.htm"
	dqm__url3_0_2_4 = "http://peter.mackenzie.org/history/hist1020.htm"
	dqm__url3_0_2_5 = "http://peter.mackenzie.org/history/hist1025.htm"


    //Sub Menu 3_0_3

	dqm__sub_xy3_0_3 = "-10,5"
	dqm__sub_menu_width3_0_3 = 105

	dqm__subdesc3_0_3_0 = "the hittites"
	dqm__subdesc3_0_3_1 = "the hyksos"
	dqm__subdesc3_0_3_2 = "ptolemeic egypt"
	
	dqm__icon_index3_0_3_0 = 0
	dqm__icon_index3_0_3_1 = 0	
	dqm__icon_index3_0_3_2 = 0	
	
	dqm__url3_0_3_0 = "http://peter.mackenzie.org/history/hist1031.htm"
	dqm__url3_0_3_1 = "http://peter.mackenzie.org/history/hist1032.htm"
	dqm__url3_0_3_2 = "http://peter.mackenzie.org/history/hist1030.htm"
	
	
    //Sub Menu 3_0_4

	dqm__sub_xy3_0_4 = "-10,5"
	dqm__sub_menu_width3_0_4 = 130

	dqm__subdesc3_0_4_0 = "macedonian empire"
	
	dqm__icon_index3_0_4_0 = 0	
	
	dqm__url3_0_4_0 = "http://peter.mackenzie.org/history/hist105.htm"


    //Sub Menu 3_0_5

	dqm__sub_xy3_0_5 = "-10,5"
	dqm__sub_menu_width3_0_5 = 130

	dqm__subdesc3_0_5_0 = "english/latin gazetteer"
	dqm__subdesc3_0_5_1 = "etruscan fitzgeralds"	
	dqm__subdesc3_0_5_2 = "the roman army"
	dqm__subdesc3_0_5_3 = "legions: 59 BC-69 AD"
	dqm__subdesc3_0_5_4 = "legions: 69 AD-193"	
	dqm__subdesc3_0_5_5 = "legions: 193-455"
	dqm__subdesc3_0_5_6 = "byzantium"
	
	dqm__icon_index3_0_5_0 = 0
	dqm__icon_index3_0_5_1 = 0
	dqm__icon_index3_0_5_2 = 0
	dqm__icon_index3_0_5_3 = 0
	dqm__icon_index3_0_5_4 = 0
	dqm__icon_index3_0_5_5 = 0
	dqm__icon_index3_0_5_6 = 0
	
	dqm__url3_0_5_0 = "http://peter.mackenzie.org/history/hist153.htm"
	dqm__url3_0_5_1 = "http://peter.mackenzie.org/history/hist151.htm"
    dqm__url3_0_5_2 = "http://peter.mackenzie.org/history/hist150.htm"
	dqm__url3_0_5_3 = "http://peter.mackenzie.org/history/hist1501.htm"	
	dqm__url3_0_5_4 = "http://peter.mackenzie.org/history/hist1502.htm"
	dqm__url3_0_5_5 = "http://peter.mackenzie.org/history/hist1503.htm"
	dqm__url3_0_5_6 = "http://peter.mackenzie.org/history/hist1504.htm"
	
    //Sub Menu 3_1

	dqm__sub_xy3_1 = "-10,5"
	dqm__sub_menu_width3_1 = 120

	dqm__subdesc3_1_0 = "ancient britain"
	dqm__subdesc3_1_1 = "england"
	dqm__subdesc3_1_2 = "scotland"
	dqm__subdesc3_1_3 = "the bayeux tapestry"	
	dqm__subdesc3_1_4 = "norman castles"	
	dqm__subdesc3_1_5 = "heraldry"	
	dqm__subdesc3_1_6 = "the reivers"
	

	dqm__icon_index3_1_0 = 0
	dqm__icon_index3_1_1 = 0
	dqm__icon_index3_1_2 = 0
	dqm__icon_index3_1_3 = 0
	dqm__icon_index3_1_4 = 0
	dqm__icon_index3_1_5 = 0
	dqm__icon_index3_1_6 = 0


	dqm__url3_1_0 = "http://peter.mackenzie.org/history/hist1.htm"
	dqm__url3_1_1 = "http://peter.mackenzie.org/history/hist3.htm"
	dqm__url3_1_2 = "http://peter.mackenzie.org/history/hist206.htm"
	dqm__url3_1_3 = "http://peter.mackenzie.org/history/hist31.htm"
	dqm__url3_1_4 = "http://peter.mackenzie.org/history/hist123.htm"
	dqm__url3_1_5 = "http://peter.mackenzie.org/history/hist33.htm"
	dqm__url3_1_6 = "http://peter.mackenzie.org/history/hist24.htm"
	
	

 //Sub Menu 3_1_0

	dqm__sub_xy3_1_0 = "-10,5"
	dqm__sub_menu_width3_1_0 = 110

	dqm__subdesc3_1_0_0 = "the celts"
	dqm__subdesc3_1_0_1 = "caesar's britain"
	dqm__subdesc3_1_0_2 = "roman britannia"
	dqm__subdesc3_1_0_3 = "post-roman"
	dqm__subdesc3_1_0_4 = "the germans"
	dqm__subdesc3_1_0_5 = "evolution"
	

    dqm__icon_index3_1_0_0 = 0
	dqm__icon_index3_1_0_1 = 0
	dqm__icon_index3_1_0_2 = 0
	dqm__icon_index3_1_0_3 = 0
	dqm__icon_index3_1_0_4 = 0
	dqm__icon_index3_1_0_5 = 0
	
	
	dqm__url3_1_0_0 = "http://peter.mackenzie.org/history/hist11.htm"
	dqm__url3_1_0_1 = "http://peter.mackenzie.org/history/hist12.htm"
	dqm__url3_1_0_2 = "http://peter.mackenzie.org/history/hist121.htm"
	dqm__url3_1_0_3 = "http://peter.mackenzie.org/history/hist122.htm"
	dqm__url3_1_0_4 = "http://peter.mackenzie.org/history/hist13.htm"
	dqm__url3_1_0_5 = "http://peter.mackenzie.org/history/hist14.htm"


	
 //Sub Menu 3_1_5	

	dqm__sub_xy3_1_8 = "-10,5"
	dqm__sub_menu_width3_1_5 = 110

	dqm__subdesc3_1_5_0 = "origins of heraldry"
	dqm__subdesc3_1_5_1 = "heraldic devices"
	dqm__subdesc3_1_5_2 = "seize quartiers"	


    dqm__icon_index3_1_5_0 = 0
	dqm__icon_index3_1_5_1 = 0
	dqm__icon_index3_1_5_2 = 0


	dqm__url3_1_5_0 = "http://peter.mackenzie.org/history/hist331.htm"
	dqm__url3_1_5_1 = "http://peter.mackenzie.org/history/hist3311.htm"
	dqm__url3_1_5_2 = "http://peter.mackenzie.org/history/hist3313.htm"



 //Sub Menu 3_1_1
 

	dqm__sub_xy3_1_1 = "-10,5"
	dqm__sub_menu_width3_1_1 = 120

	dqm__subdesc3_1_1_0 = "english monarchs"
	dqm__subdesc3_1_1_1 = "english language"
	dqm__subdesc3_1_1_2 = "tudor england"
	dqm__subdesc3_1_1_3 = "the black prince"
	dqm__subdesc3_1_1_4 = "the british empire"

	dqm__icon_index3_1_1_0 = 0
	dqm__icon_index3_1_1_1 = 0
	dqm__icon_index3_1_1_2 = 0
	dqm__icon_index3_1_1_3 = 0
	dqm__icon_index3_1_1_4 = 0

	dqm__url3_1_1_0 = "http://peter.mackenzie.org/history/hist312.htm"
	dqm__url3_1_1_1 = "http://peter.mackenzie.org/history/hist131.htm"
	dqm__url3_1_1_2 = "http://peter.mackenzie.org/history/hist32.htm"
	dqm__url3_1_1_3 = "http://peter.mackenzie.org/history/hist3312.htm"
	dqm__url3_1_1_4 = "http://peter.mackenzie.org/history/hist341.htm"


 //Sub Menu 3_1_2

	dqm__sub_xy3_1_2 = "-10,5"
	dqm__sub_menu_width3_1_2 = 120

	dqm__subdesc3_1_2_0 = "scots' monarchs"
	dqm__subdesc3_1_2_1 = "the clan"
	dqm__subdesc3_1_2_2 = "clan conflict"
	dqm__subdesc3_1_2_3 = "clan mackenzie"
	dqm__subdesc3_1_2_4 = "mackenzie heraldry"
	dqm__subdesc3_1_2_5 = "eilean donan castle"

	
	dqm__icon_index3_1_2_0 = 0
	dqm__icon_index3_1_2_1 = 0
	dqm__icon_index3_1_2_2 = 0
	dqm__icon_index3_1_2_3 = 0
	dqm__icon_index3_1_2_4 = 0
	dqm__icon_index3_1_2_5 = 0
	
	dqm__url3_1_2_0 = "http://peter.mackenzie.org/history/hist21.htm"
	dqm__url3_1_2_1 = "http://peter.mackenzie.org/history/hist221.htm"
	dqm__url3_1_2_2 = "http://peter.mackenzie.org/history/hist22.htm"
	dqm__url3_1_2_3 = "http://peter.mackenzie.org/history/hist23.htm"
	dqm__url3_1_2_4 = "http://peter.mackenzie.org/history/hist231.htm"
	dqm__url3_1_2_5 = "http://peter.mackenzie.org/history/hist232.htm"


    //Sub Menu 3_2

	dqm__sub_xy3_2 = "-10,5"
	dqm__sub_menu_width3_2 = 120

	dqm__subdesc3_2_0 = "mediaeval europe"
	dqm__subdesc3_2_1 = "carolingian europe"
	dqm__subdesc3_2_2 = "feudal society"
	dqm__subdesc3_2_3 = "social titles"
	dqm__subdesc3_2_4 = "the spread of islam"
	dqm__subdesc3_2_5 = "mediaeval castles"
	dqm__subdesc3_2_6 = "the crusades"
	

	dqm__icon_index3_2_0 = 0
	dqm__icon_index3_2_1 = 0
	dqm__icon_index3_2_2 = 0
	dqm__icon_index3_2_3 = 0
	dqm__icon_index3_2_4 = 0
	dqm__icon_index3_2_5 = 0
	dqm__icon_index3_2_6 = 0


	dqm__url3_2_0 = "http://peter.mackenzie.org/history/hist3314.htm"
	dqm__url3_2_1 = "http://peter.mackenzie.org/history/hist20.htm"
	dqm__url3_2_2 = "http://peter.mackenzie.org/history/hist201.htm"
	dqm__url3_2_3 = "http://peter.mackenzie.org/history/hist2011.htm"
    dqm__url3_2_4 = "http://peter.mackenzie.org/history/hist202.htm"
	dqm__url3_2_5 = "http://peter.mackenzie.org/history/hist203.htm"
	dqm__url3_2_6 = "http://peter.mackenzie.org/history/hist204.htm"


    //Sub Menu 3_2_0

	dqm__sub_xy3_2_0 = "-10,5"
	dqm__sub_menu_width3_2_0 = 120

	dqm__subdesc3_2_0_0 = "germanic invasions"
	dqm__subdesc3_2_0_1 = "the vikings"
	dqm__subdesc3_2_0_2 = "the magyars"	
	dqm__subdesc3_2_0_3 = "kiev & moscow"		
	
	dqm__icon_index3_2_0_0 = 0
	dqm__icon_index3_2_0_1 = 0
	dqm__icon_index3_2_0_2 = 0	
	dqm__icon_index3_2_0_3 = 0
	

	dqm__url3_2_0_0 = "http://peter.mackenzie.org/history/hist33141.htm"
    dqm__url3_2_0_1 = "http://peter.mackenzie.org/history/hist207.htm"	
    dqm__url3_2_0_2 = "http://peter.mackenzie.org/history/hist33142.htm"	
    dqm__url3_2_0_3 = "http://peter.mackenzie.org/history/hist33143.htm"


    //Sub Menu 3_2_3

	dqm__sub_xy3_2_3 = "-10,5"
	dqm__sub_menu_width3_2_3 = 100

	dqm__subdesc3_2_3_0 = "title glossary"
		
	dqm__icon_index3_2_3_0 = 0
	
	dqm__url3_2_3_0 = "http://peter.mackenzie.org/history/hist2012.htm"
   

    //Sub Menu 3_2_4

	dqm__sub_xy3_2_4 = "-10,5"
	dqm__sub_menu_width3_2_4 = 100

	dqm__subdesc3_2_4_0 = "seljuk turks"
	dqm__subdesc3_2_4_1 = "ottoman turks"	
	
	dqm__icon_index3_2_4_0 = 0
	dqm__icon_index3_2_4_1 = 0
	

	dqm__url3_2_4_0 = "http://peter.mackenzie.org/history/hist2021.htm"
    dqm__url3_2_4_1 = "http://peter.mackenzie.org/history/hist2022.htm"	
   

    //Sub Menu 3_2_6

	dqm__sub_xy3_2_6 = "-10,5"
	dqm__sub_menu_width3_2_6 = 85

	dqm__subdesc3_2_6_0 = "joffa retaken"
	dqm__icon_index3_2_6_0 = 0
	dqm__url3_2_6_0 = "http://peter.mackenzie.org/history/hist205.htm"

    //Sub Menu 3_3

	dqm__sub_xy3_3 = "-10,5"
	dqm__sub_menu_width3_3 = 130

	dqm__subdesc3_3_0 = "the balance of power"
	dqm__subdesc3_3_1 = "indians"
	dqm__subdesc3_3_2 = "pirates"
	dqm__subdesc3_3_3 = "exploration -1499"
	dqm__subdesc3_3_4 = "exploration 1500-"
	dqm__subdesc3_3_5 = "forts america: -c1899"
	dqm__subdesc3_3_6 = "new world slavery"
	dqm__subdesc3_3_7 = "imperial family"	
	

	dqm__icon_index3_3_0 = 0
	dqm__icon_index3_3_1 = 0
	dqm__icon_index3_3_2 = 0
	dqm__icon_index3_3_3 = 0
	dqm__icon_index3_3_4 = 0
	dqm__icon_index3_3_5 = 0
	dqm__icon_index3_3_6 = 0
	dqm__icon_index3_3_7 = 0


	dqm__url3_3_0 = "http://peter.mackenzie.org/history/hist34.htm"
	dqm__url3_3_1 = "http://peter.mackenzie.org/history/hist41.htm"
	dqm__url3_3_2 = "http://peter.mackenzie.org/history/hist413.htm"
	dqm__url3_3_3 = "http://peter.mackenzie.org/history/hist421.htm"
	dqm__url3_3_4 = "http://peter.mackenzie.org/history/hist421a.htm"
	dqm__url3_3_5 = "http://peter.mackenzie.org/history/hist425.htm"
	dqm__url3_3_6 = "http://peter.mackenzie.org/history/hist426.htm"
	dqm__url3_3_7 = "http://peter.mackenzie.org/history/hist342.htm"

    //Sub Menu 3_3

	dqm__sub_xy3_3_5 = "-10,5"
	dqm__sub_menu_width3_3_5 = 105


	dqm__subdesc3_3_5_0 = "forts: -1599"
	dqm__subdesc3_3_5_1 = "forts: 1600-1699"
	dqm__subdesc3_3_5_2 = "forts: 1700-1799"
	dqm__subdesc3_3_5_3 = "forts: 1800-"


	dqm__icon_index3_3_5_0 = 0
	dqm__icon_index3_3_5_1 = 0
	dqm__icon_index3_3_5_2 = 0
	dqm__icon_index3_3_5_3 = 0


	dqm__url3_3_5_0 = "http://peter.mackenzie.org/history/hist425A.htm"
	dqm__url3_3_5_1 = "http://peter.mackenzie.org/history/hist425B.htm"
	dqm__url3_3_5_2 = "http://peter.mackenzie.org/history/hist425C.htm"
	dqm__url3_3_5_3 = "http://peter.mackenzie.org/history/hist425D.htm"


    //Sub Menu 3_4

	dqm__sub_xy3_4 = "-10,5"
	dqm__sub_menu_width3_4 = 200

	dqm__subdesc3_4_0 = "british north america (bna)"
	dqm__subdesc3_4_1 = "bna indian superintendents"
	dqm__subdesc3_4_2 = "the american revolution"
	dqm__subdesc3_4_3 = "revolutionary commanders"
	dqm__subdesc3_4_4 = "canada and other bna colonies"
	dqm__subdesc3_4_5 = "the canadas"
	dqm__subdesc3_4_6 = "british governors general of canada"
	

	dqm__icon_index3_4_0 = 0
	dqm__icon_index3_4_1 = 0
	dqm__icon_index3_4_2 = 0
	dqm__icon_index3_4_3 = 0
	dqm__icon_index3_4_4 = 0
	dqm__icon_index3_4_5 = 0
	dqm__icon_index3_4_6 = 0


	dqm__url3_4_0 = "http://peter.mackenzie.org/history/hist4.htm"
	dqm__url3_4_1 = "http://peter.mackenzie.org/history/hist412.htm"
	dqm__url3_4_2 = "http://peter.mackenzie.org/history/hist43.htm"
	dqm__url3_4_3 = "http://peter.mackenzie.org/history/hist431.htm"
	dqm__url3_4_4 = "http://peter.mackenzie.org/history/hist44.htm"
	dqm__url3_4_5 = "http://peter.mackenzie.org/history/hist441.htm"
	dqm__url3_4_6 = "http://peter.mackenzie.org/history/hist442.htm"


    //Sub Menu 3_4

	dqm__sub_xy3_5 = "-10,5"
	dqm__sub_menu_width3_5 = 220

	dqm__subdesc3_5_0 = "north american colonisation"
	dqm__subdesc3_5_1 = "the french"
	dqm__subdesc3_5_2 = "french commanders -1700"
	dqm__subdesc3_5_3 = "french commanders 1701-"
	dqm__subdesc3_5_4 = "the british"
	dqm__subdesc3_5_5 = "english commanders -1680"
	dqm__subdesc3_5_6 = "english commanders 1681-1730"
	dqm__subdesc3_5_7 = "british commanders 1731-1775"
	dqm__subdesc3_5_8 = "british commanders 1776-"
	dqm__subdesc3_5_9 = "the spanish"
	dqm__subdesc3_5_10 = "spanish commanders: north america"
	dqm__subdesc3_5_11 = "spanish commanders: central america"
	dqm__subdesc3_5_12 = "spanish commanders: the caribbean"
	dqm__subdesc3_5_13 = "spanish commanders: south america"
	dqm__subdesc3_5_14 = "other european commanders"	
	

	dqm__icon_index3_5_0 = 0
	dqm__icon_index3_5_1 = 0
	dqm__icon_index3_5_2 = 0
	dqm__icon_index3_5_3 = 0
	dqm__icon_index3_5_4 = 0
	dqm__icon_index3_5_5 = 0
	dqm__icon_index3_5_6 = 0
	dqm__icon_index3_5_7 = 0
	dqm__icon_index3_5_8 = 0
	dqm__icon_index3_5_9 = 0
	dqm__icon_index3_5_10 = 0
	dqm__icon_index3_5_11 = 0
	dqm__icon_index3_5_12 = 0
	dqm__icon_index3_5_13 = 0
	dqm__icon_index3_5_14 = 0	


	dqm__url3_5_0 = "http://peter.mackenzie.org/history/hist411.htm"
	dqm__url3_5_1 = "http://peter.mackenzie.org/history/hist422.htm"
	dqm__url3_5_2 = "http://peter.mackenzie.org/history/hist4221A.htm"
	dqm__url3_5_3 = "http://peter.mackenzie.org/history/hist4221B.htm"
	dqm__url3_5_4 = "http://peter.mackenzie.org/history/hist423.htm"
	dqm__url3_5_5 = "http://peter.mackenzie.org/history/hist4231.htm"
	dqm__url3_5_6 = "http://peter.mackenzie.org/history/hist4231AA.htm"
	dqm__url3_5_7 = "http://peter.mackenzie.org/history/hist4231BA.htm"
	dqm__url3_5_8 = "http://peter.mackenzie.org/history/hist4231CA.htm"
	dqm__url3_5_9 = "http://peter.mackenzie.org/history/hist424.htm"
	dqm__url3_5_10 = "http://peter.mackenzie.org/history/hist4241.htm"
	dqm__url3_5_11 = "http://peter.mackenzie.org/history/hist4241a.htm"
	dqm__url3_5_12 = "http://peter.mackenzie.org/history/hist4241b.htm"
	dqm__url3_5_13 = "http://peter.mackenzie.org/history/hist4241c.htm"
	dqm__url3_5_14 = "http://peter.mackenzie.org/history/hist4242.htm"


    //Sub Menu 3_5

	dqm__sub_xy3_6 = "-10,5"
	dqm__sub_menu_width3_6 = 180

	dqm__subdesc3_6_0 = "bna orbats"
	dqm__subdesc3_6_1 = "spanish military units"
	dqm__subdesc3_6_2 = "french military units"
	dqm__subdesc3_6_3 = "british military support arms"
	dqm__subdesc3_6_4 = "british military infantry a"
	dqm__subdesc3_6_5 = "british military infantry b"
	dqm__subdesc3_6_6 = "german and other auxiliaries"
	dqm__subdesc3_6_7 = "danish, dutch, russian, swedish"
	dqm__subdesc3_6_8 = "american provincials & loyalists"
	dqm__subdesc3_6_9 = "canadian fencible, militia"
	dqm__subdesc3_6_10 = "american revolution military"
	dqm__subdesc3_6_11 = "american cavalry and artillery"
	dqm__subdesc3_6_12 = "patriot infantry: part 1"
	dqm__subdesc3_6_13 = "patriot infantry: part 2"
	dqm__subdesc3_6_14 = "patriot infantry: part 3"
	dqm__subdesc3_6_15 = "patriot infantry: part 4"
	dqm__subdesc3_6_16 = "patriot infantry: part 5"
	dqm__subdesc3_6_17 = "patriot infantry: part 6"

	dqm__icon_index3_6_0 = 0
	dqm__icon_index3_6_1 = 0
	dqm__icon_index3_6_2 = 0
	dqm__icon_index3_6_3 = 0
	dqm__icon_index3_6_4 = 0
	dqm__icon_index3_6_5 = 0
	dqm__icon_index3_6_6 = 0
	dqm__icon_index3_6_7 = 0
	dqm__icon_index3_6_8 = 0
	dqm__icon_index3_6_9 = 0
	dqm__icon_index3_6_10 = 0
	dqm__icon_index3_6_11 = 0
	dqm__icon_index3_6_12 = 0
	dqm__icon_index3_6_13 = 0
	dqm__icon_index3_6_14 = 0
	dqm__icon_index3_6_15 = 0
	dqm__icon_index3_6_16 = 0
	dqm__icon_index3_6_17 = 0

	dqm__url3_6_0 = "http://peter.mackenzie.org/history/hist50.htm"
	dqm__url3_6_1 = "http://peter.mackenzie.org/history/hist51.htm"
	dqm__url3_6_2 = "http://peter.mackenzie.org/history/hist52.htm"
	dqm__url3_6_3 = "http://peter.mackenzie.org/history/hist53.htm"
	dqm__url3_6_4 = "http://peter.mackenzie.org/history/hist53A.htm"
	dqm__url3_6_5 = "http://peter.mackenzie.org/history/hist53B.htm"
	dqm__url3_6_6 = "http://peter.mackenzie.org/history/hist531.htm"
	dqm__url3_6_7 = "http://peter.mackenzie.org/history/hist532.htm"
	dqm__url3_6_8 = "http://peter.mackenzie.org/history/hist533.htm"
	dqm__url3_6_9 = "http://peter.mackenzie.org/history/hist534.htm"
	dqm__url3_6_10 = "http://peter.mackenzie.org/history/hist54.htm"
	dqm__url3_6_11 = "http://peter.mackenzie.org/history/hist54A.htm"
	dqm__url3_6_12 = "http://peter.mackenzie.org/history/hist541.htm"
	dqm__url3_6_13 = "http://peter.mackenzie.org/history/hist541A.htm"
	dqm__url3_6_14 = "http://peter.mackenzie.org/history/hist541B.htm"
	dqm__url3_6_15 = "http://peter.mackenzie.org/history/hist542.htm"
	dqm__url3_6_16 = "http://peter.mackenzie.org/history/hist542A.htm"
	dqm__url3_6_17 = "http://peter.mackenzie.org/history/hist542B.htm"

    //Sub Menu 4

	dqm__sub_xy4 = "-40,16"
	dqm__sub_menu_width4 = 80

	dqm__subdesc4_0 = "britain"
	dqm__subdesc4_1 = "europe"
	dqm__subdesc4_2 = "america"
	dqm__subdesc4_3 = "revolution"
	dqm__subdesc4_4 = "world"

    dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0
	dqm__icon_index4_4 = 0

	//dqm__url4_0 = "default"
	//dqm__url4_1 = "default"
	//dqm__url4_2 = "default"
	//dqm__url4_3 = "default"
	//dqm__url4_4 = "default"

    //Sub Menu 4_0

	dqm__sub_xy4_0 = "-10,5"
	dqm__sub_menu_width4_0 = 150

	dqm__subdesc4_0_0 = "britain"
	dqm__subdesc4_0_1 = "caesar's britain"
	dqm__subdesc4_0_2 = "britainia"
	dqm__subdesc4_0_3 = "shifting power in britain"
	dqm__subdesc4_0_4 = "the heptarchy"
	dqm__subdesc4_0_5 = "the british empire"
	dqm__subdesc4_0_6 = "wales"
	dqm__subdesc4_0_7 = "irish baronies"
	dqm__subdesc4_0_8 = "scotland"
	dqm__subdesc4_0_9 = "scotland and the borders"
	dqm__subdesc4_0_10 = "the clans"
	dqm__subdesc4_0_11 = "battle of culloden"
	dqm__subdesc4_0_12 = "eastern mackenzie area"
	dqm__subdesc4_0_13 = "clan area and coul house"
	dqm__subdesc4_0_14 = "clan area and castle leod"
	dqm__subdesc4_0_15 = "western mackenzie area"
	dqm__subdesc4_0_16 = "highland emigration ports"	
	

	dqm__icon_index4_0_0 = 0
	dqm__icon_index4_0_1 = 0
	dqm__icon_index4_0_2 = 0
	dqm__icon_index4_0_3 = 0
	dqm__icon_index4_0_4 = 0
	dqm__icon_index4_0_5 = 0
	dqm__icon_index4_0_6 = 0
	dqm__icon_index4_0_7 = 0
	dqm__icon_index4_0_8 = 0
	dqm__icon_index4_0_9 = 0
	dqm__icon_index4_0_10 = 0
	dqm__icon_index4_0_11 = 0
	dqm__icon_index4_0_12 = 0
	dqm__icon_index4_0_13 = 0
	dqm__icon_index4_0_14 = 0
	dqm__icon_index4_0_15 = 0
	dqm__icon_index4_0_16 = 0

	dqm__url4_0_0 = "http://peter.mackenzie.org/history/maps1.htm"
	dqm__url4_0_1 = "http://peter.mackenzie.org/history/maps11.htm"
	dqm__url4_0_2 = "http://peter.mackenzie.org/history/maps12.htm"
	dqm__url4_0_3 = "http://peter.mackenzie.org/history/maps13.htm"
	dqm__url4_0_4 = "http://peter.mackenzie.org/history/maps14.htm"
	dqm__url4_0_5 = "http://peter.mackenzie.org/history/maps15.htm"
	dqm__url4_0_6 = "http://peter.mackenzie.org/history/maps16.htm"
	dqm__url4_0_7 = "http://peter.mackenzie.org/history/maps161.htm"
	dqm__url4_0_8 = "http://peter.mackenzie.org/history/maps2.htm"
	dqm__url4_0_9 = "http://peter.mackenzie.org/history/maps21.htm"
	dqm__url4_0_10 = "http://peter.mackenzie.org/history/maps22.htm"
	dqm__url4_0_11 = "http://peter.mackenzie.org/history/maps23.htm"
	dqm__url4_0_12 = "http://peter.mackenzie.org/history/maps24.htm"
	dqm__url4_0_13 = "http://peter.mackenzie.org/history/maps241.htm"
	dqm__url4_0_14 = "http://peter.mackenzie.org/history/maps242.htm"
	dqm__url4_0_15 = "http://peter.mackenzie.org/history/maps25.htm"
	dqm__url4_0_16 = "http://peter.mackenzie.org/history/maps26.htm"

    //Sub Menu 4_1

	dqm__sub_xy4_1 = "-10,5"
	dqm__sub_menu_width4_1 = 140

	dqm__subdesc4_1_0 = "europe c200 ad"
	dqm__subdesc4_1_1 = "etrurian evolution"
	dqm__subdesc4_1_2 = "the roman empire"
	dqm__subdesc4_1_3 = "the silk Road"
	dqm__subdesc4_1_4 = "viking  routes in europe"
	dqm__subdesc4_1_5 = "charlemagne's europe"
	dqm__subdesc4_1_6 = "mediaeval trade routes"
	dqm__subdesc4_1_7 = "the armada"
	dqm__subdesc4_1_8 = "the mediterranean"
	dqm__subdesc4_1_9 = "crusader routes"
	dqm__subdesc4_1_10 = "salah al-din's empire"
	dqm__subdesc4_1_11 = "the islamic empire"
	dqm__subdesc4_1_12 = "the ottoman empire"
	dqm__subdesc4_1_13 = "new world slave trade"
	dqm__subdesc4_1_14 = "the battle of waterloo"

	dqm__icon_index4_1_0 = 0
	dqm__icon_index4_1_1 = 0
	dqm__icon_index4_1_2 = 0
	dqm__icon_index4_1_3 = 0
	dqm__icon_index4_1_4 = 0
	dqm__icon_index4_1_5 = 0
	dqm__icon_index4_1_6 = 0
	dqm__icon_index4_1_7 = 0
	dqm__icon_index4_1_8 = 0
	dqm__icon_index4_1_9 = 0
	dqm__icon_index4_1_10 = 0
	dqm__icon_index4_1_11 = 0
	dqm__icon_index4_1_12 = 0
	dqm__icon_index4_1_13 = 0
	dqm__icon_index4_1_14 = 0

	dqm__url4_1_0 = "http://peter.mackenzie.org/history/maps3.htm"
	dqm__url4_1_1 = "http://peter.mackenzie.org/history/maps31.htm"
	dqm__url4_1_2 = "http://peter.mackenzie.org/history/maps32.htm"
	dqm__url4_1_3 = "http://peter.mackenzie.org/history/maps320.htm"
	dqm__url4_1_4 = "http://peter.mackenzie.org/history/maps321.htm"
	dqm__url4_1_5 = "http://peter.mackenzie.org/history/maps322.htm"
	dqm__url4_1_6 = "http://peter.mackenzie.org/history/maps33.htm"
	dqm__url4_1_7 = "http://peter.mackenzie.org/history/maps34.htm"
	dqm__url4_1_8 = "http://peter.mackenzie.org/history/maps4.htm"
	dqm__url4_1_9 = "http://peter.mackenzie.org/history/maps41.htm"
	dqm__url4_1_10 = "http://peter.mackenzie.org/history/maps411.htm"
	dqm__url4_1_11 = "http://peter.mackenzie.org/history/maps42.htm"
	dqm__url4_1_12 = "http://peter.mackenzie.org/history/maps43.htm"
	dqm__url4_1_13 = "http://peter.mackenzie.org/history/maps44.htm"
	dqm__url4_1_14 = "http://peter.mackenzie.org/history/maps45.htm"


    //Sub Menu 4_2

	dqm__sub_xy4_2 = "-10,5"
	dqm__sub_menu_width4_2 = 180

	dqm__subdesc4_2_0 = "the americas"
	dqm__subdesc4_2_1 = "major indian tribal areas"
	dqm__subdesc4_2_2 = "the arctic"
	dqm__subdesc4_2_3 = "eastern north america"
	dqm__subdesc4_2_4 = "british north america"
	dqm__subdesc4_2_5 = "the north american colonies"
	dqm__subdesc4_2_6 = "french and indian war locale"
	dqm__subdesc4_2_7 = "colonial and indian frontier"
	dqm__subdesc4_2_8 = "american expansion"
	dqm__subdesc4_2_9 = "canada: 1812"
	dqm__subdesc4_2_10 = "niagara region: 1812-1814 war"
	dqm__subdesc4_2_11 = "metis and riel rebellions"
	dqm__subdesc4_2_12 = "bna and new spain"


	dqm__icon_index4_2_0 = 0
	dqm__icon_index4_2_1 = 0
	dqm__icon_index4_2_2 = 0
	dqm__icon_index4_2_3 = 0
	dqm__icon_index4_2_4 = 0
	dqm__icon_index4_2_5 = 0
	dqm__icon_index4_2_6 = 0
	dqm__icon_index4_2_7 = 0
	dqm__icon_index4_2_8 = 0
	dqm__icon_index4_2_9 = 0
	dqm__icon_index4_2_10 = 0
	dqm__icon_index4_2_11 = 0
	dqm__icon_index4_2_12 = 0


	dqm__url4_2_0 = "http://peter.mackenzie.org/history/maps5.htm"
	dqm__url4_2_1 = "http://peter.mackenzie.org/history/maps50.htm"
	dqm__url4_2_2 = "http://peter.mackenzie.org/history/maps501.htm"
	dqm__url4_2_3 = "http://peter.mackenzie.org/history/maps51.htm"
	dqm__url4_2_4 = "http://peter.mackenzie.org/history/maps52.htm"
	dqm__url4_2_5 = "http://peter.mackenzie.org/history/maps521.htm"
	dqm__url4_2_6 = "http://peter.mackenzie.org/history/maps522htm"
	dqm__url4_2_7 = "http://peter.mackenzie.org/history/maps523.htm"
	dqm__url4_2_8 = "http://peter.mackenzie.org/history/maps5231.htm"
	dqm__url4_2_9 = "http://peter.mackenzie.org/history/maps524.htm"
	dqm__url4_2_10 = "http://peter.mackenzie.org/history/maps5241.htm"
	dqm__url4_2_11 = "http://peter.mackenzie.org/history/maps5242.htm"
	dqm__url4_2_12 = "http://peter.mackenzie.org/history/maps53.htm"


//Sub Menu 4_3

	dqm__sub_xy4_3 = "-10,5"
	dqm__sub_menu_width4_3 = 150

	dqm__subdesc4_3_0 = "overview"
	dqm__subdesc4_3_1 = "british strategies"
	dqm__subdesc4_3_2 = "lexington and concord"
	dqm__subdesc4_3_3 = "battle of bunker hill"
	dqm__subdesc4_3_4 = "invasion of canada"
	dqm__subdesc4_3_5 = "battle of long Island"
	dqm__subdesc4_3_6 = "operations along Hudson"
	dqm__subdesc4_3_7 = "burgoyne's expedition"
	dqm__subdesc4_3_8 = "capture of ticonderoga"
	dqm__subdesc4_3_9 = "battle of brandywine"
	dqm__subdesc4_3_10 = "battle of germantown"
	dqm__subdesc4_3_11 = "burgoyne at saratoga"
	dqm__subdesc4_3_12 = "battle of monmouth"
	dqm__subdesc4_3_13 = "march to yorktown"
	dqm__subdesc4_3_14 = "siege of yorktown"	
	

	dqm__icon_index4_3_0 = 0
	dqm__icon_index4_3_1 = 0
	dqm__icon_index4_3_2 = 0
	dqm__icon_index4_3_3 = 0
	dqm__icon_index4_3_4 = 0
	dqm__icon_index4_3_5 = 0
	dqm__icon_index4_3_6 = 0
	dqm__icon_index4_3_7 = 0
	dqm__icon_index4_3_8 = 0
	dqm__icon_index4_3_9 = 0
	dqm__icon_index4_3_10 = 0
	dqm__icon_index4_3_11 = 0
	dqm__icon_index4_3_12 = 0
	dqm__icon_index4_3_13 = 0
	dqm__icon_index4_3_14 = 0


	dqm__url4_3_0 = "http://peter.mackenzie.org/history/maps530.htm"
	dqm__url4_3_1 = "http://peter.mackenzie.org/history/maps531.htm"
	dqm__url4_3_2 = "http://peter.mackenzie.org/history/maps532.htm"
	dqm__url4_3_3 = "http://peter.mackenzie.org/history/maps533.htm"
	dqm__url4_3_4 = "http://peter.mackenzie.org/history/maps534.htm"
	dqm__url4_3_5 = "http://peter.mackenzie.org/history/maps54.htm"
	dqm__url4_3_6 = "http://peter.mackenzie.org/history/maps541.htm"
	dqm__url4_3_7 = "http://peter.mackenzie.org/history/maps55.htm"
	dqm__url4_3_8 = "http://peter.mackenzie.org/history/maps551.htm"
	dqm__url4_3_9 = "http://peter.mackenzie.org/history/maps552.htm"
	dqm__url4_3_10 = "http://peter.mackenzie.org/history/maps553.htm"
	dqm__url4_3_11 = "http://peter.mackenzie.org/history/maps554.htm"
	dqm__url4_3_12 = "http://peter.mackenzie.org/history/maps56.htm"
	dqm__url4_3_13 = "http://peter.mackenzie.org/history/maps57.htm"
	dqm__url4_3_14 = "http://peter.mackenzie.org/history/maps571.htm"

//Sub Menu 4_4

	dqm__sub_xy4_4 = "-10,5"
	dqm__sub_menu_width4_4 = 150

	dqm__subdesc4_4_0 = "world: c2000 BC"
    dqm__subdesc4_4_1 = "world: c450 BC"
    dqm__subdesc4_4_2 = "world: c200 BC"
    dqm__subdesc4_4_3 = "world: c200 AD"
	dqm__subdesc4_4_4 = "world: c720"
	dqm__subdesc4_4_5 = "world: c1100"
    dqm__subdesc4_4_6 = "the polar world"
	dqm__subdesc4_4_7 = "world: c1400"
	dqm__subdesc4_4_8 = "world: c1587"
    dqm__subdesc4_4_9 = "world: 1898"

	dqm__icon_index4_4_0 = 0
	dqm__icon_index4_4_1 = 0
	dqm__icon_index4_4_2 = 0
	dqm__icon_index4_4_3 = 0
	dqm__icon_index4_4_4 = 0
	dqm__icon_index4_4_5 = 0
	dqm__icon_index4_4_6 = 0
	dqm__icon_index4_4_7 = 0
	dqm__icon_index4_4_8 = 0
	dqm__icon_index4_4_9 = 0	

	dqm__url4_4_0 = "http://peter.mackenzie.org/history/maps6.htm"
	dqm__url4_4_1 = "http://peter.mackenzie.org/history/maps60.htm"
	dqm__url4_4_2 = "http://peter.mackenzie.org/history/maps61.htm"
	dqm__url4_4_3 = "http://peter.mackenzie.org/history/maps62.htm"
	dqm__url4_4_4 = "http://peter.mackenzie.org/history/maps68.htm"
	dqm__url4_4_5 = "http://peter.mackenzie.org/history/maps67.htm"
	dqm__url4_4_6 = "http://peter.mackenzie.org/history/maps63.htm"	
	dqm__url4_4_7 = "http://peter.mackenzie.org/history/maps65.htm"
	dqm__url4_4_8 = "http://peter.mackenzie.org/history/maps66.htm"	
	dqm__url4_4_9 = "http://peter.mackenzie.org/history/maps64.htm"	
	
//Sub Menu 5

	dqm__sub_xy5 = "-80,16"
	dqm__sub_menu_width5 = 165

	dqm__subdesc5_0 = "references"
	dqm__subdesc5_1 = "publications and documents"
	dqm__subdesc5_2 = "background research"
	dqm__subdesc5_3 = "internet citations"
	
	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0
	dqm__icon_index5_3 = 0
	
	dqm__url5_0 = "http://peter.mackenzie.org/history/biblio1.htm"
	dqm__url5_1 = "http://peter.mackenzie.org/history/biblio2.htm"
	dqm__url5_2 = "http://peter.mackenzie.org/history/biblio3.htm"
	dqm__url5_3 = "http://peter.mackenzie.org/history/biblio4.htm"
	
/******************************************************************************************
Menu 
*******************************************************************************************/

code0 = 1592
code1 = 1189
sequence = "9x445"