//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

	code0 = 1641
	code1 = 1238
	sequence = "9x88_4"


/***********************************************
                              Bullet and Icon Image Library  
***********************************************/
    //Relative positioned icon images (flow with main menu or sub item text)

	//dqm__icon_image0 = ""
	//dqm__icon_rollover0 = "sample_images/bullet_hl.gif"
	//dqm__icon_image_wh0 = "13,8"

   //Absolute positioned icon images (coordinate positioned, sub menus only)

	dqm__2nd_icon_image0 = "../gifs/arrow.gif"
	dqm__2nd_icon_rollover0 = "../gifs/arrow.gif"
	dqm__2nd_icon_image_wh0 = "10,10"
	dqm__2nd_icon_image_xy0 = "0,4"

/**************************************************
                              Main Menu Settings  
**************************************************/

/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/
	
	dqm__main_width = 200			//default main item widths
	dqm__main_height = 28			//default main item heights
	
	//dqm__main_widthX			//specific main item widths
	//dqm__main_heightX			//specific main item heights

   dqm__main_width0 = 250;
	dqm__main_width1 = 60;
   dqm__main_width2 = 60;
   dqm__main_width3 = 60;
	dqm__main_width4 = 250;

/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/

	dqm__main_horizontal =true		//align menu bar horizontally or vertically

	dqm__main_border_width = 0;		//the thickness of the border in pixels, 0 = no border

	dqm__main_border_color = "#228B22"	//HEX color or set to 'transparent'

	dqm__main_use_dividers = false 	//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 = 15			//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 = "#ffffff"		//default color for all items, HEX or 'transparent'
	dqm__main_bgcolorX = "#eeeeee"		//specific menu item color, HEX or 'transparent'
	
	dqm__main_hl_bgcolor = "#ffffff"	//HEX color value or set to 'transparent'
	dqm__main_hl_bgcolorX = "#eeeeee"

	dqm__main_textcolor = "#999999"
	dqm__main_textcolorX = "#111111"

	dqm__main_hl_textcolor = "#111111"
	dqm__main_hl_textcolorX = "#ff0000"

/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/

	dqm__main_fontfamily = "Verdana"	//Any available system font     
	dqm__main_fontsize = 20			//Defined with pixel sizing  	
	dqm__main_fontsize1 = 12			//Defined with pixel sizing
	dqm__main_fontsize2 = 12			//Defined with pixel sizing
	dqm__main_fontsize3 = 12			//Defined with pixel sizing
	dqm__main_textdecoration = "normal"	//set to: 'normal', 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 = "#ff0000"

/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/
	dqm__main_text_alignment = "left"		//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_alignment0 = "right"		//set to: 'left', 'center' or 'right'
	dqm__main_text_alignment1 = "left"		//set to: 'left', 'center' or 'right'

	dqm__main_margin_top2 = 8
	dqm__main_margin_bottomX = 4

/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/
	
    //Main Menu 0

	dqm__maindesc0 = "PrintsGB.com"
	
//Main Menu 1
dqm__maindesc1 = "part I"

//Main Menu 2
dqm__maindesc2 = "Part II"

//Main Menu 3
dqm__maindesc3 = "Part III"

  dqm__maindesc4 = "Melvyn Petterson	"
    
/*********************************************
                              Sub Menu Settings
**********************************************/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	dqm__sub_menu_width = 130      		//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 = "#228B22"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#ffffff"		//Hex color or 'transparent' 1st submenu background colour
	dqm__hl_bgcolor = "#e6e6e6"		//roll over background colour 1st sub menu
	dqm__hl_bgcolor1_0 = "#ffffff"
	dqm__mouse_off_delay = 4000		//defined in milliseconds (activated after mouse stops)-determines the amount of time menu left 
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   
    //Font settings

	dqm__textcolor = "#ff0000"
	dqm__fontfamily = "Verdana"		//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 = "#ff0000"
	dqm__hl_textdecoration = "normal"	//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_text0_0 = "Sample text - Main Menu Item 0, 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 = "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 = 90			//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 HTML 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')"
	//dqm__onload_code="function popUpPR(URL)"

