// DHTML QuickMenu - free script
/*-------------------------------------------*/   
   dqm__onload_statement = "callMMpreloadImages()"

   dqm__codebase = "/javascript/"		//relative location of .js files   

/*-------------------------------------------
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				// Outside border of menu
	dqm__divider_height = 0				// Line between menu items

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

	dqm__mouse_off_delay = 20			//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 200		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/

	//Font settings

	dqm__textcolor = "#000000"
	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 = "#000000"
	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 = 2
	dqm__margin_left = 3
	dqm__margin_right = 2


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/

    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "/buttons/bullet.gif"
	dqm__icon_rollover0 = "/buttons/bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"
	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "/buttons/arrow.gif"
	dqm__2nd_icon_rollover0 = "/buttons/arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	//dqm__status_text0 = "Main Menu Item 0"
	//dqm__status_text1 = "Main Menu 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 = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .75
	dqm__sub_item_effect_duration = .5


    //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 = 100			//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 = -8
	dqm__ie4mac_offset_Y = -50


    //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 = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20


/*---------------------------------------------
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 or 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')"


/*---------------------------------------------
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_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "xxx"
	dqm__urltargetX = "_new"


/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

   /************************************************
   *********-------Main Menu 0--------**************
   *********-------About PWDs---------**************   
   ************************************************/

   dqm__rollover_image0 = "/buttons/About_PWDs-over.gif"
   dqm__rollover_wh0 = "136,22"
//   dqm__url0 = "/home.html";
   dqm__status_text0 = "About PWDs"

   /************************************************
   *********-------Main Menu 1--------**************
   *********-------About Us-----------**************   
   ************************************************/

   dqm__rollover_image1 = "/buttons/About_Us-over.gif"
   dqm__rollover_wh1 = "136,22"
//   dqm__url1 = "/home.html";
   dqm__status_text1 = "About Us"

   /************************************************
   *********-------Main Menu 2--------**************
   *********-------The Foundation-----**************   
   ************************************************/

   dqm__rollover_image2 = "/buttons/The_Foundation-over.gif"
   dqm__rollover_wh2 = "136,22"
//   dqm__url2 = "/home.html";
   dqm__status_text2 = "The Foundation"


   /************************************************
   *********-------Main Menu 3--------**************
   *********-------Meet The Boys------**************      
   ************************************************/

   dqm__rollover_image3 = "/buttons/Meet_the_Boys-over.gif"
   dqm__rollover_wh3 = "136,22"
//   dqm__url3 = "/home.html";
   dqm__status_text3 = "Our Boys"

   /************************************************
   *********-------Main Menu 4--------**************
   *********-------Meet The Girls-----**************         
   ************************************************/    

   dqm__rollover_image4 = "/buttons/Meet_the_Girls-over.gif"
   dqm__rollover_wh4 = "136,22"
//   dqm__url4 = "/home.html";
   dqm__status_text4 = "Our Girls"

   /************************************************
   *********-------Main Menu 5--------**************
   *********-------Other Cove Boys----**************         
   ************************************************/
 
   dqm__rollover_image5 = "/buttons/Other_PC_Boys-over.gif"
   dqm__rollover_wh5 = "136,22"
//   dqm__url5 = "/home.html";
   dqm__status_text5 = "Other PC Boys"

   /************************************************
   *********-------Main Menu 6--------**************
   *********-------Other Cove Girls---**************         
   ************************************************/
 
   dqm__rollover_image6 = "/buttons/Other_PC_Girls-over.gif"
   dqm__rollover_wh6 = "136,22"
   dqm__status_text6 = "Other PC Girls"

   /************************************************
   *********-------Main Menu 7--------**************
   *********-------Other PWDs---------**************         
   ************************************************/
 
   dqm__rollover_image7 = "/buttons/Other_Kennel_PWDs-over.gif"
   dqm__rollover_wh7 = "136,22"
//   dqm__url6 = "";
   dqm__status_text7 = "Other Kennel PWDs"   
   
   /************************************************
   *********-------Main Menu 8-------***************
   *********-------Events-------------**************         
   ************************************************/
 
   dqm__rollover_image8 = "/buttons/Events-over.gif"
   dqm__rollover_wh8 = "136,22"
//   dqm__url7 = "";
   dqm__status_text8 = "Events"
   
   /************************************************
   *********-------Main Menu 9-------***************
   *********-------Puppies------------**************         
   ************************************************/
 
   dqm__rollover_image9 = "/buttons/Puppies-over.gif"
   dqm__rollover_wh9 = "136,22"
