/*-------------------------------------------
IMPORTANT NOTES FOR BROWSER COMPATIBILITY

To maintain browser compatibility the following steps need to be taken:

1. When including this script in a file, make sure it goes in the BODY of the page, right after the end of the BODY tag.
   Do NOT include the script in the HEAD of the file, otherwise it won't work in Netscape 4.xx
   
2. When rollover images are used in the menu, the OnMouseOver & OnMouseOut events from the code
   generated by Dreamweaver need to be removed for these images, in the HREF tag. Only the related code in the IMG tag
   should remain.
--------------------------------------------*/


/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 185;	 

   DQM_urltarget = "_self"

   DQM_onload_statement = ""
   DQM_codebase = "/javascript/"

   DQM_border_color = "#1C4377";
   
   DQM_menu_bgcolor = "#E4EDFF";
   DQM_hl_bgcolor = "#2F5990";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#022047"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 10
   DQM_textdecoration = "bold"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "bold"

   DQM_margin_top = 9
   DQM_margin_bottom = 9
   DQM_margin_left = 9


/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
   
   DQM_rollover_image0 = "/images/topnav/active/book.gif"
   DQM_rollover_image1 = "/images/topnav/active/authors.gif"
   DQM_rollover_image2 = "/images/topnav/active/families.gif" 
   DQM_rollover_image3 = "/images/topnav/active/resources.gif"
   DQM_rollover_image4 = "/images/topnav/active/buzz.gif"
	 
   
/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "/images/spacer.gif"
   DQM_icon_rollover0 = "/images/spacer.gif"
   DQM_icon_image_wh0 = "1,1"


/*---------------------------------------------
FACE - Sub Menu Item Settings #0
-----------------------------------------------*/

DQM_sub_xy0 = "-83,32"

//DQM_sub_menu_width0 = 122;

DQM_subdesc0_0 = "About the Book"
DQM_subdesc0_1 = "Read an Excerpt"
DQM_icon_index0_0 = 0
DQM_url0_0 = "/book/index.asp"
DQM_url0_1 = "/book/excerpt.asp"

/*---------------------------------------------
BREASTS - Sub Menu Item Settings #1
-----------------------------------------------*/

DQM_sub_xy1 = "-94,32"

//DQM_sub_menu_width1 = 122;

DQM_subdesc1_0 = "About the Authors"
DQM_subdesc1_1 = "Author Interview Videos"
DQM_subdesc1_2 = "About Florida Hospital"
DQM_subdesc1_3 = "Our Partners"
DQM_icon_index0_0 = 0
DQM_url1_0 = "/authors/index.asp"
DQM_url1_1 = "/authors/video.asp"
DQM_url1_2 = "/authors/floridaHospital.asp"
DQM_url1_3 = "/authors/partners.asp"

/*---------------------------------------------
BODY - Sub Menu Item Settings #2
-----------------------------------------------*/

DQM_sub_xy2 = "-127,32"

//DQM_sub_menu_width2 = 122;

DQM_subdesc2_0 = "Rescued SuperSized Kids"
DQM_icon_index0_0 = 0
DQM_url2_0 = "/families/index.asp"

/*---------------------------------------------
MEDISPA - Sub Menu Item Settings #3
-----------------------------------------------*/

DQM_sub_xy3 = "-119,32"

//DQM_sub_menu_width4 = 122;

DQM_subdesc3_0 = "Guides to a Healthy Future"
DQM_subdesc3_1 = "Assessment Quiz"
DQM_subdesc3_2 = "Companion to the Book"
DQM_subdesc3_3 = "Newsletter"
DQM_subdesc3_4 = "Second Level 8-Week Plan"
DQM_icon_index0_0 = 0
DQM_url3_0 = "/resources/index.asp"
DQM_url3_1 = "/resources/quiz/index.asp"
DQM_url3_2 = "/resources/companion.asp"
DQM_url3_3 = "/resources/newsletter/index.asp"
DQM_url3_4 = "/resources/newsletter/index.asp"

/*---------------------------------------------
MEDISPA - Sub Menu Item Settings #4
-----------------------------------------------*/

DQM_sub_xy4 = "-79,32"

//DQM_sub_menu_width4 = 122;

DQM_subdesc4_0 = "The Buzz"
DQM_subdesc4_1 = "Where Did You Hear About SuperSized Kids?"
DQM_icon_index0_0 = 0
DQM_url4_0 = "/buzz/index.asp"
DQM_url4_1 = "/buzz/hearAbout.asp"

