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

DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"

limit_multiple_users = true
restrict_access = true
sequence = '9x44_5'

/******************************************************************************
                              Main Menu Settings  
******************************************************************************/

/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/
	
	dqm__main_width = 100			//default main item widths
	dqm__main_height = 25			//default main item heights

/*---------------------------------------------
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
	dqm__main_border_color = "#000000"	//HEX color or set width to 0 for no borders


	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 = 0			//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 = "#993300"		//default color for all items, HEX or 'transparent'
	dqm__main_hl_bgcolor = "#993300"	//HEX color value or set to 'transparent'
	dqm__main_textcolor = "#EB9526"
	dqm__main_hl_textcolor = "#FFFFFF"

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

	dqm__main_fontfamily = "Arial"		//Any available system font     
	dqm__main_fontsize = "13"			//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 = "normal"

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

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

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

	dqm__maindesc0 = "Adopt"
	dqm__main_width0 = 49			//default main item widths
	dqm__maindesc1 = "Lost & Found"
	dqm__main_width1 = 95			//default main item widths
	dqm__maindesc2 = "Wildlife"
	dqm__main_width2 = 61			//default main item widths
	dqm__maindesc3 = "Resources"
	dqm__main_width3 = 78			//default main item widths
	dqm__maindesc4 = "Shelters / Nonprofits"
	dqm__main_width4 = 140			//default main item widths


/*****************************************************************************
                              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 = 1

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#993300"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#993300"		

	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 = "#EB9526"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 12			//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 = "#FFFFFF"
	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 = true

	//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 = "none"
	dqm__sub_item_effect = "none"

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

    //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 = 95			//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__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45

    //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."
   
    //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

/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
  
	//Adopt
	dqm__sub_xy0 = "-47,27"
	dqm__sub_menu_width0 = 190
 
	dqm__subdesc0_0 = "Browse Adoptable Pets" 	
	dqm__url0_0 = "http://animal-link.org/bestfriend.shtml"
	dqm__subdesc0_1 = "Mobile Adoption Days Calendar" 
	dqm__url0_1 = "http://animal-link.org/events.shtml"
	dqm__subdesc0_2 = "Shelters and Rescue Groups"
	dqm__url0_2 = "http://animal-link.org/westorg.shtml"	
	dqm__subdesc0_3 = "4 Steps to Adopt the Perfect Pet"
	dqm__url0_3 = "http://animal-link.org/adopt.shtml"
	dqm__subdesc0_4 = "The Pet Overpopulation Crisis"
	dqm__url0_4 = "http://animal-link.org/spay.shtml"
	dqm__subdesc0_5 = "Breed Rescue Organizations"
	dqm__url0_5 = "/bestfriend.shtml#b"
		
	//Lost & Found
	dqm__sub_xy1 = "-91,27"
	dqm__sub_menu_width1 = 90

	dqm__subdesc1_0 = "Lost Pet"	
	dqm__subdesc1_1 = "Found Pet"
	dqm__subdesc1_2 = "My Account"
	dqm__url1_2 = "http://animal-link.tunedinweb.com/cgi-bin/lostpets.pl?ACTION_LOGON=yes"
	dqm__subdesc1_3 = "Search Pets"
	dqm__url1_3 = "http://animal-link.tunedinweb.com/cgi-bin/lostpets.pl"
	
		
	//Wildlife
	dqm__sub_xy2 = "-57,27"
	dqm__sub_menu_width2 = 140

	dqm__subdesc2_0 = "Living with Wildlife"	
	dqm__url2_0 = "http://animal-link.org/wildlife.shtml"	
	dqm__subdesc2_1 = "Spring Wildlife Babies"	
	dqm__url2_1= "http://animal-link.org/babies.shtml"
	dqm__subdesc2_2 =  "Wildlife Emergency"
	
		
	
	
	//Resources
	dqm__sub_xy3 = "-74,27"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Animal Emergency"
	dqm__subdesc3_1 = "Animal Cruelty & Neglect"
	dqm__url3_1 = "http://animal-link.org/abuse.shtml"
	dqm__subdesc3_2 = "Dog Parks and Runs"	
	dqm__subdesc3_3 = "Animal Yellow Pages"
	dqm__url3_3 = "http://animal-link.org/services.shtml"
	dqm__subdesc3_4 = "Library of Links"
	dqm__url3_4 = "http://animal-link.org/links.shtml"
	dqm__subdesc3_5 = "Animal Events Calendar"
	dqm__url3_5 = "http://animal-link.org/events.shtml"
	dqm__subdesc3_6 = "Low Cost Spay/Neuter"
	dqm__url3_6 = "http://animal-link.org/spayneuter.shtml"
	dqm__subdesc3_7 = "Board Certified Vets"
	dqm__url3_7 = "http://animal-link.org/boardvet.shtml"
	dqm__subdesc3_8 = "Volunteer Opportunities"
	dqm__url3_8 = "http://animal-link.org/westorg.shtml"
	dqm__subdesc3_9 = "Fundraisers"
	dqm__url3_9 = "http://animal-link.org/events.shtml"
	dqm__subdesc3_10 = "Rabies Clinics"
	dqm__url3_10 = "http://animal-link.org/rabies.shtml"
	dqm__subdesc3_11 = "Pet Friendly Apartments"
	dqm__url3_11 = "http://animal-link.org/dummy.php"
		
	//Shelters / Nonprofits
	dqm__sub_xy4 = "-135,27"
	dqm__sub_menu_width4 = 90

	dqm__subdesc4_0 = "Advocacy"	
	dqm__subdesc4_1 = "Shelters"	
	dqm__subdesc4_2 = "Rescues A-C"	
	dqm__subdesc4_3 = "Rescues D-L"	
	dqm__subdesc4_4 = "Rescues M-P"	
	dqm__subdesc4_5 = "Rescues R-Z"	
	dqm__subdesc4_6 = "Wildlife"	
	
	//More, and example of a third level menu. You can have as many levels as you want.
	dqm__sub_xy1_9 = "-130,20"
	dqm__sub_menu_width1_9 = 200

	dqm__subdesc1_9_0 = "Sub1"
	dqm__url1_9_0 = "http://animal-link.org/dummy.php"
	dqm__subdesc1_9_1 = "Sub2"
	dqm__url1_9_1 = "http://animal-link.org/dummy.php"
	
	//Lost, third level
	dqm__sub_xy1_0= "-15,3"
	dqm__sub_menu_width1_0 = 100
	
	dqm__subdesc1_0_0 = "Lost Help"
	dqm__url1_0_0 = "http://animal-link.org/lost.shtml"
	dqm__subdesc1_0_1 = "Post a Lost Pet"
	dqm__url1_0_1 = "http://animal-link.tunedinweb.com/cgi-bin/lostpets.pl?ACTION_LOGON=yes"
		
	
	//Found, third level
	dqm__sub_xy1_1= "-15,3"
	dqm__sub_menu_width1_1 = 110
	
	dqm__subdesc1_1_0 = "Found Help"
	dqm__url1_1_0 = "http://animal-link.org/found.shtml"
	dqm__subdesc1_1_1 = "Post a Found Pet"
	dqm__url1_1_1 = "http://animal-link.tunedinweb.com/cgi-bin/lostpets.pl?ACTION_LOGON=yes"
		
	
	//Wildlife Emergency, third level
	dqm__sub_xy2_2= "-130,20"
	dqm__sub_menu_width2_2 = 200
		
	dqm__subdesc2_2_0 = "Wildlife Rehabilitation"
	dqm__url2_2_0 = "http://animal-link.org/emergency.shtml#wildemerg"
	dqm__subdesc2_2_1 = "Wildlife Veterinary Care"
	dqm__url2_2_1 = "http://animal-link.org/emergency.shtml#wildemerg"
	
	//Animal Emergency, third level
	dqm__sub_xy3_0= "-20,4"
	dqm__sub_menu_width3_0 = 160
	
	dqm__subdesc3_0_0 = "24/7 Emergency Hospitals"
	dqm__url3_0_0 = "http://animal-link.org/emergency.shtml"
	dqm__subdesc3_0_1 = "Poison Control Hotline"
	dqm__url3_0_1 = "http://animal-link.org/emergency.shtml#poison"
	dqm__subdesc3_0_2 = "Wildlife Emergency"
	dqm__url3_0_2 = "http://animal-link.org/emergency.shtml#wildemerg"
	
	//Dog Parks, third level
	dqm__sub_xy3_2= "-20,4"
	dqm__sub_menu_width3_2 = 140
	
	dqm__subdesc3_2_0 = "Local Dog Parks"
	dqm__url3_2_0 = "http://animal-link.org/parks.shtml"
	dqm__subdesc3_2_1 = "Dog Park Safety Tips"
	dqm__url3_2_1 = "http://animal-link.org/parksafety.shtml"
	
		
	
	//Organizations, third level
	dqm__sub_xy4_0= "-5,4"
	dqm__sub_menu_width4_0 = 200
		
	dqm__subdesc4_0_0 = "Animal Defenders of Westchester"
	dqm__url4_0_0 = "http://animal-link.org/westorg.shtml#adow"
	dqm__subdesc4_0_1 = "Animal Welfare Trust"
	dqm__url4_0_1 = "http://animal-link.org/westorg.shtml#awt"
	dqm__subdesc4_0_2 = "HEART"
	dqm__url4_0_2 = "http://animal-link.org/westorg.shtml#heart"
	dqm__subdesc4_0_3 = "Shelter Pet Alliance"
	dqm__url4_0_3 = "http://animal-link.org/westorg.shtml#shelterpetalliance"
	
	
	dqm__sub_xy4_1= "-5,5"
	dqm__sub_menu_width4_1 = 220	
	
	dqm__subdesc4_1_0 = "Central West. Humane Society"
	dqm__url4_1_0 = "http://animal-link.org/westorg.shtml#centralwesthumane"
	dqm__subdesc4_1_1 = "New Rochelle Humane Society"
	dqm__url4_1_1= "http://animal-link.org/westorg.shtml#newrochellehumane"
	dqm__subdesc4_1_2 = "Mt. Vernon Animal Shelter"
	dqm__url4_1_2= "http://animal-link.org/westorg.shtml#petadoptionleague"
	dqm__subdesc4_1_3 = "Putnam County Humane Society"
	dqm__url4_1_3= "http://animal-link.org/westorg.shtml#putnamcohumane"
	dqm__subdesc4_1_4 = "SPCA of Westchester"
	dqm__url4_1_4= "http://animal-link.org/westorg.shtml#spcaofbriarcliff"
	dqm__subdesc4_1_5 = "Westchester Shore Humane Society"
	dqm__url4_1_5= "http://animal-link.org/westorg.shtml#westshorehumane"
	dqm__subdesc4_1_6 = "Yonkers Animal Shelter"
	dqm__url4_1_6= "http://animal-link.org/westorg.shtml#yonkersanimalshelter"
	
	dqm__sub_xy4_2= "-5,5"
	dqm__sub_menu_width4_2 = 220	
	
	dqm__subdesc4_2_0 = "Adopt A Boxer Rescue"
	dqm__url4_2_0 = "http://animal-link.org/westorg.shtml#aabr"
	dqm__subdesc4_2_1 = "Adopt-A-Dog"
	dqm__url4_2_1= "http://animal-link.org/westorg.shtml#adoptadog"
	dqm__subdesc4_2_2 = "Animal Welfare League of West"
	dqm__url4_2_2= "http://animal-link.org/westorg.shtml#animalwelfareleague"
	dqm__subdesc4_2_3 = "Care N Compassion Canine Rescue"
	dqm__url4_2_3= "http://animal-link.org/westorg.shtml#cccr"
	dqm__subdesc4_2_4 = "Cat Assistance"
	dqm__url4_2_4= "http://animal-link.org/westorg.shtml#catassistance"
	dqm__subdesc4_2_5 = "Community Cats"
	dqm__url4_2_5= "http://animal-link.org/westorg.shtml#cc"
	
	dqm__sub_xy4_3= "-5,5"
	dqm__sub_menu_width4_3 = 230	
	
	dqm__subdesc4_3_0 = "Ferret Rescue"
	dqm__url4_3_0 = "http://animal-link.org/westorg.shtml#ferretrescue"
	dqm__subdesc4_3_1 = "Friends of the Yonkers Animal Shelter"
	dqm__url4_3_1 = "http://animal-link.org/westorg.shtml#fotyas"
	dqm__subdesc4_3_2 = "For the Love of Animals"
	dqm__url4_3_2= "http://animal-link.org/westorg.shtml#forthelove"
	dqm__subdesc4_3_3 = "Forgotten Felines"
	dqm__url4_3_3= "http://animal-link.org/westorg.shtml#forgottenfelines"
	dqm__subdesc4_3_4 = "Greyhound Rescue and Rehabilitation"
	dqm__url4_3_4= "http://animal-link.org/westorg.shtml#greyhoundrescue"
	dqm__subdesc4_3_5 = "Just Strays"
	dqm__url4_3_5 = "http://animal-link.org/westorg.shtml#juststrays"
	dqm__subdesc4_3_6 = "Little Orphan Animals"
	dqm__url4_3_6 = "http://animal-link.org/westorg.shtml#littleorphananimals"
	
	dqm__sub_xy4_4 = "-5,5"
	dqm__sub_menu_width4_4 = 180	
	
	dqm__subdesc4_4_0 = "North East Rottweiler Rescue"
	dqm__url4_4_0 = "http://animal-link.org/westorg.shtml#nerrr"
	dqm__subdesc4_4_1 = "Paws for Love"
	dqm__url4_4_1 = "http://animal-link.org/westorg.shtml#pawsforlove"
	dqm__subdesc4_4_2 = "Pet Adoption League"
	dqm__url4_4_2 = "http://animal-link.org/westorg.shtml#petadoptionleague"
	dqm__subdesc4_4_3 = "Pet Assistance"
	dqm__url4_4_3 = "http://animal-link.org/westorg.shtml#petassistance"
	dqm__subdesc4_4_4 = "Pet Rescue"
	dqm__url4_4_4 = "http://animal-link.org/westorg.shtml#petrescue"
		
	dqm__sub_xy4_5 = "-5,5"
	dqm__sub_menu_width4_5 = 180	
	
	dqm__subdesc4_5_0 = "Rabbit Rescue and Rehab"
	dqm__url4_5_0 = "http://animal-link.org/westorg.shtml#rabbitrescue"
	dqm__subdesc4_5_1 = "Sandies Angels"
	dqm__url4_5_1 = "http://animal-link.org/westorg.shtml#sandiesangels"
	dqm__subdesc4_5_2 = "Shih Tzu and Furbaby Rescue"
	dqm__url4_5_2= "http://animal-link.org/westorg.shtml#sfr"
	dqm__subdesc4_5_3 = "Stray Alive"
	dqm__url4_5_3 = "http://animal-link.org/westorg.shtml#strayalive"
	dqm__subdesc4_5_4 = "Tiny Treasures Rescue"
	dqm__url4_5_4 = "http://animal-link.org/westorg.shtml#tiny"
	dqm__subdesc4_5_5 = "The Wildthing"
	dqm__url4_5_5= "http://animal-link.org/westorg.shtml#wildthing"
	
	dqm__sub_xy4_6 = "-5,5"
	dqm__sub_menu_width4_6 = 200
	
	dqm__subdesc4_6_0 = "Animal Nation"
	dqm__url4_6_0 = "http://animal-link.org/westorg.shtml#animalnation"
	dqm__subdesc4_6_1 = "Wildlife Rescue &amp; Rehab of West"
	dqm__url4_6_1 = "http://animal-link.org/westorg.shtml#westwildlife"
	
	
	