//   dqm__url8 = "";
   dqm__status_text9 = "Puppies"
      
   /************************************************
   *********-------Main Menu 10------***************
   *********-------News Archive -----***************         
   ************************************************/
 
   dqm__rollover_image10 = "/buttons/News_Archive-over.gif"
   dqm__rollover_wh10 = "136,22"
//   dqm__url9 = "";
   dqm__status_text10 = "News Archive"

   /************************************************
   *********-------Main Menu 11-------***************
   *********-------Links--------------**************         
   ************************************************/
 
   dqm__rollover_image11 = "/buttons/Links-over.gif"
   dqm__rollover_wh11 = "136,22"
   dqm__url11 = "/links.html";
   dqm__status_text11 = "Links"

   /************************************************
   *********-------Main Menu 12-------***************
   *********-------Meet The Newfies---**************         
   ************************************************/
 
   dqm__rollover_image12 = "/buttons/Meet_the_Newfies-over.gif"
   dqm__rollover_wh12 = "136,22"
   dqm__url12 = "http://pouchcovenewfs.com/index.html";
   dqm__status_text12 = "Meet the Newfies"


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/************************************************
*********------- About PWDs, 0 -----***************
************************************************/
dqm__sub_xy0= "-2,0"
dqm__sub_menu_width0 = 130

dqm__subdesc0_0 = "History"
dqm__subdesc0_1 = "Standard"

dqm__status_text0_0 = "History"
dqm__status_text0_1 = "Standard"

dqm__icon_index0_0 = 0
dqm__icon_index0_1 = 0

//dqm__2nd_icon_index0_0 = 0
dqm__url0_0 = "/history.html"
dqm__url0_1 = "/standard.html"

/************************************************
*********------- About Us, 1 -----***************
************************************************/
dqm__sub_xy1= "-2,0"
dqm__sub_menu_width1 = 170

dqm__subdesc1_0 = "Peggy & Dave Helming"
dqm__subdesc1_1 = "Milan Lint"

dqm__status_text1_0 = "Peggy & Dave"
dqm__status_text1_1 = "Milan"

dqm__icon_index1_0 = 0
dqm__icon_index1_1 = 0
//dqm__2nd_icon_index1_0 = 0

dqm__url1_0 = "/aboutUsPegDave.html"
dqm__url1_1 = "/aboutUsMilan.html"

/************************************************
*********------- The Foundation, 2 -----*********
************************************************/
dqm__sub_xy2 = "-2,0"
dqm__sub_menu_width2 = 280

dqm__subdesc2_0 = "Ch. Benhil's Half Note, \"Sophie\""
dqm__subdesc2_1 = "Ch. Benhil's Stillwater Half Tone, \"Katie\""
dqm__subdesc2_2 = "Ch. Pinehaven Primetime, \"Cybil\""
dqm__subdesc2_3 = "Ch. Akire Supa Chunky Monkey, \"Grrilla\""
dqm__subdesc2_4 = "Ch. Raffles Plainly Pouch Cove, \"Jane\""
dqm__subdesc2_5 = "Cartmel Sea Beauty, \"Bess\""

dqm__status_text2_0 = "Sophie"
dqm__status_text2_1 = "Katie"
dqm__status_text2_2 = "Cybil"
dqm__status_text2_3 = "Grrilla"
dqm__status_text2_4 = "Jane"
dqm__status_text2_5 = "Bess"

dqm__icon_index2_0 = 0
dqm__icon_index2_1 = 0
dqm__icon_index2_2 = 0
dqm__icon_index2_3 = 0
dqm__icon_index2_4 = 0
dqm__icon_index2_5 = 0
//dqm__2nd_icon_index2_0 = 0

dqm__url2_0 = "/Sophie.html"
dqm__url2_1 = "/Katie.html"
dqm__url2_2 = "/Cybil.html"
dqm__url2_3 = "/Grrilla.html"
dqm__url2_4 = "/Jane.html"
dqm__url2_5 = "/Bess.html"


/************************************************
*********------- Our Boys, 3 -----***************
************************************************/
dqm__sub_xy3 = "-2,0"
dqm__sub_menu_width3 = 360