/*---------------------------------------------
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_width0 = 0;
	dqm__border_width1 = 0;
	dqm__divider_heightX = 5;		
	dqm__border_color0 = "#ffffff";     
	dqm__border_color1 = "#ffffff";     
	dqm__border_color2 = "#ffffff";
	dqm__border_color3 = "#ffffff";
	dqm__menu_bgcolorX = "#000000"
	dqm__hl_bgcolorX = "#000000"
	dqm__hl_textcolorX = "#000000"
	
    //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_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"
   dqm__border_width0_0 =1;
	
	dqm__border_width1_0 =1;
	dqm__border_color1_0 = "#000000"; 

/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
  
    //Sub Menu 0

	dqm__sub_xy0 = "-160,35"
	dqm__sub_menu_width0 = 145
	
	dqm__subdesc0_0 = "<font color='#000000'>About PrintsGB.com</font>"
	dqm__subdesc0_1 = "About Printmaking"
	dqm__clickitem_code0_1 = "window.open('../pgbdocs/_pgb-making.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
	dqm__subdesc0_2 = "About Buying the Prints"
	dqm__clickitem_code0_2 = "window.open('../pgbdocs/_pgb-buying.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
	
	//dqm__icon_index0_0 = 0
	//dqm__icon_index0_1 = 0
	//dqm__icon_index0_2 = 0

	//Sub Menu 0_0

	dqm__sub_xy0_0 = "0,0"
	dqm__sub_menu_width0_0 = 100
	dqm__border_color0_0 = "#e6e6e6"; 

	dqm__subdesc0_0_0 = "the idea"
	dqm__clickitem_code0_0_0 = "window.open('../pgbdocs/_pgb-the_idea.htm','newWin','scrollbars=no,toolbar=no,left=20,top=60,width=680,height=470');')'"
	dqm__subdesc0_0_1 = "contact"
	dqm__clickitem_code0_0_1 = "window.open('../pgbdocs/_pgb-contact.htm','newWin','scrollbars=no,toolbar=no,left=20,top=60,width=680,height=470');')'"

    //Sub Menu 1

	dqm__sub_xy1 = "-245,60"
	dqm__text_alignment1 = "right" //aligns the text of submenu 1 right
	dqm__sub_menu_width1 = 180
	
   dqm__sub_xy2 = "-340,60"
   dqm__text_alignment2 = "right" //aligns the text of submenu 2 right
   dqm__sub_menu_width2 = 200

   dqm__sub_xy3 = "6,60"
   dqm__text_alignment3 = "left" //aligns the text of submenu 2 right
   dqm__sub_menu_width3 = 180

    
/*********************************************
                          Pictures Come here
**********************************************/
  dqm__subdesc1_0 = "Chiswick"
  dqm__sub_menu_width1_0 = 173
  dqm__subdesc1_0_0 = "<img src='./mnpjpg/mp1tn-Chiswick.jpg' width='161' height='100' alt='Chiswick'>"
dqm__sub_xy1_0 = "24,67"
  dqm__clickitem_code1_0 = "window.open('./mp1-Chiswick.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_1 = "Captain Webb no. 2"
  dqm__sub_menu_width1_1 = 175
  dqm__subdesc1_1_0 = "<img src='./mnpjpg/mp2tn-CaptainWebbno2.jpg' width='163' height='100' alt='CaptainWebbno2'>"
dqm__sub_xy1_1 = "23,49"
  dqm__clickitem_code1_1 = "window.open('./mp2-CaptainWebbno2.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_2 = "Richmond Evening"
  dqm__sub_menu_width1_2 = 125
  dqm__subdesc1_2_0 = "<img src='./mnpjpg/mp3tn-RichmondEvening.jpg' width='113' height='130' alt='RichmondEvening'>"
dqm__sub_xy1_2 = "48,16"
  dqm__clickitem_code1_2 = "window.open('./mp3-RichmondEvening.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_3 = "Westminster Bridge"
  dqm__sub_menu_width1_3 = 156
  dqm__subdesc1_3_0 = "<img src='./mnpjpg/mp4tn-WestminsterBridge.jpg' width='144' height='100' alt='WestminsterBridge'>"
