//  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 = "The Prints"

//Main Menu 2
dqm__maindesc2 = " "

//Main Menu 3
dqm__maindesc3 = " "

  dqm__maindesc4 = "Trevor Price	"
    
/*********************************************
                              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 = "-270,50"
	dqm__text_alignment1 = "right" //aligns the text of submenu 1 right
	dqm__sub_menu_width1 = 205
	
   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 = "Dancing Queen"
  dqm__sub_menu_width1_0 = 163
  dqm__subdesc1_0_0 = "<img src='./trpjpg/tp1tn-DancingQueen.jpg' width='151' height='100' alt='DancingQueen'>"
dqm__sub_xy1_0 = "29,67"
  dqm__clickitem_code1_0 = "window.open('./tp1-DancingQueen.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_1 = "Riding the Tiger"
  dqm__sub_menu_width1_1 = 165
  dqm__subdesc1_1_0 = "<img src='./trpjpg/tp2tn-RidingtheTiger.jpg' width='153' height='100' alt='RidingtheTiger'>"
dqm__sub_xy1_1 = "28,49"
  dqm__clickitem_code1_1 = "window.open('./tp2-RidingtheTiger.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_2 = "The Tropical Garden"
  dqm__sub_menu_width1_2 = 141
  dqm__subdesc1_2_0 = "<img src='./trpjpg/tp3tn-TheTropicalGarden.jpg' width='129' height='100' alt='TheTropicalGarden'>"
dqm__sub_xy1_2 = "40,31"
  dqm__clickitem_code1_2 = "window.open('./tp3-TheTropicalGarden.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_3 = "6am Streak"
  dqm__sub_menu_width1_3 = 141
  dqm__subdesc1_3_0 = "<img src='./trpjpg/tp4tn-6amStreak.jpg' width='129' height='100' alt='6amStreak'>"
dqm__sub_xy1_3 = "40,13"
  dqm__clickitem_code1_3 = "window.open('./tp4-6amStreak.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_4 = "St Ives Couple I"
  dqm__sub_menu_width1_4 = 131
  dqm__subdesc1_4_0 = "<img src='./trpjpg/tp5tn-StIvesCoupleI.jpg' width='119' height='100' alt='StIvesCoupleI'>"
dqm__sub_xy1_4 = "45,-5"
  dqm__clickitem_code1_4 = "window.open('./tp5-StIvesCoupleI.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_5 = "St Ives Couple II"
  dqm__sub_menu_width1_5 = 132
  dqm__subdesc1_5_0 = "<img src='./trpjpg/tp6tn-StIvesCoupleII.jpg' width='120' height='100' alt='StIvesCoupleII'>"
dqm__sub_xy1_5 = "44,-23"
  dqm__clickitem_code1_5 = "window.open('./tp6-StIvesCoupleII.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_6 = "Bathing Lovers I"
  dqm__sub_menu_width1_6 = 133
  dqm__subdesc1_6_0 = "<img src='./trpjpg/tp7tn-BathingLoversI.jpg' width='121' height='100' alt='BathingLoversI'>"
dqm__sub_xy1_6 = "44,-41"
  dqm__clickitem_code1_6 = "window.open('./tp7-BathingLoversI.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_7 = "To See and Be Seen"
  dqm__sub_menu_width1_7 = 132
  dqm__subdesc1_7_0 = "<img src='./trpjpg/tp8tn-ToSeeandBeSeen.jpg' width='120' height='100' alt='ToSeeandBeSeen'>"
dqm__sub_xy1_7 = "44,-59"
  dqm__clickitem_code1_7 = "window.open('./tp8-ToSeeandBeSeen.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_8 = "Running Man and Galloping Horse"
  dqm__sub_menu_width1_8 = 132
  dqm__subdesc1_8_0 = "<img src='./trpjpg/tp9tn-RunningManandGallopingHorse.jpg' width='120' height='100' alt='RunningManandGallopingHorse'>"
dqm__sub_xy1_8 = "44,-77"
  dqm__clickitem_code1_8 = "window.open('./tp9-RunningManandGallopingHorse.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_9 = "Sprint"
  dqm__sub_menu_width1_9 = 131
  dqm__subdesc1_9_0 = "<img src='./trpjpg/tp10tn-Sprint.jpg' width='119' height='100' alt='Sprint'>"
dqm__sub_xy1_9 = "45,-95"
  dqm__clickitem_code1_9 = "window.open('./tp10-Sprint.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_10 = "Daydreaming"
  dqm__sub_menu_width1_10 = 132
  dqm__subdesc1_10_0 = "<img src='./trpjpg/tp11tn-Daydreaming.jpg' width='120' height='100' alt='Daydreaming'>"
dqm__sub_xy1_10 = "44,-113"
  dqm__clickitem_code1_10 = "window.open('./tp11-Daydreaming.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('../trp/docs/trp-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('../trp/docs/trp-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('../trp/docs/trp-Exhibitions.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_3 = "Collections"
  dqm__clickitem_code4_3 = "window.open('../trp/docs/trp-Collections.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
  dqm__subdesc4_4 = "Awards"
  dqm__clickitem_code4_4 = "window.open('../trp/docs/trp-Awards.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