dqm__subdesc3_0 = "Ch. Pouch Cove's Getting Busy at Sequel, \"Austin\""
dqm__subdesc3_1 = "Ch. Pouch Cove's Caribe, \"Caribe\""
dqm__subdesc3_2 = "Ch. Cartmel Sea Master \"Carlo\""
dqm__subdesc3_3 = "Ch. Pouch Cove's Evolution, \"Darwin\""
dqm__subdesc3_4 = "MBIS Ch. Pouch Cove's Monkey See Monkey Do, \"Digit\""
dqm__subdesc3_5 = "Allegiance Stay The Course Pouch Cove, \"Drake\""
dqm__subdesc3_6 = "Ch. Pouch Cove's Lonesome Dove, \"Gus\""
dqm__subdesc3_7 = "Ch. Pouch Cove's Mizrahi, \"Isaac\""
dqm__subdesc3_8 = "Ch. Pouch Cove's Freedom Reigns, \"Jax\""
dqm__subdesc3_9 = "Ch. Darbydale Full Throttle Pouch Cove, \"Jet\""
dqm__subdesc3_10 = "Ch. Pouch Cove's Patriot, \"Nick\""
dqm__subdesc3_11 = "Am. Can. BISS Ch. Pouch Cove's Orion Leal, \"Orion\""
dqm__subdesc3_12 = "Am. Can. Ch. Pouch Cove's Stand and Deliver, \"Stanley\""

dqm__status_text3_0 = "Austin"
dqm__status_text3_1 = "Caribe"
dqm__status_text3_2 = "Carlo"
dqm__status_text3_3 = "Darwin"
dqm__status_text3_4 = "Digit"
dqm__status_text3_5 = "Drake"
dqm__status_text3_6 = "Gus"
dqm__status_text3_7 = "Isaac"
dqm__status_text3_8 = "Jax"
dqm__status_text3_9 = "Jet"
dqm__status_text3_10 = "Nick"
dqm__status_text3_11 = "Orion"
dqm__status_text3_12 = "Stanley"

dqm__icon_index3_0 = 0
dqm__icon_index3_1 = 0
dqm__icon_index3_2 = 0
dqm__icon_index3_3 = 0
dqm__icon_index3_4 = 0
dqm__icon_index3_5 = 0
dqm__icon_index3_6 = 0
dqm__icon_index3_7 = 0
dqm__icon_index3_8 = 0
dqm__icon_index3_9 = 0
dqm__icon_index3_10 = 0
dqm__icon_index3_11 = 0
dqm__icon_index3_12 = 0

//dqm__2nd_icon_index3_0 = 0

dqm__url3_0 = "/Austin.html"
dqm__url3_1 = "/Caribe.html"
dqm__url3_2 = "/Carlo.html"
dqm__url3_3 = "/Darwin.html"
dqm__url3_4 = "/Digit.html"
dqm__url3_5 = "/Drake.html"
dqm__url3_6 = "/Gus.html"
dqm__url3_7 = "/Isaac.html"
dqm__url3_8 = "/Jax.html"
dqm__url3_9 = "/Jet.html"
dqm__url3_10 = "/Nick.html"
dqm__url3_11 = "/Orion.html"
dqm__url3_12 = "/Stanley.html"


/************************************************
*********------- Our Girls, 4 -----***************
************************************************/
dqm__sub_xy4 = "-2,0"
dqm__sub_menu_width4 = 350

dqm__subdesc4_0 = "Ch. Pouch Cove's Bling It On, \"Bling\""
dqm__subdesc4_1 = "BISS Ch. Pouch Cove's Monkey Business, \"Busy\""
dqm__subdesc4_2 = "Ch. Pouch Cove Every Sailor's Dream, \"Chloe\""
dqm__subdesc4_3 = "Ch. Pouch Cove's I Deliver, \"Desi\""
dqm__subdesc4_4 = "Ch. Pouch Cove's Schiaparelli, \"Elsa\""
dqm__subdesc4_5 = "Ch. Pouch Cove's Go Go Girl, \"GoGo\""
dqm__subdesc4_6 = "Ch. Pouch Cove's Darbydale Incognito, \"Indy\""
dqm__subdesc4_7 = "Ch. Odyseas Leapin' To Pouch Cove, \"Lark\""
dqm__subdesc4_8 = "Ch. Pouch Cove's Cypress Bay Nicodema, \"Nicki\""
dqm__subdesc4_9 = "Ch. Pouch Cove's Underneath It All, \"Nordi\""
dqm__subdesc4_10 = "Darbydale Freestyle Pouch Cove, \"Olivia\""
dqm__subdesc4_11 = "Ch. Pouch Cove's Royal Slipper, \"Slipper\""
dqm__subdesc4_12 = "Ch. Pouch Cove's Stay Tuned, \"Sony\""
dqm__subdesc4_13 = "Ch. Pouch Cove's Lady of the Lake, \"Vivi\""
dqm__subdesc4_14 = "Pouch Cove's Tempest Sea Me At Allegiance, \"Waverly\""
dqm__subdesc4_15 = "Am. Can. Ch. Pouch Cove's Strong Willed, \"Willow\""

