limit_multiple_users = true
sequence = "9x88_4"
//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
//  
//
//  QuickMenu Pro is Compatible With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      IE4 & up (other platforms)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      NS7 (All Platforms)
//      Opera 5,6,7 (All Platforms)
//      Mozilla 0.6 & up (All Platforms)
//      Konqueror 2.2 & up (Linux)
//      Espial Escape 4.x & up (All Platforms)
//      Ice Browser 5.x & up (All Platforms)
//      Safari 1.0 (Mac only browser)
//      Degrades gracefully in older browsers 
//
//  
//  To customize QuickMenu Pro open this file in a simple text 
//  editor (Notepad or similar). Modify and add parameters (all 
//  customizable parameters start with 'dqm__'), save this file,
//  and open 'sample.htm' in a browser to view your menu. View
//  the source for sample.htm for information on connecting 
//  sub menus to HTML images or build your page around the
//  included sample.htm file.
//
//  QuickMenu conditionally loads the necessary JavaScript
//  files (.js) depending on the browser and platform the user
//  is viewing the menu on. The total file size for each
//  browser / platform scenario is no larger than 12K.
//
//  This sample data file contains comments and help information
//  to assist in the initial customization of your drop down 
//  menu. If you base your implementation on this documented template
//  we recommend the removal of the comments before using on the web, as 
//  to optimize the overall file size and load time of the menu for 
//  the end user.  With the comments removed this sample data files
//  size may be reduced by as much as 50%. Note: To simplify comment 
//  removal there is a uncommented version of this sample template
//  offered in the 'samples' folder.
//
//
//  NOTE: Parameters prefixed with '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values, except TRUE and FALSE statements, must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.
//
//        Due to browser limitations, DHTML menus will not appear
//        on top of Flash objects (unless the flash objects 'wmode'
//        parameter is set to transparent, however this may be buggy), 
//        across frames, or over certain form field elements. A hide 
//        and show workaround for form fields is included with this menu
//        (see the FAQ for additional information).         



/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 113      		//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 = "#6363e7"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#ffffff"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#6363e7"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 0		//defined in milliseconds (activated after leaving sub)


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

    //Font settings

	dqm__textcolor = "#6363e7"
	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 = 2
	dqm__margin_bottom = 3
	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 = 
//	dqm__icon_rollover0 = 
//	dqm__icon_image_wh0 = 

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "/images/bluemenu.gif"
	dqm__2nd_icon_rollover0 = "/images/whitemenu.gif"
	dqm__2nd_icon_image_wh0 = "14,13"
	dqm__2nd_icon_image_xy0 = "0,0"