dqm__sub_xy1_3 = "32,13"
  dqm__clickitem_code1_3 = "window.open('./mp4-WestminsterBridge.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_4 = "Captain Webb "
  dqm__sub_menu_width1_4 = 133
  dqm__subdesc1_4_0 = "<img src='./mnpjpg/mp5tn-CaptainWebb.jpg' width='121' height='100' alt='CaptainWebb'>"
dqm__sub_xy1_4 = "44,-5"
  dqm__clickitem_code1_4 = "window.open('./mp5-CaptainWebb.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_5 = "Greenwich Steps"
  dqm__sub_menu_width1_5 = 112
  dqm__subdesc1_5_0 = "<img src='./mnpjpg/mp6tn-GreenwichSteps.jpg' width='100' height='128' alt='GreenwichSteps'>"
dqm__sub_xy1_5 = "54,-37"
  dqm__clickitem_code1_5 = "window.open('./mp6-GreenwichSteps.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_6 = "Chiswick Eyot"
  dqm__sub_menu_width1_6 = 145
  dqm__subdesc1_6_0 = "<img src='./mnpjpg/mp7tn-ChiswickEyot.jpg' width='133' height='100' alt='ChiswickEyot'>"
dqm__sub_xy1_6 = "38,-41"
  dqm__clickitem_code1_6 = "window.open('./mp7-ChiswickEyot.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_7 = "Quiet Afternoon, Molesy Lock "
  dqm__sub_menu_width1_7 = 112
  dqm__subdesc1_7_0 = "<img src='./mnpjpg/mp8tn-QuietAfternoonMolesyLock.jpg' width='100' height='137' alt='QuietAfternoonMolesyLock'>"
dqm__sub_xy1_7 = "54,-77"
  dqm__clickitem_code1_7 = "window.open('./mp8-QuietAfternoonMolesyLock.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_8 = "St Paul's, Winter 4pm"
  dqm__sub_menu_width1_8 = 112
  dqm__subdesc1_8_0 = "<img src='./mnpjpg/mp9tn-StPaulsWinter4pm.jpg' width='100' height='140' alt='StPaulsWinter4pm'>"
dqm__sub_xy1_8 = "54,-97"
  dqm__clickitem_code1_8 = "window.open('./mp9-StPaulsWinter4pm.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_9 = "Thames near Kew Bridge"
  dqm__sub_menu_width1_9 = 112
  dqm__subdesc1_9_0 = "<img src='./mnpjpg/mp10tn-ThamesnearKewBridge.jpg' width='100' height='199' alt='ThamesnearKewBridge'>"
dqm__sub_xy1_9 = "54,-144"
  dqm__clickitem_code1_9 = "window.open('./mp10-ThamesnearKewBridge.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_10 = "Kew Railway Bridge no. 1"
  dqm__sub_menu_width1_10 = 112
  dqm__subdesc1_10_0 = "<img src='./mnpjpg/mp11tn-KewRailwayBridgeno1.jpg' width='100' height='140' alt='KewRailwayBridgeno1'>"
dqm__sub_xy1_10 = "54,-133"
  dqm__clickitem_code1_10 = "window.open('./mp11-KewRailwayBridgeno1.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_11 = "Kew Railway Bridge no. 3"
  dqm__sub_menu_width1_11 = 159
  dqm__subdesc1_11_0 = "<img src='./mnpjpg/mp12tn-KewRailwayBridgeno3.jpg' width='147' height='100' alt='KewRailwayBridgeno3'>"
dqm__sub_xy1_11 = "31,-131"
  dqm__clickitem_code1_11 = "window.open('./mp12-KewRailwayBridgeno3.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_12 = "Looking Towards Chiswick"
  dqm__sub_menu_width1_12 = 157
  dqm__subdesc1_12_0 = "<img src='./mnpjpg/mp13tn-LookingTowardsChiswick.jpg' width='145' height='100' alt='LookingTowardsChiswick'>"
dqm__sub_xy1_12 = "32,-149"
  dqm__clickitem_code1_12 = "window.open('./mp13-LookingTowardsChiswick.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_0 = "Snow on the Wolds"
  dqm__sub_menu_width2_0 = 164
  dqm__subdesc2_0_0 = "<img src='./mnpjpg/mp14tn-SnowontheWolds.jpg' width='152' height='100' alt='SnowontheWolds'>"