dqm__status_text4_0 = "Bling"
dqm__status_text4_1 = "Busy"
dqm__status_text4_2 = "Chloe"
dqm__status_text4_3 = "Desi"
dqm__status_text4_4 = "Elsa"
dqm__status_text4_5 = "GoGo"
dqm__status_text4_6 = "Indy"
dqm__status_text4_7 = "Lark"
dqm__status_text4_8 = "Nicki"
dqm__status_text4_9 = "Nordi"
dqm__status_text4_10 = "Olivia"
dqm__status_text4_11 = "Slipper"
dqm__status_text4_12 = "Sony"
dqm__status_text4_13 = "Vivi"
dqm__status_text4_14 = "Waverly"
dqm__status_text4_15 = "Willow"

dqm__icon_index4_0 = 0
dqm__icon_index4_1 = 0
dqm__icon_index4_2 = 0
dqm__icon_index4_3 = 0
dqm__icon_index4_4 = 0
dqm__icon_index4_5 = 0
dqm__icon_index4_6 = 0
dqm__icon_index4_7 = 0
dqm__icon_index4_8 = 0
dqm__icon_index4_9 = 0
dqm__icon_index4_10 = 0
dqm__icon_index4_11 = 0
dqm__icon_index4_12 = 0
dqm__icon_index4_13 = 0
dqm__icon_index4_14 = 0
dqm__icon_index4_15 = 0

dqm__url4_0 = "/Bling.html"
dqm__url4_1 = "/Busy.html"
dqm__url4_2 = "/Chloe.html"
dqm__url4_3 = "/Desi.html"
dqm__url4_4 = "/Elsa.html"
dqm__url4_5 = "/GoGo.html"
dqm__url4_6 = "/Indy.html"
dqm__url4_7 = "/Lark.html"
dqm__url4_8 = "/Nicki.html"
dqm__url4_9 = "/Nordi.html"
dqm__url4_10 = "/Olivia.html"
dqm__url4_11 = "/Slipper.html"
dqm__url4_12 = "/Sony.html"
dqm__url4_13 = "/Vivi.html"
dqm__url4_14 = "/Waverly.html"
dqm__url4_15 = "/Willow.html"


/************************************************
*********--- Other Cove Boys, 5 ---**************
************************************************/
dqm__sub_xy5 = "-2,-27"
dqm__sub_menu_width5 = 310

dqm__subdesc5_0 = "Pouch Cove's Sea Monkey, \"Boone\""
dqm__subdesc5_1 = "Ch. Benhil's Stillwater Forte, \"Forte\""
dqm__subdesc5_2 = "Ch. Benhil's Stillwater Polo, \"Henry\""
dqm__subdesc5_3 = "Pouch Cove's Will Power, \"Hershey\""
dqm__subdesc5_4 = "Ch. Pouch Cove's Third Watch, \"Michael\""
dqm__subdesc5_5 = "Am. Can. Ch. Pouch Cove's Will Do, \"Nolan\""
dqm__subdesc5_6 = "Ch. Pouch Cove's Indoor Fireworks, \"Paco\""
dqm__subdesc5_7 = "Pouch Cove's Prince Rafael, \"Rafi\""
dqm__subdesc5_8 = "Ch. Pouch Cove's Simian Del Mar, \"Simian\""
dqm__subdesc5_9 = "Ch. Pouch Cove Gemini's Wet N Wild, \"Splash\""
dqm__subdesc5_10 = "Am. Can. Ch. Pouch Cove's In Stride, \"Strider\""
dqm__subdesc5_11 = "Ch. Pouch Cove's Walks Like Rain, \"Stuart\""
dqm__subdesc5_12 = "Ch. Raffles Will Knot Pouch Cove, \"Toby\""
dqm__subdesc5_13 = "Ch. Pouch Cove Walks The Plank, \"Will\""

