//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
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 = "#ffffff"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#666666"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#D3C663"		

	dqm__mouse_off_delay = 50		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 50		//defined in milliseconds (activated after leaving sub)

	limit_multiple_users = true

/*-------------------------------------------
Font settings, margins, and more...
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#D3C663"
	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 = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#333333"
	dqm__hl_textdecoration = "none"	//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 = 3
	dqm__margin_right = 3

 restrict_access = true 

/*-------------------------------------------
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 = "images/spacer.gif"
	dqm__icon_rollover0 = "images/spacer.gif"
	dqm__icon_image_wh0 = "4,4"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/spacer.gif"
	dqm__2nd_icon_rollover0 = "images/spacer.gif"
	dqm__2nd_icon_image_wh0 = "4,4"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text, and more...
-----------------------------------------------*/


	dqm__show_urls_statusbar = true
   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"

	//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"	

 sequence = '9x44_5'


/*-------------------------------------------
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 = "iris"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = 0.5
	dqm__sub_item_effect_duration = 0.3


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CROSS"		//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
	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 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 = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0 - about

	dqm__rollover_image0 = "images/nav2/home_f2.gif"
//	dqm__rollover_wh0 = "67,20"
	dqm__rollover_wh0 = "95,20"
	dqm__url0 = "home.php";   


    //Main Menu Item 1 - champions

	dqm__rollover_image1 = "images/nav2/about_manoir_f2.gif"
	dqm__rollover_wh1 = "133,20"
//	dqm__url1 = "champions.php";


    //Main Menu Item 2 - puppies

	dqm__rollover_image2 = "images/nav2/my_boys_f2.gif"
	dqm__rollover_wh2 = "99,20"
//	dqm__url2 = "puppies.php";   

    //Main Menu Item 3 - my bichons

	dqm__rollover_image3 = "images/nav2/my_girls_f2.gif"
	dqm__rollover_wh3 = "93,20"
//	dqm__url3 = "my_bichons.php";   


    //Main Menu Item 4 - news

	dqm__rollover_image4 = "images/nav2/puppies_f2.gif"
	dqm__rollover_wh4 = "103,20"
//	dqm__url4 = "news.php";

    //Main Menu Item 5 - links

	dqm__rollover_image5 = "images/nav2/news_f2.gif"
	dqm__rollover_wh5 = "90,20"
//	dqm__url5 = "links.php";

    //Main Menu Item 6 - contact

	dqm__rollover_image6 = "images/nav2/links_f2.gif"
	dqm__rollover_wh6 = "90,20"
//	dqm__url6 = "contact.php";

    //Main Menu Item 7 - contact

	dqm__rollover_image7 = "images/nav2/contact_f2.gif"
	dqm__rollover_wh7 = "105,20"
	dqm__url7 = "contact.php";


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/

// HEllo Pauline How are you today 
// in this section you can change, add and delete menu items and their links
// section menu items starts
 
     //Sub Menu 0 - home
	 //no sub menus
 
 	//dqm__subdesc0_X = "title"

	//dqm__url0_X = "url"

	//dqm__url0_X = "url"

   
    //Sub Menu 1 - About Manoir
	dqm__sub_xy1 = "-95,22"
	dqm__sub_menu_width1 = 280

	dqm__subdesc1_0 = "From the beginning"
	dqm__subdesc1_1 = "My first bichons"
	dqm__subdesc1_2 = "Gone but not forgotten"
	dqm__subdesc1_3 = "Health Screening"


	//dqm__subdesc1_X = "title"
	
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0

	//dqm__icon_index1_X = 0

	dqm__url1_0 = "From_the_beginning.php"
	dqm__url1_1 = "My_first_bichons.php"
	dqm__url1_2 = "Gone_but_not_forgotten.php"
	dqm__url1_3 = "Health_Screening.php"

	//dqm__url1_X = "url"

    //Sub Menu 2 - My Boys

	dqm__sub_xy2 = "-94,22"
	dqm__sub_menu_width2 = 263

	dqm__subdesc2_0 = "CH Manoir's Topper & Tails for Pericraig JW"
	dqm__subdesc2_1 = "Nor CH Manoir's Walibis Dream"
	dqm__subdesc2_2 = "CH Manoir's Miami Vice at Elancie"
	dqm__subdesc2_3 = "AM/Fin CH Manoir's Trump Card"
	dqm__subdesc2_4 = "Manoir's Solar Galaxy JW"
	dqm__subdesc2_5 = "Am CH Risgae's Wild Bill"
	dqm__subdesc2_6 = "CH/Am CH Manoir's Shot In The Dark, JW"

//	dqm__subdesc2_nextnumber = "text you would like to be shown"

	//dqm__subdesc2_X = "title"
	
	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__icon_index2_6 = 0
//	dqm__icon_index2_nextnumber = 0

	//dqm__icon_index2_X = 0

	dqm__url2_0 = "Topper_Tails_for_Pericraig.php"
	dqm__url2_1 = "Nor_ Walibis_Dream.php"
	dqm__url2_2 = "Miami_Vice_at_Elancie.php"
	dqm__url2_3 = "Trump_Card.php"
	dqm__url2_4 = "Solar_Galaxy.php"
	dqm__url2_5 = "Am_Ch_Risgae_Wild_Bill.php"
	dqm__url2_6 = "Shot_In_The_Dark.php"
//	dqm__url2_nextnumber = "name of the file.php"





	//dqm__url2_X = "url"

    //Sub Menu 3 - My girls

	dqm__sub_xy3 = "-100,22"
	dqm__sub_menu_width3 = 243

	dqm__subdesc3_0 = "CH Manoir's Celebration"
	dqm__subdesc3_1 = "CH Manoir's Chatanooga JW"
	dqm__subdesc3_2 = "CH Manoir's Seven Diamonds at Roxara"
	dqm__subdesc3_3 = "Am Ch Manoir's Miracle Dancer"
	dqm__subdesc3_4 = "Manoir's For Your Eyes Only"
	dqm__subdesc3_5 = "Manoir's High Society"
	dqm__subdesc3_6 = "CH Manoir's Platinum Blonde"
	dqm__subdesc3_7 = "Manoir's Am I Bovvered"
	//dqm__subdesc3_X = "title"
	
	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_X = 0

	dqm__url3_0 = "CH_Celebration.php"
	dqm__url3_1 = "CH_Chatanooga_JW.php"
	dqm__url3_2 = "CH_Seven_Diamontsat_Roxara.php"
	dqm__url3_3 = "Am_Ch_Manoir_Miracle_Dancer.php"
	dqm__url3_4 = "For_Your_Eyes_Only.php"
	dqm__url3_5 = "High_Society.php"
	dqm__url3_6 = "Platinum_Blonde.php"
	dqm__url3_7 = "Am_I_Bovvered.php"
	
	//dqm__url3_X = "url"

    //Sub Menu 4 - Puppies

	dqm__sub_xy4 = "-58,22"
	dqm__sub_menu_width4 = 120

	dqm__subdesc4_0 = "Early Litters"
	dqm__subdesc4_1 = "Recent Litters"
	dqm__subdesc4_2 = "Buying a puppy"
	//dqm__subdesc4_X = "title"
	
	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	//dqm__icon_index4_X = 0

	dqm__url4_0 = "early_litters.php"
	dqm__url4_1 = "recent_litters.php"
	dqm__url4_2 = "buying_a_puppy.php"
	//dqm__url4_X = "url"

    //Sub Menu 5 - News
	dqm__sub_xy5 = "-58,22"
	dqm__sub_menu_width5 = 235

	//dqm__subdesc5_0 = "History"
	dqm__subdesc5_0 = "Shows/News 2006"
	dqm__subdesc5_1 = "Shows/News 2007"
	dqm__subdesc5_2 = "Shows/News 2008"
	dqm__subdesc5_3 = "Shows/News 2009"	
	//dqm__subdesc5_X = "title"
	
	//dqm__icon_index5_0 = 0
	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0	
	//dqm__icon_index5_X = 0

	//dqm__url5_0 = "history.php"
	dqm__url5_0 = "recent_news.php"
	dqm__url5_1 = "show_results.php"
	dqm__url5_2 = "show_results2008.php"
	dqm__url5_3 = "show_results2009.php"
	//dqm__url4_X = "url"

     //Sub Menu 6 - Links
	
	dqm__sub_xy6 = "-57,22"
	dqm__sub_menu_width5 = 120

	dqm__subdesc6_0 = "Information"
	dqm__subdesc6_1 = "Bichon Web Sites"
	//dqm__subdesc6_2 = "Angels Eyes"
	
	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	//dqm__icon_index6_2 = 0

	dqm__url6_0 = "information.php"
	dqm__url6_1 = "bichon_web_sites.php"
	//dqm__url6_2 = "angels_eyes.php"
	
 	//dqm__subdesc6_X = "title"

	//dqm__url6_X = "url"

	//dqm__url6_X = "url"


	 //Sub Menu 7 - Contact
	dqm__url7_X = "contact.php"

// section menu items ends
