/*-------------------------------------------
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 = 155;	 

   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 = ""
   DQM_rollover_image1 = ""
   DQM_rollover_image2 = "" 
   DQM_rollover_image3 = ""
	 
   
/*---------------------------------------------
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 = "-93,32"

//DQM_sub_menu_width0 = 122;

DQM_subdesc0_0 = "The Book"
DQM_subdesc0_1 = "Read an Excerpt"
DQM_subdesc0_2 = "Pain Catalog"
DQM_subdesc0_3 = "What is AOS?"
DQM_subdesc0_4 = "Do You Have a Pain-Prone Personality?"
DQM_icon_index0_0 = 0
DQM_url0_0 = "/aboutBook/index.asp"
DQM_url0_1 = "/aboutBook/excerpt.asp"
DQM_url0_2 = "/aboutBook/painCatalog.asp"
DQM_url0_3 = "/aboutBook/AOS.asp"
DQM_url0_4 = "/aboutBook/painProne.asp"

/*---------------------------------------------
BREASTS - Sub Menu Item Settings #1
-----------------------------------------------*/

DQM_sub_xy1 = "-95,32"

//DQM_sub_menu_width1 = 122;

DQM_subdesc1_0 = "About Dr. Brady"
DQM_subdesc1_1 = "The Brady Institute"
DQM_subdesc1_2 = "About Florida Hospital"
DQM_icon_index0_0 = 0
DQM_url1_0 = "/author/index.asp"
DQM_url1_1 = "/author/bradyInstitute.asp"
DQM_url1_2 = "/author/floridaHospital.asp"

/*---------------------------------------------
BODY - Sub Menu Item Settings #2
-----------------------------------------------*/

DQM_sub_xy2 = "-150,32"

//DQM_sub_menu_width2 = 122;

DQM_subdesc2_0 = "Pain Free Stories"
DQM_subdesc2_1 = "Tell Us Your Story"
DQM_icon_index0_0 = 0
DQM_url2_0 = "/stories/index.asp"
DQM_url2_1 = "/tellUsYourStory/index.asp"

/*---------------------------------------------
MEDISPA - Sub Menu Item Settings #3
-----------------------------------------------*/

DQM_sub_xy3 = "-91,32"

//DQM_sub_menu_width4 = 122;

DQM_subdesc3_0 = "The Buzz"
DQM_subdesc3_1 = "Where Have You Seen Dr. Brady?"
DQM_icon_index0_0 = 0
DQM_url3_0 = "/buzz/index.asp"
DQM_url3_1 = "/howDidYouHear/index.asp"