dqm__status_text5_0 = "Boone"
dqm__status_text5_1 = "Forte"
dqm__status_text5_2 = "Henry"
dqm__status_text5_3 = "Hershey"
dqm__status_text5_4 = "Michael"
dqm__status_text5_5 = "Nolan"
dqm__status_text5_6 = "Paco"
dqm__status_text5_7 = "Rafi"
dqm__status_text5_8 = "Simian"
dqm__status_text5_9 = "Splash"
dqm__status_text5_10 = "Strider"
dqm__status_text5_11 = "Stuart"
dqm__status_text5_12 = "Toby"
dqm__status_text5_13 = "Will"

dqm__icon_index5_0 = 0
dqm__icon_index5_1 = 0
dqm__icon_index5_2 = 0
dqm__icon_index5_3 = 0
dqm__icon_index5_4 = 0
dqm__icon_index5_5 = 0
dqm__icon_index5_6 = 0
dqm__icon_index5_7 = 0
dqm__icon_index5_8 = 0
dqm__icon_index5_9 = 0
dqm__icon_index5_10 = 0
dqm__icon_index5_11 = 0
dqm__icon_index5_12 = 0
dqm__icon_index5_13 = 0

dqm__url5_0 = "/Boone.html"
dqm__url5_1 = "/Forte.html"
dqm__url5_2 = "/Henry.html"
dqm__url5_3 = "/Hershey.html"
dqm__url5_4 = "/Michael.html"
dqm__url5_5 = "/Nolan.html"
dqm__url5_6 = "/Paco.html"
dqm__url5_7 = "/Rafi.html"
dqm__url5_8 = "/Simian.html"
dqm__url5_9 = "/Splash.html"
dqm__url5_10 = "/Strider.html"
dqm__url5_11 = "/Stuart.html"
dqm__url5_12 = "/Toby.html"
dqm__url5_13 = "/Will.html"


/************************************************
*********--- Other Cove Girls, 6 ---**************
************************************************/
dqm__sub_xy6 = "-2,-162"
dqm__sub_menu_width6 = 325

dqm__subdesc6_0 = "Pouch Cove's To Be Announced, \"Abby\""
dqm__subdesc6_1 = "Ch. Pouch Cove's Monkey Woman, \"Baby Jane\""
dqm__subdesc6_2 = "Ch. Benhil's Stillwater Second Wind, \"Breezy\""
dqm__subdesc6_3 = "Ch. Pouch Cove's Britannia, \"Brita\""
dqm__subdesc6_4 = "Ch. Benhil's Stillwater Chiquita, \"Chiqui\""
dqm__subdesc6_5 = "Sequel Party On Pouch Cove, \"Copley\""
dqm__subdesc6_6 = "Pouch Cove's Get Your Motor Running, \"Danika\""
dqm__subdesc6_7 = "Ch. Raffles Hello Pouch Cove, \"Dolly\""
dqm__subdesc6_8 = "Ch. Pouch Cove's Watch My Wake, \"Fannie\""
dqm__subdesc6_9 = "Pouch Cove's Trendsetter, \"Fendi\""
dqm__subdesc6_10 = "Ch. Pouch Cove's On My Honor, \"Honor\""
dqm__subdesc6_11 = "Ch. Pouch Cove's Stars & Stripes, \"Hope\""
dqm__subdesc6_12 = "Ch. Pouch Cove's Ya Ya Sisterhood, \"Marci\""
dqm__subdesc6_13 = "Pouch Cove's Most Wanted Miss J, \"Ms. Jackson\""
dqm__subdesc6_14 = "BriteStar's Shoe In PouchCove, \"Nike\""
dqm__subdesc6_15 = "Pouch Cove's Royal Ascot, \"Paige\""
dqm__subdesc6_16 = "Ch. Pouch Cove's Any Port In A Storm, \"Portia\""
dqm__subdesc6_17 = "Pouch Cove's Monkey Puzzle, \"Puzzle\""
dqm__subdesc6_18 = "Ch. Pouch Cove's I Will If I Want, \"Rachel\""
dqm__subdesc6_19 = "Ch. Pouch Cove's Darbydale Lagniape, \"Ruby\""
dqm__subdesc6_20 = "Ch. Pouch Cove's Sparkle Antares, \"Sparkle\""
dqm__subdesc6_21 = "Pouch Cove's Sea Squirt, \"Squirt\""

