//  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 = "Chris Salmon	"
    
/*********************************************
                              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 = "Black Dog"
  dqm__sub_menu_width1_0 = 112
  dqm__subdesc1_0_0 = "<img src='./cssjpg/cs1tn-BlackDog.jpg' width='100' height='135' alt='BlackDog'>"
dqm__sub_xy1_0 = "54,50"
  dqm__clickitem_code1_0 = "window.open('./cs1-BlackDog.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_1 = "Two Dogs"
  dqm__sub_menu_width1_1 = 112
  dqm__subdesc1_1_0 = "<img src='./cssjpg/cs2tn-TwoDogs.jpg' width='100' height='145' alt='TwoDogs'>"
dqm__sub_xy1_1 = "54,27"
  dqm__clickitem_code1_1 = "window.open('./cs2-TwoDogs.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_2 = "Wrapped Cat"
  dqm__sub_menu_width1_2 = 112
  dqm__subdesc1_2_0 = "<img src='./cssjpg/cs3tn-WrappedCat.jpg' width='100' height='135' alt='WrappedCat'>"
dqm__sub_xy1_2 = "54,14"
  dqm__clickitem_code1_2 = "window.open('./cs3-WrappedCat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_3 = "Antler Cat"
  dqm__sub_menu_width1_3 = 112
  dqm__subdesc1_3_0 = "<img src='./cssjpg/cs4tn-AntlerCat.jpg' width='100' height='134' alt='AntlerCat'>"
dqm__sub_xy1_3 = "54,-4"
  dqm__clickitem_code1_3 = "window.open('./cs4-AntlerCat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_4 = "Fishface"
  dqm__sub_menu_width1_4 = 112
  dqm__subdesc1_4_0 = "<img src='./cssjpg/cs5tn-Fishface.jpg' width='100' height='137' alt='Fishface'>"
dqm__sub_xy1_4 = "54,-23"
  dqm__clickitem_code1_4 = "window.open('./cs5-Fishface.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_5 = "On The Toilet"
  dqm__sub_menu_width1_5 = 112
  dqm__subdesc1_5_0 = "<img src='./cssjpg/cs6tn-OnTheToilet.jpg' width='100' height='165' alt='OnTheToilet'>"
dqm__sub_xy1_5 = "54,-55"
  dqm__clickitem_code1_5 = "window.open('./cs6-OnTheToilet.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_6 = "Girl With Two Dogs"
  dqm__sub_menu_width1_6 = 169
  dqm__subdesc1_6_0 = "<img src='./cssjpg/cs7tn-GirlWithTwoDogs.jpg' width='157' height='100' alt='GirlWithTwoDogs'>"
dqm__sub_xy1_6 = "26,-41"
  dqm__clickitem_code1_6 = "window.open('./cs7-GirlWithTwoDogs.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_7 = "Do The Fly"
  dqm__sub_menu_width1_7 = 122
  dqm__subdesc1_7_0 = "<img src='./cssjpg/cs8tn-DoTheFly.jpg' width='110' height='100' alt='DoTheFly'>"
dqm__sub_xy1_7 = "49,-59"
  dqm__clickitem_code1_7 = "window.open('./cs8-DoTheFly.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_8 = "Walking"
  dqm__sub_menu_width1_8 = 101
  dqm__subdesc1_8_0 = "<img src='./cssjpg/cs9tn-Walking.jpg' width='89' height='200' alt='Walking'>"
dqm__sub_xy1_8 = "60,-127"
  dqm__clickitem_code1_8 = "window.open('./cs9-Walking.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_9 = "Up The Hill"
  dqm__sub_menu_width1_9 = 151
  dqm__subdesc1_9_0 = "<img src='./cssjpg/cs10tn-UpTheHill.jpg' width='139' height='100' alt='UpTheHill'>"
dqm__sub_xy1_9 = "35,-95"
  dqm__clickitem_code1_9 = "window.open('./cs10-UpTheHill.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_10 = "Leapfrog"
  dqm__sub_menu_width1_10 = 112
  dqm__subdesc1_10_0 = "<img src='./cssjpg/cs11tn-Leapfrog.jpg' width='100' height='137' alt='Leapfrog'>"
dqm__sub_xy1_10 = "54,-131"
  dqm__clickitem_code1_10 = "window.open('./cs11-Leapfrog.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_11 = "Meal"
  dqm__sub_menu_width1_11 = 112
  dqm__subdesc1_11_0 = "<img src='./cssjpg/cs12tn-Meal.jpg' width='100' height='134' alt='Meal'>"
dqm__sub_xy1_11 = "54,-148"
  dqm__clickitem_code1_11 = "window.open('./cs12-Meal.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_12 = "Dancing"
  dqm__sub_menu_width1_12 = 151
  dqm__subdesc1_12_0 = "<img src='./cssjpg/cs13tn-Dancing.jpg' width='139' height='100' alt='Dancing'>"
dqm__sub_xy1_12 = "35,-149"
  dqm__clickitem_code1_12 = "window.open('./cs13-Dancing.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_0 = "In The Air"
  dqm__sub_menu_width2_0 = 112
  dqm__subdesc2_0_0 = "<img src='./cssjpg/cs14tn-InTheAir.jpg' width='100' height='127' alt='InTheAir'>"
dqm__sub_xy2_0 = "54,54"
  dqm__clickitem_code2_0 = "window.open('./cs14-InTheAir.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_1 = "Baby Face"
  dqm__sub_menu_width2_1 = 112
  dqm__subdesc2_1_0 = "<img src='./cssjpg/cs15tn-BabyFace.jpg' width='100' height='100' alt='BabyFace'>"
dqm__sub_xy2_1 = "54,49"
  dqm__clickitem_code2_1 = "window.open('./cs15-BabyFace.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_2 = "Two Girls"
  dqm__sub_menu_width2_2 = 112
  dqm__subdesc2_2_0 = "<img src='./cssjpg/cs16tn-TwoGirls.jpg' width='100' height='127' alt='TwoGirls'>"
dqm__sub_xy2_2 = "54,18"
  dqm__clickitem_code2_2 = "window.open('./cs16-TwoGirls.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_3 = "In The Sea"
  dqm__sub_menu_width2_3 = 148
  dqm__subdesc2_3_0 = "<img src='./cssjpg/cs17tn-InTheSea.jpg' width='136' height='100' alt='InTheSea'>"
dqm__sub_xy2_3 = "36,13"
  dqm__clickitem_code2_3 = "window.open('./cs17-InTheSea.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_4 = "Chasing The Bishop"
  dqm__sub_menu_width2_4 = 153
  dqm__subdesc2_4_0 = "<img src='./cssjpg/cs18tn-ChasingTheBishop.jpg' width='141' height='100' alt='ChasingTheBishop'>"
dqm__sub_xy2_4 = "34,-5"
  dqm__clickitem_code2_4 = "window.open('./cs18-ChasingTheBishop.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_5 = "Church"
  dqm__sub_menu_width2_5 = 112
  dqm__subdesc2_5_0 = "<img src='./cssjpg/cs19tn-Church.jpg' width='100' height='101' alt='Church'>"
dqm__sub_xy2_5 = "54,-23"
  dqm__clickitem_code2_5 = "window.open('./cs19-Church.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_6 = "Umbrella Man"
  dqm__sub_menu_width2_6 = 112
  dqm__subdesc2_6_0 = "<img src='./cssjpg/cs20tn-UmbrellaMan.jpg' width='100' height='108' alt='UmbrellaMan'>"
dqm__sub_xy2_6 = "54,-45"
  dqm__clickitem_code2_6 = "window.open('./cs20-UmbrellaMan.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_7 = "Bracing"
  dqm__sub_menu_width2_7 = 112
  dqm__subdesc2_7_0 = "<img src='./cssjpg/cs21tn-Bracing.jpg' width='100' height='122' alt='Bracing'>"
dqm__sub_xy2_7 = "54,-70"
  dqm__clickitem_code2_7 = "window.open('./cs21-Bracing.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_8 = "Touching Hands"
  dqm__sub_menu_width2_8 = 112
  dqm__subdesc2_8_0 = "<img src='./cssjpg/cs22tn-TouchingHands.jpg' width='100' height='155' alt='TouchingHands'>"
dqm__sub_xy2_8 = "54,-104"
  dqm__clickitem_code2_8 = "window.open('./cs22-TouchingHands.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_9 = "Banjo Man"
  dqm__sub_menu_width2_9 = 162
  dqm__subdesc2_9_0 = "<img src='./cssjpg/cs23tn-BanjoMan.jpg' width='150' height='111' alt='BanjoMan'>"
dqm__sub_xy2_9 = "29,-100"
  dqm__clickitem_code2_9 = "window.open('./cs23-BanjoMan.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_10 = "Between The Cones"
  dqm__sub_menu_width2_10 = 112
  dqm__subdesc2_10_0 = "<img src='./cssjpg/cs24tn-BetweenTheCones.jpg' width='100' height='103' alt='BetweenTheCones'>"
dqm__sub_xy2_10 = "54,-114"
  dqm__clickitem_code2_10 = "window.open('./cs24-BetweenTheCones.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_11 = "Cat On Head"
  dqm__sub_menu_width2_11 = 112
  dqm__subdesc2_11_0 = "<img src='./cssjpg/cs25tn-CatOnHead.jpg' width='100' height='116' alt='CatOnHead'>"
dqm__sub_xy2_11 = "54,-139"
  dqm__clickitem_code2_11 = "window.open('./cs25-CatOnHead.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc2_12 = "Three Heads"
  dqm__sub_menu_width2_12 = 162
  dqm__subdesc2_12_0 = "<img src='./cssjpg/cs26tn-ThreeHeads.jpg' width='150' height='101' alt='ThreeHeads'>"
dqm__sub_xy2_12 = "29,-149"
  dqm__clickitem_code2_12 = "window.open('./cs26-ThreeHeads.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_0 = "Raspberry"
  dqm__sub_menu_width3_0 = 162
  dqm__subdesc3_0_0 = "<img src='./cssjpg/cs27tn-Raspberry.jpg' width='150' height='104' alt='Raspberry'>"
dqm__sub_xy3_0 = "-371,65"
  dqm__clickitem_code3_0 = "window.open('./cs27-Raspberry.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_1 = "Passing The Cat"
  dqm__sub_menu_width3_1 = 162
  dqm__subdesc3_1_0 = "<img src='./cssjpg/cs28tn-PassingTheCat.jpg' width='150' height='113' alt='PassingTheCat'>"
dqm__sub_xy3_1 = "-371,43"
  dqm__clickitem_code3_1 = "window.open('./cs28-PassingTheCat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_2 = "Boy And Cat"
  dqm__sub_menu_width3_2 = 112
  dqm__subdesc3_2_0 = "<img src='./cssjpg/cs29tn-BoyAndCat.jpg' width='100' height='110' alt='BoyAndCat'>"
dqm__sub_xy3_2 = "-346,26"
  dqm__clickitem_code3_2 = "window.open('./cs29-BoyAndCat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_3 = "Flowery Dogs"
  dqm__sub_menu_width3_3 = 162
  dqm__subdesc3_3_0 = "<img src='./cssjpg/cs30tn-FloweryDogs.jpg' width='150' height='102' alt='FloweryDogs'>"
dqm__sub_xy3_3 = "-371,12"
  dqm__clickitem_code3_3 = "window.open('./cs30-FloweryDogs.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_4 = "Cow Dog And Church"
  dqm__sub_menu_width3_4 = 187
  dqm__subdesc3_4_0 = "<img src='./cssjpg/cs31tn-CowDogAndChurch.jpg' width='175' height='143' alt='CowDogAndChurch'>"
dqm__sub_xy3_4 = "-383,-26"
  dqm__clickitem_code3_4 = "window.open('./cs31-CowDogAndChurch.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_5 = "Seated Sheep"
  dqm__sub_menu_width3_5 = 112
  dqm__subdesc3_5_0 = "<img src='./cssjpg/cs32tn-SeatedSheep.jpg' width='100' height='122' alt='SeatedSheep'>"
dqm__sub_xy3_5 = "-346,-34"
  dqm__clickitem_code3_5 = "window.open('./cs32-SeatedSheep.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_6 = "Veils"
  dqm__sub_menu_width3_6 = 162
  dqm__subdesc3_6_0 = "<img src='./cssjpg/cs33tn-Veils.jpg' width='150' height='131' alt='Veils'>"
dqm__sub_xy3_6 = "-371,-56"
  dqm__clickitem_code3_6 = "window.open('./cs33-Veils.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_7 = "Two Cats"
  dqm__sub_menu_width3_7 = 162
  dqm__subdesc3_7_0 = "<img src='./cssjpg/cs34tn-TwoCats.jpg' width='150' height='127' alt='TwoCats'>"
dqm__sub_xy3_7 = "-371,-72"
  dqm__clickitem_code3_7 = "window.open('./cs34-TwoCats.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_8 = "Small Cat"
  dqm__sub_menu_width3_8 = 112
  dqm__subdesc3_8_0 = "<img src='./cssjpg/cs35tn-SmallCat.jpg' width='100' height='91' alt='SmallCat'>"
dqm__sub_xy3_8 = "-346,-72"
  dqm__clickitem_code3_8 = "window.open('./cs35-SmallCat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_9 = "Small Dog"
  dqm__sub_menu_width3_9 = 112
  dqm__subdesc3_9_0 = "<img src='./cssjpg/cs36tn-SmallDog.jpg' width='100' height='105' alt='SmallDog'>"
dqm__sub_xy3_9 = "-346,-97"
  dqm__clickitem_code3_9 = "window.open('./cs36-SmallDog.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_10 = "Theatrical Goat"
  dqm__sub_menu_width3_10 = 112
  dqm__subdesc3_10_0 = "<img src='./cssjpg/cs37tn-TheatricalGoat.jpg' width='100' height='145' alt='TheatricalGoat'>"
dqm__sub_xy3_10 = "-346,-135"
  dqm__clickitem_code3_10 = "window.open('./cs37-TheatricalGoat.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc3_11 = "Laughing Dog"
  dqm__sub_menu_width3_11 = 122
  dqm__subdesc3_11_0 = "<img src='./cssjpg/cs38tn-LaughingDog.jpg' width='110' height='95' alt='LaughingDog'>"
dqm__sub_xy3_11 = "-351,-128"
  dqm__clickitem_code3_11 = "window.open('./cs38-LaughingDog.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 = "Biography"
  dqm__clickitem_code4_0 = "window.open('../css/docs/css-Biography.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_1 = "Exhibitions"
  dqm__clickitem_code4_1 = "window.open('../css/docs/css-Exhibitions.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_2 = "Collections"
  dqm__clickitem_code4_2 = "window.open('../css/docs/css-Collections.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_3 = "Critics"
  dqm__clickitem_code4_3 = "window.open('../css/docs/css-Critics.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