dqm__sub_xy2_0 = "28,67"
  dqm__clickitem_code2_0 = "window.open('./mp14-SnowontheWolds.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_1 = "Snow at Hainton, Lincolnshire"
  dqm__sub_menu_width2_1 = 130
  dqm__subdesc2_1_0 = "<img src='./mnpjpg/mp15tn-SnowatHaintonLincolnshire.jpg' width='118' height='100' alt='SnowatHaintonLincolnshire'>"
dqm__sub_xy2_1 = "45,49"
  dqm__clickitem_code2_1 = "window.open('./mp15-SnowatHaintonLincolnshire.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_2 = "Hainton Track, Snow"
  dqm__sub_menu_width2_2 = 112
  dqm__subdesc2_2_0 = "<img src='./mnpjpg/mp16tn-HaintonTrackSnow.jpg' width='100' height='125' alt='HaintonTrackSnow'>"
dqm__sub_xy2_2 = "54,19"
  dqm__clickitem_code2_2 = "window.open('./mp16-HaintonTrackSnow.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_3 = "Snow on Walesby Hill"
  dqm__sub_menu_width2_3 = 155
  dqm__subdesc2_3_0 = "<img src='./mnpjpg/mp17tn-SnowonWalesbyHill.jpg' width='143' height='100' alt='SnowonWalesbyHill'>"
dqm__sub_xy2_3 = "33,13"
  dqm__clickitem_code2_3 = "window.open('./mp17-SnowonWalesbyHill.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_4 = "Winter Snow, Lincolnshire"
  dqm__sub_menu_width2_4 = 143
  dqm__subdesc2_4_0 = "<img src='./mnpjpg/mp18tn-WinterSnowLincolnshire.jpg' width='131' height='100' alt='WinterSnowLincolnshire'>"
dqm__sub_xy2_4 = "39,-5"
  dqm__clickitem_code2_4 = "window.open('./mp18-WinterSnowLincolnshire.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_5 = "The Cloud"
  dqm__sub_menu_width2_5 = 170
  dqm__subdesc2_5_0 = "<img src='./mnpjpg/mp19tn-TheCloud.jpg' width='158' height='100' alt='TheCloud'>"
dqm__sub_xy2_5 = "25,-23"
  dqm__clickitem_code2_5 = "window.open('./mp19-TheCloud.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_6 = "After the Storm, Richmond Park"
  dqm__sub_menu_width2_6 = 160
  dqm__subdesc2_6_0 = "<img src='./mnpjpg/mp20tn-AftertheStormRichmondPark.jpg' width='148' height='100' alt='AftertheStormRichmondPark'>"
dqm__sub_xy2_6 = "30,-41"
  dqm__clickitem_code2_6 = "window.open('./mp20-AftertheStormRichmondPark.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_7 = "Lincolnshire Sunset"
  dqm__sub_menu_width2_7 = 144
  dqm__subdesc2_7_0 = "<img src='./mnpjpg/mp21tn-LincolnshireSunset.jpg' width='132' height='100' alt='LincolnshireSunset'>"
dqm__sub_xy2_7 = "38,-59"
  dqm__clickitem_code2_7 = "window.open('./mp21-LincolnshireSunset.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_8 = "Sunlight, Lincolnshire"
  dqm__sub_menu_width2_8 = 167
  dqm__subdesc2_8_0 = "<img src='./mnpjpg/mp22tn-SunlightLincolnshire.jpg' width='155' height='100' alt='SunlightLincolnshire'>"
dqm__sub_xy2_8 = "27,-77"
  dqm__clickitem_code2_8 = "window.open('./mp22-SunlightLincolnshire.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_9 = "Storm Clouds over Humberstone"
  dqm__sub_menu_width2_9 = 146
  dqm__subdesc2_9_0 = "<img src='./mnpjpg/mp23tn-StormCloudsoverHumberstone.jpg' width='134' height='100' alt='StormCloudsoverHumberstone'>"