dqm__status_text6_0 = "Abby"
dqm__status_text6_1 = "Baby Jane"
dqm__status_text6_2 = "Breezy"
dqm__status_text6_3 = "Brita"
dqm__status_text6_4 = "Chiqui"
dqm__status_text6_5 = "Copley"
dqm__status_text6_6 = "Danika"
dqm__status_text6_7 = "Dolly"
dqm__status_text6_8 = "Fannie"
dqm__status_text6_9 = "Fendi"
dqm__status_text6_10 = "Honor"
dqm__status_text6_11 = "Hope"
dqm__status_text6_12 = "Marci"
dqm__status_text6_13 = "Ms. Jackson"
dqm__status_text6_14 = "Nike"
dqm__status_text6_15 = "Paige"
dqm__status_text6_16 = "Portia"
dqm__status_text6_17 = "Puzzle"
dqm__status_text6_18 = "Rachael"
dqm__status_text6_19 = "Ruby"
dqm__status_text6_20 = "Sparkle"
dqm__status_text6_21 = "Squirt"

dqm__icon_index6_0 = 0
dqm__icon_index6_1 = 0
dqm__icon_index6_2 = 0
dqm__icon_index6_3 = 0
dqm__icon_index6_4 = 0
dqm__icon_index6_5 = 0
dqm__icon_index6_6 = 0
dqm__icon_index6_7 = 0
dqm__icon_index6_8 = 0
dqm__icon_index6_9 = 0
dqm__icon_index6_10 = 0
dqm__icon_index6_11 = 0
dqm__icon_index6_12 = 0
dqm__icon_index6_13 = 0
dqm__icon_index6_14 = 0
dqm__icon_index6_15 = 0
dqm__icon_index6_16 = 0
dqm__icon_index6_17 = 0
dqm__icon_index6_18 = 0
dqm__icon_index6_19 = 0
dqm__icon_index6_20 = 0
dqm__icon_index6_21 = 0

//dqm__2nd_icon_index6_0 = 0

dqm__url6_0 = "/Abby.html"
dqm__url6_1 = "/BabyJane.html"
dqm__url6_2 = "/Breezy.html"
dqm__url6_3 = "/Brita.html"
dqm__url6_4 = "/Chiqui.html"
dqm__url6_5 = "/Copley.html"
dqm__url6_6 = "/Danika.html"
dqm__url6_7 = "/Dolly.html"
dqm__url6_8 = "/Fannie.html"
dqm__url6_9 = "/Fendi.html"
dqm__url6_10 = "/Honor.html"
dqm__url6_11 = "/Hope.html"
dqm__url6_12 = "/Marci.html"
dqm__url6_13 = "/MissJackson.html"
dqm__url6_14 = "/Nike.html"
dqm__url6_15 = "/Paige.html"
dqm__url6_16 = "/Portia.html"
dqm__url6_17 = "/Puzzle.html"
dqm__url6_18 = "/Rachel.html"
dqm__url6_19 = "/Ruby.html"
dqm__url6_20 = "/Sparkle.html"
dqm__url6_21 = "/Squirt.html"


/************************************************
*********----- Non PC PWDs, 7 ----------*********
************************************************/
dqm__sub_xy7= "-2,-195"
dqm__sub_menu_width7 = 335

dqm__subdesc7_0 = "BISS Ch. Watermark Toby's Black Jack, \"Jack\""
dqm__subdesc7_1 = "Keel Tonel"
dqm__subdesc7_2 = "Ch. Del Sur's Bubble Bath, \"Bubbles\""
dqm__subdesc7_3 = "BIS Ch. Del Sur's Makin All The Right Moves, \"Primo\""
dqm__subdesc7_4 = "MBISS Ch. Del Sur's Makin A Splash, \"Splash\""
dqm__subdesc7_5 = "MBISS Ch. Questar's Thunder And Lightning, \"Rascal\""
dqm__subdesc7_6 = "Ch. Anacove's La Primera Samba, \"Samba\""
dqm__subdesc7_7 = "Ch. Conchita Do Vale Negro, \"Conchita\""

dqm__subdesc7_8 = "Ch. Pinehaven Grandlares Showoff, \"Amy\""
dqm__subdesc7_9 = "Ch. Pinehaven Greta Garbo, \"Gabby\""
dqm__subdesc7_10 = "Ch. Pinehaven The Pretender, \"Jarod\""
dqm__subdesc7_11 = "Ch. Pinehaven It Had To Be You, \"Parker\""
dqm__subdesc7_12 = "Ch. Pinehaven's Toast Of The Town, \"Brie\""