/*---------------------------------------------
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 = .3
	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 = 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__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	dqm__osx_ie5mac_offset_X = 10
	dqm__osx_ie5mac_offset_Y = 15

	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_width0 = 1;
	dqm__divider_height0 = 1;		
	dqm__border_color0 = "#6363e7";     
	dqm__menu_bgcolor0 = "#ffffff"
	dqm__textcolor0 = "#6363e7"
	dqm__hl_bgcolor0 = "#9e9efe"
	dqm__hl_textcolor0 = "#ffffff"
	dqm__text_alignment0 = "left"

	dqm__border_width1 = 1;
	dqm__divider_height1 = 1;		
	dqm__border_color1 = "#E55D5D";     
	dqm__menu_bgcolor1 = "#ffffff"
	dqm__textcolor1 = "#E55D5D"
	dqm__hl_bgcolor1 = "#fe8472"
	dqm__hl_textcolor1 = "#ffffff"
	dqm__text_alignment1 = "left"

	dqm__border_width2 = 1;
	dqm__divider_height2 = 1;		
	dqm__border_color2 = "#6CC674";     
	dqm__menu_bgcolor2 = "#ffffff"
	dqm__textcolor2 = "#6CC674"
	dqm__hl_bgcolor2 = "#aafe80"
	dqm__hl_textcolor2 = "#ffffff"
	dqm__text_alignment2 = "left"

	dqm__border_width3 = 1;
	dqm__divider_height3 = 1;		
	dqm__border_color3 = "#6363e7";     
	dqm__menu_bgcolor3 = "#ffffff"
	dqm__textcolor3 = "#6363e7"
	dqm__hl_bgcolor3 = "#9e9efe"
	dqm__hl_textcolor3 = "#ffffff"
	dqm__text_alignment3 = "left"

	dqm__border_width4 = 1;
	dqm__divider_height4 = 1;		
	dqm__border_color4 = "#E55D5D";     
	dqm__menu_bgcolor4 = "#ffffff"
	dqm__textcolor4 = "#E55D5D"
	dqm__hl_bgcolor4 = "#fe8472"
	dqm__hl_textcolor4 = "#ffffff"
	dqm__text_alignment4 = "left"

	dqm__border_width5 = 1;
	dqm__divider_height5 = 1;		
	dqm__border_color5 = "#000000";     
	dqm__menu_bgcolor5 = "#ffffff"
	dqm__textcolor5 = "#6363e7"
	dqm__hl_bgcolor5 = "#9e9efe"
	dqm__hl_textcolor5 = "#ffffff"
	dqm__text_alignment5 = "left"

	dqm__border_width6 = 1;
	dqm__divider_height6 = 1;		
	dqm__border_color6 = "#E55D5D";     
	dqm__menu_bgcolor6 = "#ffffff"
	dqm__textcolor6 = "#E55D5D"
	dqm__hl_bgcolor6 = "#fe8472"
	dqm__hl_textcolor6 = "#ffffff"
	dqm__text_alignment6 = "left"

	dqm__border_width7 = 1;
	dqm__divider_height7 = 1;		
	dqm__border_color7 = "#6CC674";     
	dqm__menu_bgcolor7 = "#ffffff"
	dqm__textcolor7 = "#6CC674"
	dqm__hl_bgcolor7 = "#aafe80"
	dqm__hl_textcolor7 = "#ffffff"
	dqm__text_alignment7 = "left"

	dqm__border_width8 = 1;
	dqm__divider_height8 = 1;		
	dqm__border_color8 = "#6363e7";     
	dqm__menu_bgcolor8 = "#ffffff"
	dqm__textcolor8 = "#6363e7"
	dqm__hl_bgcolor8 = "#9e9efe"
	dqm__hl_textcolor8 = "#ffffff"
	dqm__text_alignment8 = "left"

	dqm__border_width9 = 1;
	dqm__divider_height9 = 1;		
	dqm__border_color9 = "#E55D5D";     
	dqm__menu_bgcolor9 = "#ffffff"
	dqm__textcolor9 = "#E55D5D"
	dqm__hl_bgcolor9 = "#fe8472"
	dqm__hl_textcolor9 = "#ffffff"
	dqm__text_alignment9 = "left"

	dqm__border_width10 = 1;
	dqm__divider_height10 = 1;		
	dqm__border_color10 = "#6363e7";     
	dqm__menu_bgcolor10 = "#FDF389"
	dqm__menu_bgcolor10_1 = "#aafe80"
	dqm__menu_bgcolor10_3 = "#aafe80"
	dqm__menu_bgcolor10_4 = "#aafe80"
	dqm__menu_bgcolor10_5 = "#aafe80"
	dqm__menu_bgcolor10_6 = "#aafe80"
	dqm__menu_bgcolor10_11 = "#aafe80"
	dqm__menu_bgcolor10_17 = "#aafe80"
	dqm__menu_bgcolor10_18 = "#aafe80"
	dqm__menu_bgcolor10_19 = "#aafe80"
	dqm__textcolor10 = "#6363e7"
	dqm__hl_bgcolor10 = "#9e9efe"
	dqm__hl_textcolor10 = "#ffffff"
	dqm__text_alignment10 = "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 = "/images/tab1-on.gif"
	dqm__rollover_wh0 = "113,40"
	dqm__url0 = "/index.html";   


     //Main Menu Item 1

	dqm__rollover_image1 = "/images/tab2-on.gif"
	dqm__rollover_wh1 = "119,40"
	dqm__url1 = "/about.html";   


    //Main Menu Item 2

	dqm__rollover_image2 = "/images/tab3-on.gif"
	dqm__rollover_wh2 = "109,40"
	dqm__url2 = "/services.html";


    //Main Menu Item 3

	dqm__rollover_image3 = "/images/tab4-on.gif" 
	dqm__rollover_wh3 = "135,40"
	dqm__url3 = "/health.html";   


    //Main Menu Item 4

	dqm__rollover_image4 = "/images/tab5-on.gif" 
	dqm__rollover_wh4 = "106,40"
	dqm__url4 = "/kids/index.html";   


    //Main Menu Item 5

	dqm__rollover_image5 = "/images/tab1a-on.gif"
	dqm__rollover_wh5 = "113,40"
	dqm__url5 = "/index.html";   


    //Main Menu Item 6

	dqm__rollover_image6 = "/images/tab2a-on.gif" 
	dqm__rollover_wh6 = "119,40"
	dqm__url6 = "/about.html";   


    //Main Menu Item 7

	dqm__rollover_image7 = "/images/tab3a-on.gif"
	dqm__rollover_wh7 = "109,40"
	dqm__url7 = "/services.html";


    //Main Menu Item 8

	dqm__rollover_image8 = "/images/tab4a-on.gif" 
	dqm__rollover_wh8 = "135,40"
	dqm__url8 = "/health.html";   


    //Main Menu Item 9

	dqm__rollover_image9 = "/images/tab5a-on.gif" 
	dqm__rollover_wh9 = "106,40"
	dqm__url9 = "/kids/index.html";   

    //Main Menu Item 10

	dqm__rollover_image10 = "/images/bluetab/newborn-tab.gif" 
	dqm__rollover_wh10 = "130,30"
	dqm__url10 = "/yourhealth/newborn.html";   



/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "-113,40"
	dqm__sub_menu_width1 = 113

	dqm__subdesc0_0 = "Virtual Tour"
	dqm__subdesc0_1 = "Mission"
	dqm__subdesc0_2 = "Appointments"
	dqm__subdesc0_3 = "Office Hours"
	dqm__subdesc0_4 = "Vaccinations"
	dqm__subdesc0_5 = "Questions To Ask"
	dqm__subdesc0_6 = "Suggestions"
	dqm__subdesc0_7 = "Contact Us"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0

	dqm__url0_0 = "/tour.html"
	dqm__url0_1 = "/mission.html"
	dqm__url0_2 = "/appointments.html"
	dqm__url0_3 = "/hours.html"
	dqm__url0_4 = "/vaccines.html"
	dqm__url0_5 = "/questions.html"
	dqm__url0_6 = "/suggestions.html"
	dqm__url0_7 = "/contact.html"

    //Sub Menu 1

	dqm__sub_xy1 = "-119,40"
	dqm__sub_menu_width1 = 119

	dqm__subdesc1_0 = "Physicians"
	dqm__subdesc1_1 = "Nurses"
	dqm__subdesc1_2 = "Office Staff"
	dqm__subdesc1_3 = "Location"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0

	dqm__url1_0 = "/aboutus/physicians.html"
	dqm__url1_1 = "/aboutus/nurses.html"
	dqm__url1_2 = "/aboutus/office.html"
	dqm__url1_3 = "/aboutus/location.html"


    //Sub Menu 2

	dqm__sub_xy2 = "-109,40"
	dqm__sub_menu_width2 = 109

	dqm__subdesc2_0 = "Community" 
	dqm__subdesc2_1 = "Hospitals"
	dqm__subdesc2_2 = "Inpatient"
	dqm__subdesc2_3 = "Check-ups"
	dqm__subdesc2_4 = "Sick Visits"
	dqm__subdesc2_5 = "Prenatal Visit"
	dqm__subdesc2_6 = "Billing"
	dqm__subdesc2_7 = "Insurance"
	dqm__subdesc2_8 = "FAQ's"
	
	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_7 = 0
	dqm__icon_index2_8 = 0
	
	dqm__url2_0 = "/services/community.html"
	dqm__url2_1 = "/services/hospitals.html"
	dqm__url2_2 = "/services/inpatient.html"
	dqm__url2_3 = "/services/checkup.html"
	dqm__url2_4 = "/services/sick.html"
	dqm__url2_5 = "/services/prenatal.html"
	dqm__url2_6 = "/services/billing.html"
	dqm__url2_7 = "/services/insurance.html"
	dqm__url2_8 = "/services/faq.html"



    //Sub Menu 3

	dqm__sub_xy3 = "-135,40"
	dqm__sub_menu_width3 = 135

	dqm__subdesc3_0 = "Your Newborn"
	dqm__subdesc3_1 = "Health Topics"
	dqm__subdesc3_2 = "My Growth"
	dqm__subdesc3_3 = "Vaccine Information"
	dqm__subdesc3_4 = "Growth Charts"
	
	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__url3_0 = "/yourhealth/newborn.html"
	dqm__url3_1 = "/yourhealth/healthtopics.html"
	dqm__url3_2 = "/yourhealth/mygrowth.html"
	dqm__url3_3 = "/yourhealth/vaccineinfo.html"
	dqm__url3_4 = "/yourhealth/growthchart.html"


    //Sub Menu 4

	dqm__sub_xy4 = "-69,40"
	dqm__sub_menu_width4 = 69

	dqm__subdesc4_0 = ""
	dqm__subdesc4_1 = ""
	dqm__subdesc4_2 = ""
	dqm__subdesc4_3 = ""
	dqm__subdesc4_4 = ""
	
	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__url4_0 = "/yourhealth/newborn.html"
	dqm__url4_1 = "/yourhealth/healthtopics.html"
	dqm__url4_2 = "/yourhealth/mygrowth.html"
	dqm__url4_3 = "/yourhealth/vaccineinfo.html"
	dqm__url4_4 = "/yourhealth/growthchart.html"


    //Sub Menu 5

	dqm__sub_xy5 = "-113,40"
	dqm__sub_menu_width5 = 113

	dqm__subdesc5_0 = "Virtual Tour"
	dqm__subdesc5_1 = "Mission"
	dqm__subdesc5_2 = "Appointments"
	dqm__subdesc5_3 = "Office Hours"
	dqm__subdesc5_4 = "Vaccinations"
	dqm__subdesc5_5 = "Questions To Ask"
	dqm__subdesc5_6 = "Suggestions"
	dqm__subdesc5_7 = "Contact Us"

	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__url5_0 = "/tour.html"
	dqm__url5_1 = "/mission.html"
	dqm__url5_2 = "/appointments.html"
	dqm__url5_3 = "/hours.html"
	dqm__url5_4 = "/vaccines.html"
	dqm__url5_5 = "/questions.html"
	dqm__url5_6 = "/suggestions.html"
	dqm__url5_7 = "/contact.html"

    //Sub Menu 6

	dqm__sub_xy6 = "-119,40"
	dqm__sub_menu_width6 = 119

	dqm__subdesc6_0 = "Physicians"
	dqm__subdesc6_1 = "Nurses"
	dqm__subdesc6_2 = "Office Staff"
	dqm__subdesc6_3 = "Location"

	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0
	dqm__icon_index6_3 = 0

	dqm__url6_0 = "/aboutus/physicians.html"
	dqm__url6_1 = "/aboutus/nurses.html"
	dqm__url6_2 = "/aboutus/office.html"
	dqm__url6_3 = "/aboutus/location.html"


    //Sub Menu 7

	dqm__sub_xy7 = "-109,40"
	dqm__sub_menu_width7 = 109

	dqm__subdesc7_0 = "Community" 
	dqm__subdesc7_1 = "Hospitals"
	dqm__subdesc7_2 = "Inpatient"
	dqm__subdesc7_3 = "Check-ups"
	dqm__subdesc7_4 = "Sick Visits"
	dqm__subdesc7_5 = "Prenatal Visit"
	dqm__subdesc7_6 = "Billing"
	dqm__subdesc7_7 = "Insurance"
	dqm__subdesc7_8 = "FAQ's"
	
	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__url7_0 = "/services/community.html"
	dqm__url7_1 = "/services/hospitals.html"
	dqm__url7_2 = "/services/inpatient.html"
	dqm__url7_3 = "/services/checkup.html"
	dqm__url7_4 = "/services/sick.html"
	dqm__url7_5 = "/services/prenatal.html"
	dqm__url7_6 = "/services/billing.html"
	dqm__url7_7 = "/services/insurance.html"
	dqm__url7_8 = "/services/faq.html"



    //Sub Menu 8

	dqm__sub_xy8 = "-135,40"
	dqm__sub_menu_width8 = 135

	dqm__subdesc8_0 = "Your Newborn"
	dqm__subdesc8_1 = "Health Topics"
	dqm__subdesc8_2 = "My Growth"
	dqm__subdesc8_3 = "Vaccine Information"
	dqm__subdesc8_4 = "Growth Charts"
	
	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__url8_0 = "/yourhealth/newborn.html"
	dqm__url8_1 = "/yourhealth/healthtopics.html"
	dqm__url8_2 = "/yourhealth/mygrowth.html"
	dqm__url8_3 = "/yourhealth/vaccineinfo.html"
	dqm__url8_4 = "/yourhealth/growthchart.html"


    //Sub Menu 9

	dqm__sub_xy9 = "-69,40"
	dqm__sub_menu_width9 = 69

	dqm__subdesc9_0 = ""
	dqm__subdesc9_1 = ""
	dqm__subdesc9_2 = ""
	dqm__subdesc9_3 = ""
	dqm__subdesc9_4 = ""
	
	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__url9_0 = "/yourhealth/newborn.html"
	dqm__url9_1 = "/yourhealth/healthtopics.html"
	dqm__url9_2 = "/yourhealth/mygrowth.html"
	dqm__url9_3 = "/yourhealth/vaccineinfo.html"
	dqm__url9_4 = "/yourhealth/growthchart.html"


    //Sub Menu 10

	dqm__sub_xy10 = "0,-160"
	dqm__sub_menu_width10 = 300

	dqm__subdesc10_0 = "LETTER TO PARENTS"
	dqm__subdesc10_1 = "GENERAL INFORMATION"
	dqm__subdesc10_2 = "YOUR NEW ADDITION IS HERE"
	dqm__subdesc10_3 = "FEEDING YOUR INFANT"
	dqm__subdesc10_4 = "BREASTFEEDING YOUR BABY"
	dqm__subdesc10_5 = "FORMULA FEEDING"
	dqm__subdesc10_6 = "SOLID FOODS"
	dqm__subdesc10_7 = "WATER AND JUICE"
	dqm__subdesc10_8 = "VITAMINS AND FLUORIDE"
	dqm__subdesc10_9 = "UMBILICAL CORD CARE"
	dqm__subdesc10_10 = "GIVING YOUR BABY A BATH"
	dqm__subdesc10_11 = "CLEANING A BABY'S GENITALIA"
	dqm__subdesc10_12 = "PREVENTING DIAPER RASH"
	dqm__subdesc10_13 = "BOWEL MOVEMENTS"
	dqm__subdesc10_14 = "CRYING"
	dqm__subdesc10_15 = "SLEEPING PATTERNS"
	dqm__subdesc10_16 = "TEETHING"
	dqm__subdesc10_17 = "YOUR BABY'S BODY"
	dqm__subdesc10_18 = "CONDITIONS THAT MAY AFFECT YOUR CHILD"
	dqm__subdesc10_19 = "SAFETY"

	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__icon_index10_5 = 0
	dqm__icon_index10_6 = 0
	dqm__icon_index10_7 = 0
	dqm__icon_index10_8 = 0
	dqm__icon_index10_9 = 0
	dqm__icon_index10_10 = 0
	dqm__icon_index10_11 = 0
	dqm__icon_index10_12 = 0
	dqm__icon_index10_13 = 0
	dqm__icon_index10_14 = 0
	dqm__icon_index10_15 = 0
	dqm__icon_index10_16 = 0
	dqm__icon_index10_17 = 0
	dqm__icon_index10_18 = 0
	dqm__icon_index10_19 = 0

	dqm__2nd_icon_index10_1 = 0
	dqm__2nd_icon_index10_3 = 0
	dqm__2nd_icon_index10_4 = 0
	dqm__2nd_icon_index10_5 = 0
	dqm__2nd_icon_index10_6 = 0
	dqm__2nd_icon_index10_11 = 0
	dqm__2nd_icon_index10_17 = 0
	dqm__2nd_icon_index10_18 = 0
	dqm__2nd_icon_index10_19 = 0

	dqm__url10_0 = "/yourhealth/newborn/letter.html"
	dqm__url10_1 = "/yourhealth/newborn/general.html"
	dqm__url10_2 = "/yourhealth/newborn/addition.html"
	dqm__url10_3 = "/yourhealth/newborn/feeding.html"
	dqm__url10_4 = "/yourhealth/newborn/breastfeeding.html"
	dqm__url10_5 = "/yourhealth/newborn/formula.html"
	dqm__url10_6 = "/yourhealth/newborn/solids.html"
	dqm__url10_7 = "/yourhealth/newborn/water.html"
	dqm__url10_8 = "/yourhealth/newborn/vitamins.html"
	dqm__url10_9 = "/yourhealth/newborn/cordcare.html"
	dqm__url10_10 = "/yourhealth/newborn/bath.html"
	dqm__url10_11 = "/yourhealth/newborn/genitalia.html"
	dqm__url10_12 = "/yourhealth/newborn/diaperrash.html"
	dqm__url10_13 = "/yourhealth/newborn/bowel.html"
	dqm__url10_14 = "/yourhealth/newborn/crying.html"
	dqm__url10_15 = "/yourhealth/newborn/sleeping.html"
	dqm__url10_16 = "/yourhealth/newborn/teething.html"
	dqm__url10_17 = "/yourhealth/newborn/babybody.html"
	dqm__url10_18 = "/yourhealth/newborn/conditions.html"
	dqm__url10_19 = "/yourhealth/newborn/safety.html"


    

    //Sub Menu 10_1

	dqm__sub_xy10_1 = "-4,2"
	dqm__sub_menu_width10_1 = 220

	dqm__subdesc10_1_0 = "When Should You Call the Doctor?"
	dqm__subdesc10_1_1 = "Office Hours"
	dqm__subdesc10_1_2 = "After Hours"
	dqm__subdesc10_1_3 = "Emergency Room or Hospital Visits"
	dqm__subdesc10_1_4 = "Labs and X-rays"
	dqm__subdesc10_1_5 = "Billing/Office Fees"
	dqm__subdesc10_1_6 = "Insurance"
	dqm__subdesc10_1_7 = "Appointments"
	dqm__subdesc10_1_8 = "Questions During Office Hours"
	
	dqm__icon_index10_1_0 = 0
	dqm__icon_index10_1_1 = 0
	dqm__icon_index10_1_2 = 0
	dqm__icon_index10_1_3 = 0
	dqm__icon_index10_1_4 = 0
	dqm__icon_index10_1_5 = 0
	dqm__icon_index10_1_6 = 0
	dqm__icon_index10_1_7 = 0
	dqm__icon_index10_1_8 = 0
	
	dqm__url10_1_0 = "/yourhealth/newborn/general.html#whencall"
	dqm__url10_1_1 = "/yourhealth/newborn/general.html#officehours"
	dqm__url10_1_2 = "/yourhealth/newborn/general.html#afterhours"
	dqm__url10_1_3 = "/yourhealth/newborn/general.html#er"
	dqm__url10_1_4 = "/yourhealth/newborn/general.html#labs"
	dqm__url10_1_5 = "/yourhealth/newborn/general.html#billing"
	dqm__url10_1_6 = "/yourhealth/newborn/general.html#insurance"
	dqm__url10_1_7 = "/yourhealth/newborn/general.html#appointments"
	dqm__url10_1_8 = "/yourhealth/newborn/general.html#questions"



    //Sub Menu 10_3

	dqm__sub_xy10_3 = "-4,2"
	dqm__sub_menu_width10_3 = 200

	dqm__subdesc10_3_0 = "How often should my baby feed?"
	dqm__subdesc10_3_1 = "How much should my baby eat?"
	dqm__subdesc10_3_2 = "Can I give my baby water?"
	dqm__subdesc10_3_3 = "When should I burp my baby?"
	dqm__subdesc10_3_4 = "Spitting Up (Wet Burps)"
	dqm__subdesc10_3_5 = "Vomiting"
	
	dqm__icon_index10_3_0 = 0
	dqm__icon_index10_3_1 = 0
	dqm__icon_index10_3_2 = 0
	dqm__icon_index10_3_3 = 0
	dqm__icon_index10_3_4 = 0
	dqm__icon_index10_3_5 = 0
	
	dqm__url10_3_0 = "/yourhealth/newborn/feeding.html#often"
	dqm__url10_3_1 = "/yourhealth/newborn/feeding.html#much"
	dqm__url10_3_2 = "/yourhealth/newborn/feeding.html#water"
	dqm__url10_3_3 = "/yourhealth/newborn/feeding.html#burp"
	dqm__url10_3_4 = "/yourhealth/newborn/feeding.html#spitting"
	dqm__url10_3_5 = "/yourhealth/newborn/feeding.html#vomiting"

    //Sub Menu 10_4

	dqm__sub_xy10_4 = "-4,2"
	dqm__sub_menu_width10_4 = 200

	dqm__subdesc10_4_0 = "Sore Nipples"
	dqm__subdesc10_4_1 = "Medications While Breastfeeding"
	dqm__subdesc10_4_2 = "Alcohol and Breastfeeding"
	dqm__subdesc10_4_3 = "Smoking and Breastfeeding"
	dqm__subdesc10_4_4 = "Your Diet While Breastfeeding"
	dqm__subdesc10_4_5 = "Supplementing With Formula"
	dqm__subdesc10_4_6 = "Storing Breastmilk"
	
	dqm__icon_index10_4_0 = 0
	dqm__icon_index10_4_1 = 0
	dqm__icon_index10_4_2 = 0
	dqm__icon_index10_4_3 = 0
	dqm__icon_index10_4_4 = 0
	dqm__icon_index10_4_5 = 0
	dqm__icon_index10_4_6 = 0
	
	dqm__url10_4_0 = "/yourhealth/newborn/breastfeeding.html#nipples"
	dqm__url10_4_1 = "/yourhealth/newborn/breastfeeding.html#medications"
	dqm__url10_4_2 = "/yourhealth/newborn/breastfeeding.html#alcohol"
	dqm__url10_4_3 = "/yourhealth/newborn/breastfeeding.html#smoking"
	dqm__url10_4_4 = "/yourhealth/newborn/breastfeeding.html#diet"
	dqm__url10_4_5 = "/yourhealth/newborn/breastfeeding.html#supplementing"
	dqm__url10_4_6 = "/yourhealth/newborn/breastfeeding.html#storing"

    //Sub Menu 10_5

	dqm__sub_xy10_5 = "-4,2"
	dqm__sub_menu_width10_5 = 250

	dqm__subdesc10_5_0 = "How Much Should I Give My Baby?"
	dqm__subdesc10_5_1 = "Warming the Formula"
	dqm__subdesc10_5_2 = "What Type of Bottle is Best?"
	dqm__subdesc10_5_3 = "Choosing Nipples for Your Bottle"
	dqm__subdesc10_5_4 = "Creating the Best Feeding Environment"
	dqm__subdesc10_5_5 = "Cleaning Up After a Feed"
	
	dqm__icon_index10_5_0 = 0
	dqm__icon_index10_5_1 = 0
	dqm__icon_index10_5_2 = 0
	dqm__icon_index10_5_3 = 0
	dqm__icon_index10_5_4 = 0
	dqm__icon_index10_5_5 = 0
	
	dqm__url10_5_0 = "/yourhealth/newborn/formula.html#much"
	dqm__url10_5_1 = "/yourhealth/newborn/formula.html#warming"
	dqm__url10_5_2 = "/yourhealth/newborn/formula.html#bottle"
	dqm__url10_5_3 = "/yourhealth/newborn/formula.html#nipples"
	dqm__url10_5_4 = "/yourhealth/newborn/formula.html#environment"
	dqm__url10_5_5 = "/yourhealth/newborn/formula.html#cleanup"

    //Sub Menu 10_6

	dqm__sub_xy10_6 = "-4,2"
	dqm__sub_menu_width10_6 = 130

	dqm__subdesc10_6_0 = "Beginning Cereal"
	dqm__subdesc10_6_1 = "Stage 1 Baby Food"
	dqm__subdesc10_6_2 = "Stage 2 Baby Food"
	dqm__subdesc10_6_3 = "Stage 3 Baby Food"
	dqm__subdesc10_6_4 = "Finger Foods"
	dqm__subdesc10_6_5 = "Foods to Avoid"
	
	dqm__icon_index10_6_0 = 0
	dqm__icon_index10_6_1 = 0
	dqm__icon_index10_6_2 = 0
	dqm__icon_index10_6_3 = 0
	dqm__icon_index10_6_4 = 0
	dqm__icon_index10_6_5 = 0
	
	dqm__url10_6_0 = "/yourhealth/newborn/solids.html#cereal"
	dqm__url10_6_1 = "/yourhealth/newborn/solids.html#stage1"
	dqm__url10_6_2 = "/yourhealth/newborn/solids.html#stage2"
	dqm__url10_6_3 = "/yourhealth/newborn/solids.html#stage3"
	dqm__url10_6_4 = "/yourhealth/newborn/solids.html#finger"
	dqm__url10_6_5 = "/yourhealth/newborn/solids.html#avoid"

    //Sub Menu 10_11

	dqm__sub_xy10_11 = "-4,2"
	dqm__sub_menu_width10_11 = 130

	dqm__subdesc10_11_0 = "Circumcised Male"
	dqm__subdesc10_11_1 = "Uncircumcised Male"
	dqm__subdesc10_11_2 = "Females"
	
	dqm__icon_index10_11_0 = 0
	dqm__icon_index10_11_1 = 0
	dqm__icon_index10_11_2 = 0
	
	dqm__url10_11_0 = "/yourhealth/newborn/genitalia.html#circ"
	dqm__url10_11_1 = "/yourhealth/newborn/genitalia.html#uncirc"
	dqm__url10_11_2 = "/yourhealth/newborn/genitalia.html#female"

    //Sub Menu 10_17

	dqm__sub_xy10_17 = "-4,2"
	dqm__sub_menu_width10_17 = 90

	dqm__subdesc10_17_0 = "Head/Scalp"
	dqm__subdesc10_17_1 = "Face/Neck"
	dqm__subdesc10_17_2 = "Skin"
	dqm__subdesc10_17_3 = "Eyes"
	dqm__subdesc10_17_4 = "Nose"
	dqm__subdesc10_17_5 = "Mouth"
	dqm__subdesc10_17_6 = "Ears"
	dqm__subdesc10_17_7 = "Fingernails"
	
	dqm__icon_index10_17_0 = 0
	dqm__icon_index10_17_1 = 0
	dqm__icon_index10_17_2 = 0
	dqm__icon_index10_17_3 = 0
	dqm__icon_index10_17_4 = 0
	dqm__icon_index10_17_5 = 0
	dqm__icon_index10_17_6 = 0
	dqm__icon_index10_17_7 = 0
	
	dqm__url10_17_0 = "/yourhealth/newborn/babybody.html#head"
	dqm__url10_17_1 = "/yourhealth/newborn/babybody.html#face"
	dqm__url10_17_2 = "/yourhealth/newborn/babybody.html#skin"
	dqm__url10_17_3 = "/yourhealth/newborn/babybody.html#eyes"
	dqm__url10_17_4 = "/yourhealth/newborn/babybody.html#nose"
	dqm__url10_17_5 = "/yourhealth/newborn/babybody.html#mouth"
	dqm__url10_17_6 = "/yourhealth/newborn/babybody.html#ears"
	dqm__url10_17_7 = "/yourhealth/newborn/babybody.html#fingernails"

    //Sub Menu 10_18

	dqm__sub_xy10_18 = "-4,2"
	dqm__sub_menu_width10_18 = 120

	dqm__subdesc10_18_0 = "Jaundice"
	dqm__subdesc10_18_1 = "Nasal Congestion"
	dqm__subdesc10_18_2 = "Diarrhea"
	dqm__subdesc10_18_3 = "Fever"
	
	dqm__icon_index10_18_0 = 0
	dqm__icon_index10_18_1 = 0
	dqm__icon_index10_18_2 = 0
	dqm__icon_index10_18_3 = 0
	
	dqm__url10_18_0 = "/yourhealth/newborn/conditions.html#jaundice"
	dqm__url10_18_1 = "/yourhealth/newborn/conditions.html#congestion"
	dqm__url10_18_2 = "/yourhealth/newborn/conditions.html#diarrhea"
	dqm__url10_18_3 = "/yourhealth/newborn/conditions.html#fever"

    //Sub Menu 10_19

	dqm__sub_xy10_19 = "-4,2"
	dqm__sub_menu_width10_19 = 170

	dqm__subdesc10_19_0 = "Cribs, Beds, and Sleeping"
	dqm__subdesc10_19_1 = "Changing Table"
	dqm__subdesc10_19_2 = "Highchairs"
	dqm__subdesc10_19_3 = "Strollers"
	dqm__subdesc10_19_4 = "Car Seats/Booster Seats"
	dqm__subdesc10_19_5 = "The Kitchen"
	dqm__subdesc10_19_6 = "The Bathroom"
	dqm__subdesc10_19_7 = "General Home Safety"
	dqm__subdesc10_19_8 = "The Pool and Other Bodies of Water"
	dqm__subdesc10_19_9 = "Pets"
	
	dqm__icon_index10_19_0 = 0
	dqm__icon_index10_19_1 = 0
	dqm__icon_index10_19_2 = 0
	dqm__icon_index10_19_3 = 0
	dqm__icon_index10_19_4 = 0
	dqm__icon_index10_19_5 = 0
	dqm__icon_index10_19_6 = 0
	dqm__icon_index10_19_7 = 0
	dqm__icon_index10_19_8 = 0
	dqm__icon_index10_19_9 = 0
	
	dqm__url10_19_0 = "/yourhealth/newborn/safety.html#cribs"
	dqm__url10_19_1 = "/yourhealth/newborn/safety.html#table"
	dqm__url10_19_2 = "/yourhealth/newborn/safety.html#highchair"
	dqm__url10_19_3 = "/yourhealth/newborn/safety.html#stroller"
	dqm__url10_19_4 = "/yourhealth/newborn/safety.html#carseat"
	dqm__url10_19_5 = "/yourhealth/newborn/safety.html#kitchen"
	dqm__url10_19_6 = "/yourhealth/newborn/safety.html#bathroom"
	dqm__url10_19_7 = "/yourhealth/newborn/safety.html#general"
	dqm__url10_19_8 = "/yourhealth/newborn/safety.html#pool"
	dqm__url10_19_9 = "/yourhealth/newborn/safety.html#pets"

