//  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 = 54			//default main item widths
	dqm__maindesc1 = "Lost & Found"
	dqm__main_width1 = 100			//default main item widths
	dqm__maindesc2 = "Wildlife"
	dqm__main_width2 = 65			//default main item widths
	dqm__maindesc3 = "Resources"
	dqm__main_width3 = 82			//default main item widths
	dqm__maindesc4 = "Shelters/Rescues"
	dqm__main_width4 = 125			//default main item widths
	dqm__maindesc5 = "Emergency"
	dqm__main_width5 = 150			//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 = "-51,27"
	dqm__sub_menu_width0 = 155
 
	dqm__subdesc0_0 = "Browse Adoptable Pets" 	
	dqm__url0_0 = "http://www.animal-link.org/bestfriend.shtml"
	dqm__subdesc0_1 = "Mobile Adoption Calendar" 
	dqm__url0_1 = "http://www.animal-link.org/events.shtml"
	dqm__subdesc0_2 = "Shelters/Rescues & Volunteer Opportunities"
	dqm__url0_2 = "http://www.animal-link.org/westorg.shtml"	
	dqm__subdesc0_3 = "4 Steps to Adopt"
	dqm__url0_3 = "http://www.animal-link.org/adopt.shtml"
	dqm__subdesc0_4 = "The Overpopulation Crisis"
	dqm__url0_4 = "http://www.animal-link.org/spay.shtml"
	dqm__subdesc0_5 = "Breed Rescue Groups"
	dqm__url0_5 = "http://www.animal-link.org/bestfriend.shtml#b"
		
	//Lost & Found
	dqm__sub_xy1 = "-95,27"
	dqm__sub_menu_width1 = 155

	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 Database"
	dqm__url1_3 = "http://animal-link.tunedinweb.com/cgi-bin/lostpets.pl?ACTION_SEARCH_PAGES=YES&start=0&s_a=&s_g=Either&s_i=&s_l=All&s_s=All&s_w="
	
		
	//Wildlife
	dqm__sub_xy2 = "-59,27"
	dqm__sub_menu_width2 = 155

	dqm__subdesc2_0 =  "Wildlife Emergency"
	dqm__subdesc2_1 = "Living with Wildlife"	
	dqm__url2_1 = "http://www.animal-link.org/wildlife.shtml"	
	dqm__subdesc2_2 = "Spring Wildlife Babies"	
	dqm__url2_2= "http://www.animal-link.org/babies.shtml"
	dqm__subdesc2_3 = "Wildlife Problem Solving"	
	dqm__url2_3= "http://www.animal-link.org/links.shtml#w"
	dqm__subdesc2_4 = "Humane Wildlife Removal"	
	dqm__url2_4= "http://www.animal-link.org/humanewildlife.shtml"	
		
	
	
	//Resources
	dqm__sub_xy3 = "-77,27"
	dqm__sub_menu_width3 = 155	
	
	dqm__subdesc3_0 = "Veterinary Services"
	dqm__subdesc3_1 = "Local Dog Parks"
	dqm__url3_1 = "http://www.animal-link.org/parks.shtml"	
	dqm__subdesc3_2 = "Pet Boarding" 
	dqm__subdesc3_3 = "Doggie Daycare"
	dqm__url3_3 = "http://www.animal-link.org/daycare.shtml"
	dqm__subdesc3_4 = "Grooming" 
	dqm__url3_4 = "http://www.animal-link.org/groomers.shtml" 
	dqm__subdesc3_5 = "Training"
	dqm__subdesc3_6 = "Pet Sitting & Dog Walking"
	dqm__url3_6 = "http://www.animal-link.org/westchester_petsitters.shtml" 
	dqm__subdesc3_7 = "Pet Friendly Hotels"
	dqm__url3_7 = "http://www.animal-link.org/hotels.shtml"
	dqm__subdesc3_8 = "Pet Friendly Apartments"
	dqm__url3_8 = "http://www.animal-link.org/apartments.shtml"
	dqm__subdesc3_9 = "Horse Stables & Riding"
	dqm__url3_9 = "http://www.animal-link.org/riding.shtml"
	dqm__subdesc3_10 = "Animal Events Calendar"
	dqm__url3_10 = "http://www.animal-link.org/events.shtml"
	dqm__subdesc3_11 = "More Pet & Wildlife Services..."
	dqm__url3_11 = "http://www.animal-link.org/services.shtml"
		
		
	//Shelters / Nonprofits
	dqm__sub_xy4 = "-120,27"
	dqm__sub_menu_width4 = 155

	dqm__subdesc4_0 = "Advocacy"	
	dqm__subdesc4_1 = "Shelters"	
	dqm__subdesc4_2 = "Rescues A-E"	
	dqm__subdesc4_3 = "Rescues F-K"	
	dqm__subdesc4_4 = "Rescues L-Q"	
	dqm__subdesc4_5 = "Rescues R-Z"	
	dqm__subdesc4_6 = "Wildlife"
	
	//Emergency
	dqm__sub_xy5 = "-145,27"
	dqm__sub_menu_width5 = 155
 
	dqm__subdesc5_0 = "24/7 Animal Emergency Hospitals"	
	dqm__url5_0 = "http://www.animal-link.org/emergency.shtml"
	dqm__subdesc5_1 = "Animal Cruelty Hotline" 
	dqm__url5_1 = "http://www.animal-link.org/abuse.shtml"
	dqm__subdesc5_2 = "Poison Control Hotline"
	dqm__url5_2 = "http://www.animal-link.org/emergency.shtml#poison"
	dqm__subdesc5_3 = "Wildlife Emergency"
	dqm__url5_3 = "http://www.animal-link.org/emergency.shtml#wildemerg"
		
	
	//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 = "/dummy.php"
	dqm__subdesc1_9_1 = "Sub2"
	dqm__url1_9_1 = "/dummy.php"
	
	//Lost, third level
	dqm__sub_xy1_0= "-55,3"
	dqm__sub_menu_width1_0 = 155
	
	dqm__subdesc1_0_0 = "Lost Help"
	dqm__url1_0_0 = "http://www.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= "-55,3"
	dqm__sub_menu_width1_1 = 155
	
	dqm__subdesc1_1_0 = "Found Help"
	dqm__url1_1_0 = "http://www.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_0= "-30,3"
	dqm__sub_menu_width2_0 = 155
		
	dqm__subdesc2_0_0 = "Wildlife Rehabilitation"
	dqm__url2_0_0 = "http://www.animal-link.org/emergency.shtml#wildemerg"
	dqm__subdesc2_0_1 = "Wildlife Veterinary Care"
	dqm__url2_0_1 = "http://www.animal-link.org/emergency.shtml#wildemerg"
		
	//Resources-Veterinary third level
	dqm__sub_xy3_0= "-34,4"
	dqm__sub_menu_width3_0 = 156
	
	dqm__subdesc3_0_0 = "Low Cost Spay/Neuter"
	dqm__url3_0_0 = "http://www.animal-link.org/spayneuter.shtml"
	dqm__subdesc3_0_1 = "Board Certified Vets"
	dqm__url3_0_1 = "http://www.animal-link.org/boardvet.shtml"
	dqm__subdesc3_0_2 = "Board Certified Surgeons"
	dqm__url3_0_2 = "http://www.animal-link.org/surgeons.shtml"
	dqm__subdesc3_0_3 = "Mobile Vets"
	dqm__url3_0_3 = "http://www.animal-link.org/mobilvet.shtml"
	dqm__subdesc3_0_4 = "Alternative Vets"
	dqm__url3_0_4 = "http://www.animal-link.org/altvets.shtml"
	dqm__subdesc3_0_5 = "Putnam Veterinarians & Hospitals" 
	dqm__url3_0_5= "http://www.animal-link.org/vetsputnam.shtml" 
	dqm__subdesc3_0_6 = "Westchester Veterinarians & Hospitals"
	dqm__url3_0_6= "http://www.animal-link.org/hospitalwest.shtml"
		
	
	//Resources-Boarding third level
	dqm__sub_xy3_2= "-34,4"
	dqm__sub_menu_width3_2 = 155
	
	dqm__subdesc3_2_0 = "Cat Boarding"
	dqm__url3_2_0 = "http://www.animal-link.org/catboard.shtml"
	dqm__subdesc3_2_1 = "Dog Boarding"
	dqm__url3_2_1 = "http://www.animal-link.org/boarding.shtml"
	
	//Resources-Training third level
	dqm__sub_xy3_5= "-34,4"
	dqm__sub_menu_width3_5 = 155
	
	dqm__subdesc3_5_0 = "Agility Training"
	dqm__url3_5_0 = "http://www.animal-link.org/agility.shtml"
	dqm__subdesc3_5_1 = "Animal Behaviorists"
	dqm__url3_5_1 = "http://www.animal-link.org/behavior.shtml"
	dqm__subdesc3_5_2 = "Obedience Training"
	dqm__url3_5_2 = "http://www.animal-link.org/training.shtml"
	
		
	
	//Organizations, third level
	dqm__sub_xy4_0= "-55,3"
	dqm__sub_menu_width4_0 = 215
		
	dqm__subdesc4_0_0 = "Animal Defenders of Westchester"
	dqm__url4_0_0 = "http://www.animal-link.org/westorg.shtml#adow"
	dqm__subdesc4_0_1 = "Animal Welfare Trust"
	dqm__url4_0_1 = "http://www.animal-link.org/westorg.shtml#centerline"		
	dqm__subdesc4_0_2 = "HEART"
	dqm__url4_0_2 = "http://www.animal-link.org/westorg.shtml#heart"
	dqm__subdesc4_0_3 = "Shelter Pet Alliance"
	dqm__url4_0_3 = "http://www.animal-link.org/westorg.shtml#shelterpetalliance"
	
	
	dqm__sub_xy4_1= "-55,3"
	dqm__sub_menu_width4_1 = 215	
	
	dqm__subdesc4_1_0 = "Central West. Humane Society"
	dqm__url4_1_0 = "http://www.animal-link.org/westorg.shtml#centralwesthumane"	
	dqm__subdesc4_1_1 = "Mt. Vernon Animal Shelter"
	dqm__url4_1_1= "http://www.animal-link.org/westorg.shtml#petadoptionleague"
	dqm__subdesc4_1_2 = "New Rochelle Humane Society"
	dqm__url4_1_2= "http://www.animal-link.org/westorg.shtml#newrochellehumane"
	dqm__subdesc4_1_3 = "Putnam County Humane Society"
	dqm__url4_1_3= "http://www.animal-link.org/westorg.shtml#putnamcohumane"
	dqm__subdesc4_1_4 = "SPCA of Westchester"
	dqm__url4_1_4= "http://www.animal-link.org/westorg.shtml#spcaofbriarcliff"
	dqm__subdesc4_1_5 = "Westchester Shore Humane Society"
	dqm__url4_1_5= "http://www.animal-link.org/westorg.shtml#westshorehumane"
	dqm__subdesc4_1_6 = "Yonkers Animal Shelter"
	dqm__url4_1_6= "http://www.animal-link.org/westorg.shtml#yonkersanimalshelter"
	
	dqm__sub_xy4_2= "-55,3"
	dqm__sub_menu_width4_2 = 215	
	
	dqm__subdesc4_2_0 = "Adopt A Boxer Rescue"
	dqm__url4_2_0 = "http://www.animal-link.org/westorg.shtml#aabr"
	dqm__subdesc4_2_1 = "Adopt-A-Dog"
	dqm__url4_2_1= "http://www.animal-link.org/westorg.shtml#adoptadog"
	dqm__subdesc4_2_2 = "Animal Welfare League of West"
	dqm__url4_2_2= "http://www.animal-link.org/westorg.shtml#animalwelfareleague"
	dqm__subdesc4_2_3 = "Bronx-Westchester Cat Coalition"
	dqm__url4_2_3= "http://www.animal-link.org/westorg.shtml#bwcc"
	dqm__subdesc4_2_4 = "Care N Compassion Canine Rescue"
	dqm__url4_2_4= "http://www.animal-link.org/westorg.shtml#cccr"
	dqm__subdesc4_2_5 = "Cat Assistance"
	dqm__url4_2_5= "http://www.animal-link.org/westorg.shtml#catassistance"
	dqm__subdesc4_2_6 = "Centerline Stables"
	dqm__url4_2_6= "http://www.animal-link.org/westorg.shtml#centerline"
	dqm__subdesc4_2_7 = "Community Cats"
	dqm__url4_2_7= "http://www.animal-link.org/westorg.shtml#cc"
	
	dqm__sub_xy4_3= "-55,3"
	dqm__sub_menu_width4_3 = 215	
	
	dqm__subdesc4_3_0 = "Ferret Rescue"
	dqm__url4_3_0 = "http://www.animal-link.org/westorg.shtml#ferretrescue"
	dqm__subdesc4_3_1 = "Friends of the Yonkers Animal Shelter"
	dqm__url4_3_1 = "http://www.animal-link.org/westorg.shtml#fotyas"
	dqm__subdesc4_3_2 = "For the Love of Animals"
	dqm__url4_3_2= "http://www.animal-link.org/westorg.shtml#forthelove"
	dqm__subdesc4_3_3 = "Forgotten Felines"
	dqm__url4_3_3= "http://www.animal-link.org/westorg.shtml#forgottenfelines"
	dqm__subdesc4_3_4 = "Greyhound Rescue and Rehab"
	dqm__url4_3_4= "http://www.animal-link.org/westorg.shtml#greyhoundrescue"
	dqm__subdesc4_3_5 = "It's Reigning Cats and Dogs"
	dqm__url4_3_5= "http://www.animal-link.org/westorg.shtml#reigning"
	dqm__subdesc4_3_6 = "Just Strays"
	dqm__url4_3_6 = "http://www.animal-link.org/westorg.shtml#juststrays"
	dqm__subdesc4_3_7 = "Kodi's Club"
	dqm__url4_3_7 = "http://www.animal-link.org/westorg.shtml#kodi"
	
	
	dqm__sub_xy4_4 = "-55,3"
	dqm__sub_menu_width4_4 = 215	
	
	dqm__subdesc4_4_0 = "Little Orphan Animals"
	dqm__url4_4_0 = "http://www.animal-link.org/westorg.shtml#littleorphananimals"
	dqm__subdesc4_4_1 = "Paws for Love"
	dqm__url4_4_1 = "http://www.animal-link.org/westorg.shtml#pawsforlove"
	dqm__subdesc4_4_2 = "Pet Adoption League"
	dqm__url4_4_2 = "http://www.animal-link.org/westorg.shtml#petadoptionleague"
	dqm__subdesc4_4_3 = "Pet Assistance"
	dqm__url4_4_3 = "http://www.animal-link.org/westorg.shtml#petassistance"
	dqm__subdesc4_4_4 = "Pet Rescue"
	dqm__url4_4_4 = "http://www.animal-link.org/westorg.shtml#petrescue"
	dqm__subdesc4_4_5 = "Putnam Felines"
	dqm__url4_4_5 = "http://www.animal-link.org/westorg.shtml#pf"
	dqm__subdesc4_4_6 = "Putnam Valley Dog Control"
	dqm__url4_4_6 = "http://www.animal-link.org/westorg.shtml#pvdc"
		
	dqm__sub_xy4_5 = "-55,3"
	dqm__sub_menu_width4_5 = 215	
	
	dqm__subdesc4_5_0 = "Rabbit Rescue and Rehab"
	dqm__url4_5_0 = "http://www.animal-link.org/westorg.shtml#rabbitrescue"
	dqm__subdesc4_5_1 = "Rescue For Love"
	dqm__url4_5_1 = "http://www.animal-link.org/westorg.shtml#rescueforlove"
	dqm__subdesc4_5_2 = "Sandies Angels"
	dqm__url4_5_2 = "http://www.animal-link.org/westorg.shtml#sandiesangels"
	dqm__subdesc4_5_3 = "Shih Tzu and Furbaby Rescue"
	dqm__url4_5_3= "http://www.animal-link.org/westorg.shtml#sfr"
	dqm__subdesc4_5_4 = "Stray Alive"
	dqm__url4_5_4 = "http://www.animal-link.org/westorg.shtml#strayalive"
	dqm__subdesc4_5_5 = "Tiny Treasures Rescue"
	dqm__url4_5_5 = "http://www.animal-link.org/westorg.shtml#tiny"
	dqm__subdesc4_5_6 = "The Wildthing"
	dqm__url4_5_6= "http://www.animal-link.org/westorg.shtml#wildthing"
	dqm__subdesc4_5_7 = "Yonkers Humane Society"
	dqm__url4_5_7= "http://www.animal-link.org/westorg.shtml#yonkershumanesociety"
	
	dqm__sub_xy4_6 = "-55,3"
	dqm__sub_menu_width4_6 = 215
	
	dqm__subdesc4_6_0 = "Animal Nation"
	dqm__url4_6_0 = "http://www.animal-link.org/westorg.shtml#animalnation"
	
	
	
	