dqm__subdesc7_13 = "Ch. Sunnyhill Dom Benjamin, \"Benjamin\""
dqm__subdesc7_14 = "Ch. Bayswater's Hippolito Leal, \"Lee\""
dqm__subdesc7_15 = "Ch. Sun Joy's Akire Supa Dupa, \"Supa\""

dqm__subdesc7_16 = "Eng. Ch. Cartmel Sea Goblet, \"Gobie\""
dqm__subdesc7_17 = "Cartmel Sea Siren, \"Limbo\""
dqm__subdesc7_18 = "Cartmel Celebration, \"Rave\""
dqm__subdesc7_19 = "Eng. Ch. Cartmel Fantasy, \"Razzle\""

dqm__subdesc7_20 = "Ch. Odyseas Estrela Escura, \"Chloe\""
dqm__subdesc7_21 = "Ch. Odyseas Feelin' Groovy, \"Groovy\""
dqm__subdesc7_22 = "Odyseas Somewhere In Time, \"Journey\""

dqm__subdesc7_23 = "Marinella's Saturday Night Special, \"Bullet\""

dqm__status_text7_0 = "Jack"
dqm__status_text7_1 = "Keel"
dqm__status_text7_2 = "Bubbles"
dqm__status_text7_3 = "Primo"
dqm__status_text7_4 = "Splash"
dqm__status_text7_5 = "Rascal"
dqm__status_text7_6 = "Samba"
dqm__status_text7_7 = "Conchita"
dqm__status_text7_8 = "Amy"
dqm__status_text7_9 = "Gabby"
dqm__status_text7_10 = "Jarod"
dqm__status_text7_11 = "Parker"
dqm__status_text7_12 = "Brie"
dqm__status_text7_13 = "Benjamin"
dqm__status_text7_14 = "Lee"
dqm__status_text7_15 = "Supa"
dqm__status_text7_16 = "Gobie"
dqm__status_text7_17 = "Limbo"
dqm__status_text7_18 = "Rave"
dqm__status_text7_19 = "Razzle"
dqm__status_text7_20 = "Chloe"
dqm__status_text7_21 = "Groovy"
dqm__status_text7_22 = "Journey"
dqm__status_text7_23 = "Bullet"

dqm__icon_index7_0 = 0
dqm__icon_index7_1 = 0
dqm__icon_index7_2 = 0
dqm__icon_index7_3 = 0
dqm__icon_index7_4 = 0
dqm__icon_index7_5 = 0
dqm__icon_index7_6 = 0
dqm__icon_index7_7 = 0
dqm__icon_index7_8 = 0
dqm__icon_index7_9 = 0
dqm__icon_index7_10 = 0
dqm__icon_index7_11 = 0
dqm__icon_index7_12 = 0
dqm__icon_index7_13 = 0
dqm__icon_index7_14 = 0
dqm__icon_index7_15 = 0
dqm__icon_index7_16 = 0
dqm__icon_index7_17 = 0
dqm__icon_index7_18 = 0
dqm__icon_index7_19 = 0
dqm__icon_index7_20 = 0
dqm__icon_index7_21 = 0
dqm__icon_index7_22 = 0
dqm__icon_index7_23 = 0

//dqm__2nd_icon_index7_0 = 0

dqm__url7_0 = "/otherkennelpwds/Jack.html"
dqm__url7_1 = "/otherkennelpwds/KeelTonel.html"
dqm__url7_2 = "/otherkennelpwds/Bubbles.html"
dqm__url7_3 = "/otherkennelpwds/Primo.html"
dqm__url7_4 = "/otherkennelpwds/Splash.html"
dqm__url7_5 = "/otherkennelpwds/Rascal.html"
dqm__url7_6 = "/otherkennelpwds/Samba.html"
dqm__url7_7 = "/otherkennelpwds/Conchita.html"
dqm__url7_8 = "/otherkennelpwds/Amy.html"
dqm__url7_9 = "/otherkennelpwds/Gabby.html"
dqm__url7_10 = "/otherkennelpwds/Jarod.html"
dqm__url7_11 = "/otherkennelpwds/Parker.html"
dqm__url7_12 = "/otherkennelpwds/Brie.html"
dqm__url7_13 = "/otherkennelpwds/Benjamin.html"
dqm__url7_14 = "/otherkennelpwds/Lee.html"
dqm__url7_15 = "/otherkennelpwds/Supa.html"
dqm__url7_16 = "/cartmelpwds/Gobie.html"
dqm__url7_17 = "/cartmelpwds/Limbo.html"
dqm__url7_18 = "/cartmelpwds/Rave.html"
dqm__url7_19 = "/cartmelpwds/Razzle.html"
dqm__url7_20 = "/otherkennelpwds/Chloe.html"
dqm__url7_21 = "/otherkennelpwds/Groovy.html"
dqm__url7_22 = "/otherkennelpwds/Journey.html"
dqm__url7_23 = "/otherkennelpwds/Bullet.html"