dqm__sub_xy2_9 = "37,-95"
  dqm__clickitem_code2_9 = "window.open('./mp23-StormCloudsoverHumberstone.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_10 = "Titans North Wall"
  dqm__sub_menu_width2_10 = 112
  dqm__subdesc2_10_0 = "<img src='./mnpjpg/mp24tn-TitansNorthWall.jpg' width='100' height='125' alt='TitansNorthWall'>"
dqm__sub_xy2_10 = "54,-125"
  dqm__clickitem_code2_10 = "window.open('./mp24-TitansNorthWall.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_11 = "Dry Jetty, Strand-on-the-Green"
  dqm__sub_menu_width2_11 = 133
  dqm__subdesc2_11_0 = "<img src='./mnpjpg/mp25tn-DryJettyStrandontheGreen.jpg' width='121' height='100' alt='DryJettyStrandontheGreen'>"
dqm__sub_xy2_11 = "44,-131"
  dqm__clickitem_code2_11 = "window.open('./mp25-DryJettyStrandontheGreen.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_12 = "View from Studio"
  dqm__sub_menu_width2_12 = 112
  dqm__subdesc2_12_0 = "<img src='./mnpjpg/mp26tn-ViewfromStudio.jpg' width='100' height='117' alt='ViewfromStudio'>"
dqm__sub_xy2_12 = "54,-157"
  dqm__clickitem_code2_12 = "window.open('./mp26-ViewfromStudio.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_0 = "Hainton Station"
  dqm__sub_menu_width3_0 = 154
  dqm__subdesc3_0_0 = "<img src='./mnpjpg/mp27tn-HaintonStation.jpg' width='142' height='100' alt='HaintonStation'>"
dqm__sub_xy3_0 = "-367,67"
  dqm__clickitem_code3_0 = "window.open('./mp27-HaintonStation.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_1 = "Pywipe"
  dqm__sub_menu_width3_1 = 179
  dqm__subdesc3_1_0 = "<img src='./mnpjpg/mp28tn-Pywipe.jpg' width='167' height='100' alt='Pywipe'>"
dqm__sub_xy3_1 = "-379,49"
  dqm__clickitem_code3_1 = "window.open('./mp28-Pywipe.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_2 = "Candy"
  dqm__sub_menu_width3_2 = 152
  dqm__subdesc3_2_0 = "<img src='./mnpjpg/mp29tn-Candy.jpg' width='140' height='100' alt='Candy'>"
dqm__sub_xy3_2 = "-366,31"
  dqm__clickitem_code3_2 = "window.open('./mp29-Candy.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_3 = "Black Cat"
  dqm__sub_menu_width3_3 = 112
  dqm__subdesc3_3_0 = "<img src='./mnpjpg/mp30tn-BlackCat.jpg' width='100' height='120' alt='BlackCat'>"
dqm__sub_xy3_3 = "-346,3"
  dqm__clickitem_code3_3 = "window.open('./mp30-BlackCat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_4 = "Kitten"
  dqm__sub_menu_width3_4 = 117
  dqm__subdesc3_4_0 = "<img src='./mnpjpg/mp31tn-Kitten.jpg' width='105' height='150' alt='Kitten'>"
dqm__sub_xy3_4 = "-348,-30"
  dqm__clickitem_code3_4 = "window.open('./mp31-Kitten.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_5 = "Petersham Park"
  dqm__sub_menu_width3_5 = 133
  dqm__subdesc3_5_0 = "<img src='./mnpjpg/mp32tn-PetershamPark.jpg' width='121' height='100' alt='PetershamPark'>"
dqm__sub_xy3_5 = "-356,-23"
  dqm__clickitem_code3_5 = "window.open('./mp32-PetershamPark.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_6 = "Petersham Meadows"
  dqm__sub_menu_width3_6 = 162
  dqm__subdesc3_6_0 = "<img src='./mnpjpg/mp33tn-PetershamMeadows.jpg' width='150' height='100' alt='PetershamMeadows'>"
dqm__sub_xy3_6 = "-371,-41"
  dqm__clickitem_code3_6 = "window.open('./mp33-PetershamMeadows.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_7 = "Star and Garter"
  dqm__sub_menu_width3_7 = 162
  dqm__subdesc3_7_0 = "<img src='./mnpjpg/mp34tn-StarandGarter.jpg' width='150' height='100' alt='StarandGarter'>"
