	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 = "#69821A"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#94B724"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#729011"		

	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 = "#FFFFFF"
	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 = "#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 = 4
	dqm__margin_bottom = 4
	dqm__margin_left = 5
	dqm__margin_right = 4   


/*-------------------------------------------
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 = "/demo/img/bullet_r.gif"
	dqm__icon_rollover0 = "/demo/img/bullet_w.gif"
	dqm__icon_image_wh0 = "9,5"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "/demo/img/arrow.gif"
	//dqm__2nd_icon_rollover0 = "/demo/img/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 = "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"	




/*-------------------------------------------
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 = "CROSS"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "LEFT"	//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."
   

    //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 or item.
    //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')"


/*---------------------------------------------
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_X' represents the index number of the sub menu item.

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"


/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/


    //Main Menu Item 0

	dqm__rollover_image0 = "/demo/img/navi1_o.gif"
	dqm__rollover_wh0 = "86,49"
	dqm__url0 = "/demo/users/pages/home";  


    //Main Menu Item 1

	dqm__rollover_image1 = "/demo/img/navi2_o.gif"
	dqm__rollover_wh1 = "153,49"
	dqm__url1 = "/demo/users/pages/clinics";


    //Main Menu Item 2

	dqm__rollover_image2 = "/demo/img/navi3_o.gif"
	dqm__rollover_wh2 = "111,49"
	dqm__url2 = "/demo/users/pages/product";   


    //Main Menu Item 3

	dqm__rollover_image3 = "/demo/img/navi4_o.gif"
	dqm__rollover_wh3 = "111,49"
	dqm__url3 = "/demo/users/pages/allergies";  


   //Main Menu Item 4

	dqm__rollover_image4 = "/demo/img/navi5_o.gif"
	dqm__rollover_wh4 = "176,49"
	//dqm__url4 = "nutritional_cleansing.html";   


   //Main Menu Item 5

	dqm__rollover_image5 = "/demo/img/navi6_o.gif"
	dqm__rollover_wh5 = "155,49"
	//dqm__url5 = "/demo/users/pages/why_choose_us"; 
	

   //Main Menu Item 6

	dqm__rollover_image6 = "/demo/img/navi7_o.gif"
	dqm__rollover_wh6 = "69,49"
	dqm__url6 = "/demo/users/pages/faq"; 
   

   //Main Menu Item 7

	dqm__rollover_image7 = "/demo/img/navi8_o.gif"
	dqm__rollover_wh7 = "132,49"
	//dqm__url7 = "/demo/users/pages/testimonials"; 
	
	
	//Main Menu Item 8

	dqm__rollover_image8 = "/demo/img/navi9_o.gif"
	dqm__rollover_wh8 = "131,49"
	dqm__url8 = "/demo/users/pages/contactus";
   

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   

    //Sub Menu 1

	/*dqm__sub_xy3 = "-110,44"
	dqm__sub_menu_width3 = 210

	dqm__subdesc3_0 = "Allergy Symptoms <img src='/demo/img/spacer.gif' width='75' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_1 = "Allergies FROM Animals <img src='/demo/img/spacer.gif' width='46' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_2 = "Allergies for Animals"
	dqm__subdesc3_3 = "Food Allergies <img src='/demo/img/spacer.gif' width='100' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_4 = "Mold Allergy <img src='/demo/img/spacer.gif' width='110' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_5 = "Dust Allergy <img src='/demo/img/spacer.gif' width='110' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_6 = "Pollen Allergy <img src='/demo/img/spacer.gif' width='102' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_7 = "Pediatric Allergy March"
	dqm__subdesc3_8 = "Cockroach Allergies <img src='/demo/img/spacer.gif' width='66' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_9 = "House Dust Allergy <img src='/demo/img/spacer.gif' width='71' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_10 = "Pets Have Allergies TOO!"
	dqm__subdesc3_11 = "The Gut Connection to Allergies"
	dqm__subdesc3_12 = "Allergy Treatment <img src='/demo/img/spacer.gif' width='77' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_13 = "Allergy Testing <img src='/demo/img/spacer.gif' width='95' height='1' border='0' /><img src='/demo/img/arrow3.gif' border='0' />"
	
	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
		
	dqm__url3_0 = "allergy_symptoms.html"
	dqm__url3_1 = "#"
	dqm__url3_2 = "allergies_for_animals.html"
	dqm__url3_3 = "food_allergies.html"
	dqm__url3_4 = "mold_allergy.html"
	dqm__url3_5 = "dust_allergy.html"
	dqm__url3_6 = "pollen_allergy.html"
	dqm__url3_7 = "allergy_march.html"
	dqm__url3_8 = "cockroach_allergies.html"
	dqm__url3_9 = "house_dust_allergy.html"
	dqm__url3_10 = "pets_have_allergies.html"
	dqm__url3_11 = "the_gut_connection_to_allergies.html"
	dqm__url3_12 = "allergy_treatment.html"
	dqm__url3_13 = "allergy_testing.html"


//Sub Menu 3_0 Allergy Symptoms

	dqm__sub_xy3_0 = "-4,2"
	dqm__sub_menu_width3_0 = 180

	dqm__subdesc3_0_0 = "Mild Allergic Reaction"
	dqm__subdesc3_0_1 = "Moderate Allergic Reaction"
	dqm__subdesc3_0_2 = "Severe Allergic Reaction (Anaphylaxis)"
	
	dqm__icon_index3_0_0 = 0
	dqm__icon_index3_0_1 = 0
	dqm__icon_index3_0_2 = 0
	
	dqm__url3_0_0 = "mild_allergic_reaction.html"
	dqm__url3_0_1 = "moderate_allergic_reaction.html"
	dqm__url3_0_2 = "severe_allergic_reaction.html"


//Sub Menu 3_0 Allergies FROM Animals

	dqm__sub_xy3_1 = "-4,2"
	dqm__sub_menu_width3_1 = 130

	dqm__subdesc3_1_0 = "Allergies to Pets"
	dqm__subdesc3_1_1 = "Cat Allergies &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_1_2 = "Dog Allergies &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_1_3 = "Insect Allergies &nbsp;&nbsp;&nbsp;<img src='/demo/img/arrow3.gif' border='0' />"
	
	dqm__icon_index3_1_0 = 0
	dqm__icon_index3_1_1 = 0
	dqm__icon_index3_1_2 = 0
	
	dqm__url3_1_0 = "allergies_to_pets.html"
	dqm__url3_1_1 = "cat_allergies.html"
	dqm__url3_1_2 = "dog_allergies.html"
	dqm__url3_1_3 = "insect_allergies.html"
	

//Sub Menu 3_1_1 Cat Allergies

	dqm__sub_xy3_1_1 = "-4,2"
	dqm__sub_menu_width3_1_1 = 200

	dqm__subdesc3_1_1_0 = "How you can help reduce feline dander"
	
	dqm__icon_index3_1_1_0 = 0
	
	dqm__url3_1_1_0 = "reduce_feline_dander.html"



//Sub Menu 3_1_2 Cat Allergies

	dqm__sub_xy3_1_2 = "-4,2"
	dqm__sub_menu_width3_1_2 = 200

	dqm__subdesc3_1_2_0 = "How you can help reduce canine dander"
	
	dqm__icon_index3_1_2_0 = 0
	
	dqm__url3_1_2_0 = "reduce_canine_dander.html"
	
	
//Sub Menu 3_1_3 Cat Allergies

	dqm__sub_xy3_1_3 = "-4,2"
	dqm__sub_menu_width3_1_3 = 200

	dqm__subdesc3_1_3_0 = "What to look for if you are stung"
	dqm__subdesc3_1_3_1 = "Sensitivity in children vs. Adults"
	dqm__subdesc3_1_3_2 = "When to seek medical attention"
	
	dqm__icon_index3_1_3_0 = 0
	
	dqm__url3_1_3_0 = "stung.html"
	dqm__url3_1_3_1 = "sensitivity.html"
	dqm__url3_1_3_2 = "seek_medical_attention.html"
	

//Sub Menu 3_3 Food Allergies

	dqm__sub_xy3_3 = "-4,2"
	dqm__sub_menu_width3_3 = 180

	dqm__subdesc3_3_0 = "Food Allergy Symptoms"
	dqm__subdesc3_3_1 = "Food Allergy Treatment"
	
	dqm__icon_index3_3_0 = 0
	dqm__icon_index3_3_1 = 0
	
	dqm__url3_3_0 = "food_allergy_symptoms.html"
	dqm__url3_3_1 = "food_allergy_treatment.html"


//Sub Menu 3_6 Pollen Allergy

	dqm__sub_xy3_6 = "-4,2"
	dqm__sub_menu_width3_6 = 180

	dqm__subdesc3_6_0 = "Why are some people allergic to these substances while others are not?"
	dqm__subdesc3_6_1 = "WHAT IS AN ALLERGIC REACTION?"
	dqm__subdesc3_6_2 = "WHAT IS POLLEN?"
	dqm__subdesc3_6_3 = "WHEN DO PLANTS MAKE POLLEN?"
	dqm__subdesc3_6_4 = "Pollen Allergy Symptoms?"
	//dqm__subdesc3_6_5 = "WHAT IS POLLEN ALLERGY?"
	//dqm__subdesc3_6_6 = "HOW IS POLLEN ALLERGY DIAGNOSED?"
	
	dqm__icon_index3_6_0 = 0
	dqm__icon_index3_6_1 = 0
	
	dqm__url3_6_0 = "substances.html"
	dqm__url3_6_1 = "allergic_reaction.html"
	dqm__url3_6_2 = "what_is_pollen.html"
	dqm__url3_6_3 = "plants_make_pollen.html"
	dqm__url3_6_4 = "pollen_allergy_symptoms.html"
	//dqm__url3_6_5 = "what_is_pollen_allergy.html"
	//dqm__url3_6_6 = "pollen_allergy_diagnosed.html"
	

//Sub Menu 3_0 Mold Allergy

	dqm__sub_xy3_4 = "-4,2"
	dqm__sub_menu_width3_4 = 180

	dqm__subdesc3_4_0 = "Mold Allergy Relief"
	dqm__subdesc3_4_1 = "What you can do"
	
	dqm__icon_index3_4_0 = 0
	dqm__icon_index3_4_1 = 0
	
	dqm__url3_4_0 = "mold_allergy_relief.html"
	dqm__url3_4_1 = "mold_allergy_what_you_con_do.html"
	
//Sub Menu 3_5 Mold Allergy

	dqm__sub_xy3_5 = "-4,2"
	dqm__sub_menu_width3_5 = 180

	dqm__subdesc3_5_0 = "Where dust mites live"
	dqm__subdesc3_5_1 = "What you can do"
	
	dqm__icon_index3_5_0 = 0
	dqm__icon_index3_5_1 = 0
	
	dqm__url3_5_0 = "dust_mites_live.html"
	dqm__url3_5_1 = "what_you_can_do.html"

//Sub Menu 3_8

	dqm__sub_xy3_8 = "-4,2"
	dqm__sub_menu_width3_8 = 180

	dqm__subdesc3_8_0 = "What Causes the Allergic Reaction?"
	dqm__subdesc3_8_1 = "Who Develops Cockroach Allergy?"
	dqm__subdesc3_8_2 = "What Are Its Symptoms?"
	dqm__subdesc3_8_3 = "How Is Cockroach Allergy Diagnosed?"
	dqm__subdesc3_8_4 = "How Can I Manage Cockroach Allergy?"
	
	dqm__icon_index3_8_0 = 0
	dqm__icon_index3_8_1 = 0
	
	dqm__url3_8_0 = "causes_the_allergic_reaction.html"
	dqm__url3_8_1 = "develops_cockroach_allergy.html"
	dqm__url3_8_2 = "symptoms.html"
	dqm__url3_8_3 = "cockroach_allergy_diagnosed.html"
	dqm__url3_8_4 = "manage_cockroach_allergy.html"



	//Sub Menu 3_9 House Dust Allergy

	dqm__sub_xy3_9 = "-1,-1"
	dqm__sub_menu_width3_9 = 180

	dqm__subdesc3_9_0 = "Why does house dust cause allergic reactions?"
	dqm__subdesc3_9_1 = "Tips for reducing house dust allergens."
	dqm__subdesc3_9_2 = "Is dust allergy a sign of a dirty house?"
	
	dqm__icon_index3_9_0 = 0
	dqm__icon_index3_9_1 = 0
	dqm__icon_index3_9_2 = 0
	
	dqm__url3_9_0 = "cause_allergic_reactions.html"
	dqm__url3_9_1 = "dust_allergens.html"
	dqm__url3_9_2 = "dirty_house.html"


	
//Sub Menu 3_12 House Dust Allergy

	dqm__sub_xy3_12 = "-1,-1"
	dqm__sub_menu_width3_12 = 120

	dqm__subdesc3_12_0 = "Avoidance &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_12_1 = "Medication &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='/demo/img/arrow3.gif' border='0' />"
	dqm__subdesc3_12_2 = "Immunotherapy &nbsp;<img src='/demo/img/arrow3.gif' border='0' />"
	
	dqm__icon_index3_12_0 = 0
	dqm__icon_index3_12_1 = 0
	dqm__icon_index3_12_2 = 0
	
	dqm__url3_12_0 = "avoidance.html"
	dqm__url3_12_1 = "medication.html"
	dqm__url3_12_2 = "immunotherapy.html"


//Sub Menu 3_12 House Dust Allergy

	dqm__sub_xy3_12_0 = "-1,-1"
	dqm__sub_menu_width3_12_0 = 180

	dqm__subdesc3_12_0_0 = "Air conditioners and filters."
	dqm__subdesc3_12_0_1 = "Devices that may not work"
	dqm__subdesc3_12_0_2 = "Avoiding Irritants"
	
	dqm__icon_index3_12_0_0 = 0
	dqm__icon_index3_12_0_1 = 0
	dqm__icon_index3_12_0_2 = 0
	
	dqm__url3_12_0_0 = "air_conditioners_and_filters.html"
	dqm__url3_12_0_1 = "devices_that_may_not_work.html"
	dqm__url3_12_0_2 = "avoiding_irritants.html"


//Sub Menu 3_12 House Dust Allergy

	dqm__sub_xy3_12_1 = "-1,-1"
	dqm__sub_menu_width3_12_1 = 150

	dqm__subdesc3_12_1_0 = "Antihistamines"
	dqm__subdesc3_12_1_1 = "Nasal Decongestants"
	dqm__subdesc3_12_1_2 = "Corticosteroids"
	dqm__subdesc3_12_1_3 = "Combination Therapy"
	
	dqm__icon_index3_12_1_0 = 0
	dqm__icon_index3_12_1_1 = 0
	dqm__icon_index3_12_1_2 = 0
	
	dqm__url3_12_1_0 = "antihistamines.html"
	dqm__url3_12_1_1 = "nasal_decongestants.html"
	dqm__url3_12_1_2 = "corticosteroids.html"
	dqm__url3_12_1_3 = "combination_therapy.html"



//Sub Menu 3_12 Allergy Shots

	dqm__sub_xy3_12_21 = "-1,-1"
	dqm__sub_menu_width3_12_2 = 120

	dqm__subdesc3_12_2_0 = "Allergy Shots"
	dqm__subdesc3_12_2_1 = "Allergy Drops"
	dqm__subdesc3_12_2_2 = "Corticosteroids"
	
	dqm__icon_index3_12_2_0 = 0
	dqm__icon_index3_12_2_1 = 0
	dqm__icon_index3_12_2_2 = 0
	
	dqm__url3_12_2_0 = "allergy_shots.html"
	dqm__url3_12_2_1 = "allergy_drops.html"
	dqm__url3_12_2_2 = "corticosteroids.html"


//Sub Menu 3_13 House Dust Allergy

	dqm__sub_xy3_13 = "-1,-1"
	dqm__sub_menu_width3_13 = 120

	dqm__subdesc3_13_0 = "Skin Tests"
	dqm__subdesc3_13_1 = "Blood Tests"
	
	dqm__icon_index3_13_0 = 0
	dqm__icon_index3_13_1 = 0
	
	dqm__url3_13_0 = "skin_tests.html"
	dqm__url3_13_1 = "blood_tests.html"
	*/