/************************************************
*********------- Events, 8 -------------*********
************************************************/
dqm__sub_xy8= "-2,0"
dqm__sub_menu_width8 = 200

dqm__subdesc8_0 = "National Specialty Highlights"
dqm__subdesc8_1 = "2005 National Specialty"
dqm__subdesc8_2 = "2006 National Specialty"
dqm__subdesc8_3 = "2007 National Specialty"
dqm__subdesc8_4 = "2008 National Specialty"

dqm__status_text8_0 = "National Specialty Highlights"
dqm__status_text8_1 = "2005 National Specialty"
dqm__status_text8_2 = "2006 National Specialty"
dqm__status_text8_3 = "2007 National Specialty"
dqm__status_text8_4 = "2008 National Specialty"

dqm__icon_index8_0 = 0
dqm__icon_index8_1 = 0
dqm__icon_index8_2 = 0
dqm__icon_index8_3 = 0
dqm__icon_index8_4 = 0
//dqm__2nd_icon_index8_0 = 0

dqm__url8_0 = "/events/index.html"
dqm__url8_1 = "/events/2005SpecialtyA.html"
dqm__url8_2 = "/events/2006SpecialtyA.html"
dqm__url8_3 = "/events/2007SpecialtyA.html"
dqm__url8_4 = "/events/2008SpecialtyA.html"

/************************************************
*********------- Puppies, 9 -------*********
************************************************/
dqm__sub_xy9= "-2,0"
dqm__sub_menu_width9 = 200

dqm__subdesc9_0 = "Placed Puppies"
dqm__subdesc9_1 = "All Grown Up"
dqm__subdesc9_2 = "Current Litters"
dqm__subdesc9_3 = "Upcoming Litters"
dqm__subdesc9_4 = "Puppy Questionnaire"

dqm__status_text9_0 = "Placed Puppies"
dqm__status_text9_1 = "All Grown Up"
dqm__status_text9_2 = "Current Litters"
dqm__status_text9_3 = "Upcoming Litters"
dqm__status_text9_4 = "Puppy Questionnaire"

dqm__icon_index9_0 = 0
dqm__icon_index9_1 = 0
dqm__icon_index9_2 = 0
dqm__icon_index9_3 = 0
dqm__icon_index9_4 = 0

//dqm__2nd_icon_index9_0 = 0

dqm__url9_0 = "/puppies/"
dqm__url9_1 = "/puppies/adults.html"
dqm__url9_2 = "/puppies/current.html"
dqm__url9_3 = "/puppies/upcoming.html"
dqm__url9_4 = "/puppies/questionnaire.html"

/************************************************
*********------- News Archive, 10 -------*********
************************************************/
dqm__sub_xy10= "-2,0"
dqm__sub_menu_width10 = 130

dqm__subdesc10_0 = "2005 News"
dqm__subdesc10_1 = "2006 News"
dqm__subdesc10_2 = "2007 News"
dqm__subdesc10_3 = "2008 News"
dqm__subdesc10_4 = "2008 Recap"

dqm__status_text10_0 = "2005 News"
dqm__status_text10_1 = "2006 News"
dqm__status_text10_2 = "2007 News"
dqm__status_text10_3 = "2008 News"
dqm__status_text10_4 = "2008 Recap"

dqm__icon_index10_0 = 0
dqm__icon_index10_1 = 0
dqm__icon_index10_2 = 0
dqm__icon_index10_3 = 0
dqm__icon_index10_4 = 0
//dqm__2nd_icon_index10_0 = 0

dqm__url10_0 = "/archives/2005News.html"
dqm__url10_1 = "/archives/2006News.html"
dqm__url10_2 = "/archives/2007News.html"
dqm__url10_3 = "/archives/2008News.html"
dqm__url10_4 = "/archives/2008Recap.html"