dqm__sub_xy3_7 = "-371,-59"
  dqm__clickitem_code3_7 = "window.open('./mp34-StarandGarter.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_8 = "Cottage near Croxby"
  dqm__sub_menu_width3_8 = 150
  dqm__subdesc3_8_0 = "<img src='./mnpjpg/mp35tn-CottagenearCroxby.jpg' width='138' height='100' alt='CottagenearCroxby'>"
dqm__sub_xy3_8 = "-365,-77"
  dqm__clickitem_code3_8 = "window.open('./mp35-CottagenearCroxby.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_9 = "Welholme Crossings"
  dqm__sub_menu_width3_9 = 112
  dqm__subdesc3_9_0 = "<img src='./mnpjpg/mp36tn-WelholmeCrossings.jpg' width='100' height='116' alt='WelholmeCrossings'>"
dqm__sub_xy3_9 = "-346,-103"
  dqm__clickitem_code3_9 = "window.open('./mp36-WelholmeCrossings.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_10 = "Early Spring, Humberstone"
  dqm__sub_menu_width3_10 = 150
  dqm__subdesc3_10_0 = "<img src='./mnpjpg/mp37tn-EarlySpringHumberstone.jpg' width='138' height='100' alt='EarlySpringHumberstone'>"
dqm__sub_xy3_10 = "-365,-113"
  dqm__clickitem_code3_10 = "window.open('./mp37-EarlySpringHumberstone.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_11 = "Lincolnshire Lane"
  dqm__sub_menu_width3_11 = 144
  dqm__subdesc3_11_0 = "<img src='./mnpjpg/mp38tn-LincolnshireLane.jpg' width='132' height='100' alt='LincolnshireLane'>"
dqm__sub_xy3_11 = "-362,-131"
  dqm__clickitem_code3_11 = "window.open('./mp38-LincolnshireLane.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_12 = "Hainton Embankment"
  dqm__sub_menu_width3_12 = 112
  dqm__subdesc3_12_0 = "<img src='./mnpjpg/mp39tn-HaintonEmbankment.jpg' width='100' height='87' alt='HaintonEmbankment'>"
dqm__sub_xy3_12 = "-346,-142"
  dqm__clickitem_code3_12 = "window.open('./mp39-HaintonEmbankment.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_13 = "Richmond Park no. 2"
  dqm__sub_menu_width3_13 = 181
  dqm__subdesc3_13_0 = "<img src='./mnpjpg/mp40tn-RichmondParkno2.jpg' width='169' height='100' alt='RichmondParkno2'>"
dqm__sub_xy3_13 = "-380,-167"
  dqm__clickitem_code3_13 = "window.open('./mp40-RichmondParkno2.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_14 = "Cold November Morning"
  dqm__sub_menu_width3_14 = 215
  dqm__subdesc3_14_0 = "<img src='./mnpjpg/mp41tn-ColdNovemberMorning.jpg' width='203' height='100' alt='ColdNovemberMorning'>"
dqm__sub_xy3_14 = "-397,-185"
  dqm__clickitem_code3_14 = "window.open('./mp41-ColdNovemberMorning.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_15 = "Sub Station, Hainton Track"
  dqm__sub_menu_width3_15 = 112
  dqm__subdesc3_15_0 = "<img src='./mnpjpg/mp42tn-SubStationHaintonTrack.jpg' width='100' height='96' alt='SubStationHaintonTrack'>"
dqm__sub_xy3_15 = "-346,-201"
  dqm__clickitem_code3_15 = "window.open('./mp42-SubStationHaintonTrack.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__sub_xy4 = "-250,35"
  dqm__sub_menuwidth4 = 120
dqm__border_color4 = "#ffffff";


  dqm__subdesc4_0 = "Statement"
  dqm__clickitem_code4_0 = "window.open('../mnp/docs/mnp-Statement.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_1 = "Biography"
  dqm__clickitem_code4_1 = "window.open('../mnp/docs/mnp-Biography.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_2 = "Exhibitions"
  dqm__clickitem_code4_2 = "window.open('../mnp/docs/mnp-Exhibitions.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
