//  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 = "Elaine Newman	"
    
/*********************************************
                              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 = "The Black-Leg Piglet"
  dqm__sub_menu_width1_0 = 150
  dqm__subdesc1_0_0 = "<img src='./eenjpg/en1tn-TheBlackLegPiglet.jpg' width='138' height='100' alt='TheBlackLegPiglet'>"
dqm__sub_xy1_0 = "35,67"
  dqm__clickitem_code1_0 = "window.open('./en1-TheBlackLegPiglet.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_1 = "Common Frog"
  dqm__sub_menu_width1_1 = 124
  dqm__subdesc1_1_0 = "<img src='./eenjpg/en2tn-CommonFrog.jpg' width='112' height='100' alt='CommonFrog'>"
dqm__sub_xy1_1 = "48,49"
  dqm__clickitem_code1_1 = "window.open('./en2-CommonFrog.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_2 = "Elephant Pass"
  dqm__sub_menu_width1_2 = 125
  dqm__subdesc1_2_0 = "<img src='./eenjpg/en3tn-ElephantPass.jpg' width='113' height='100' alt='ElephantPass'>"
dqm__sub_xy1_2 = "48,31"
  dqm__clickitem_code1_2 = "window.open('./en3-ElephantPass.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_3 = "Highland Coos"
  dqm__sub_menu_width1_3 = 138
  dqm__subdesc1_3_0 = "<img src='./eenjpg/en4tn-HighlandCoos.jpg' width='126' height='100' alt='HighlandCoos'>"
dqm__sub_xy1_3 = "41,13"
  dqm__clickitem_code1_3 = "window.open('./en4-HighlandCoos.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_4 = "Humboldt's Penguin"
  dqm__sub_menu_width1_4 = 112
  dqm__subdesc1_4_0 = "<img src='./eenjpg/en5tn-HumboldtsPenguin.jpg' width='100' height='173' alt='HumboldtsPenguin'>"
dqm__sub_xy1_4 = "54,-41"
  dqm__clickitem_code1_4 = "window.open('./en5-HumboldtsPenguin.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_5 = "Josie II"
  dqm__sub_menu_width1_5 = 136
  dqm__subdesc1_5_0 = "<img src='./eenjpg/en6tn-JosieII.jpg' width='124' height='100' alt='JosieII'>"
dqm__sub_xy1_5 = "42,-23"
  dqm__clickitem_code1_5 = "window.open('./en6-JosieII.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_6 = "Lyding Clarissa I and her Babes"
  dqm__sub_menu_width1_6 = 227
  dqm__subdesc1_6_0 = "<img src='./eenjpg/en7tn-LydingClarissaIandherBabes.jpg' width='215' height='100' alt='LydingClarissaIandherBabes'>"
dqm__sub_xy1_6 = "-3,-41"
  dqm__clickitem_code1_6 = "window.open('./en7-LydingClarissaIandherBabes.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_7 = "Reflections"
  dqm__sub_menu_width1_7 = 152
  dqm__subdesc1_7_0 = "<img src='./eenjpg/en8tn-Reflections.jpg' width='140' height='100' alt='Reflections'>"
dqm__sub_xy1_7 = "34,-59"
  dqm__clickitem_code1_7 = "window.open('./en8-Reflections.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_8 = "Special White Indian Elephants"
  dqm__sub_menu_width1_8 = 112
  dqm__subdesc1_8_0 = "<img src='./eenjpg/en9tn-SpecialWhiteIndianElephants.jpg' width='100' height='100' alt='SpecialWhiteIndianElephants'>"
dqm__sub_xy1_8 = "54,-77"
  dqm__clickitem_code1_8 = "window.open('./en9-SpecialWhiteIndianElephants.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_9 = "Spotted in the Bushes"
  dqm__sub_menu_width1_9 = 167
  dqm__subdesc1_9_0 = "<img src='./eenjpg/en10tn-SpottedintheBushes.jpg' width='155' height='100' alt='SpottedintheBushes'>"
dqm__sub_xy1_9 = "27,-95"
  dqm__clickitem_code1_9 = "window.open('./en10-SpottedintheBushes.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_10 = "Stephanie's Barn Owls"
  dqm__sub_menu_width1_10 = 112
  dqm__subdesc1_10_0 = "<img src='./eenjpg/en11tn-StephaniesBarnOwls.jpg' width='100' height='133' alt='StephaniesBarnOwls'>"
dqm__sub_xy1_10 = "54,-129"
  dqm__clickitem_code1_10 = "window.open('./en11-StephaniesBarnOwls.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=10,width=680,height=500');')'"


  dqm__subdesc1_11 = "Tusker"
  dqm__sub_menu_width1_11 = 112
  dqm__subdesc1_11_0 = "<img src='./eenjpg/en12tn-Tusker.jpg' width='100' height='155' alt='Tusker'>"
dqm__sub_xy1_11 = "54,-158"
  dqm__clickitem_code1_11 = "window.open('./en12-Tusker.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('../een/docs/een-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('../een/docs/een-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('../een/docs/een-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('../een/docs/een-Collections.htm','newWin','scrollbars=yes,toolbar=no,left=20,top=60,width=680,height=470');')'"
