//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

limit_multiple_users = true
sequence = "9x88_4"

/*-------------------------------------------
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 = "#009DDC"		//Hex color or 'transparent'
	dqm__divider_color = "#009DDC"
	dqm__menu_bgcolor = "#0673B8"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#009DDC"		

	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 = "Arial"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 8			//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 = 1
	dqm__margin_bottom = 2
	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)

	

	

    //Absolute positioned icon images (coordinate poitioned)

	



/*---------------------------------------------
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 = "pixelate"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .05
	dqm__sub_item_effect_duration = .05


    //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 = 0
	dqm__osx_ie5mac_offset_Y = 0

	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


/*---------------------------------------------
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  

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


    //Home Main Link

	dqm__rollover_image0 = "../images/dabsa/nav_main_over_01.gif"
	dqm__rollover_wh0 = "149,23"
	dqm__url0 = "PageServer?pagename=home";   


    //Learn About Mood Disorders Main Link

	dqm__rollover_image1 = "../images/dabsa/nav_main_over_03.gif"
	dqm__rollover_wh1 = "149,32"
	dqm__url1 = "PageServer?pagename=about_MDOverview";   

    //Donate Now Main Link

	dqm__rollover_image2 = "../images/dabsa/nav_main_over_02.gif"
	dqm__rollover_wh2 = "149,20"
	dqm__url2 = "PageServer?pagename=donate_donateonline";   


    //Find Support Main Link

	dqm__rollover_image3 = "../images/dabsa/nav_main_over_04.gif"
	dqm__rollover_wh3 = "149,20"
	dqm__url3 = "PageServer?pagename=support_findsupportlanding";   


    //Empower Yourself Main Link

	dqm__rollover_image4 = "../images/dabsa/nav_main_over_05.gif"
	dqm__rollover_wh4 = "149,20"
	dqm__url4 = "PageServer?pagename=empower_empowerlanding";   


    //Get Involved Main Link
	
	dqm__rollover_image5 = "../images/dabsa/nav_main_over_06.gif"
	dqm__rollover_wh5 = "149,20"
	dqm__url5 = "PageServer?pagename=involved_getinvolved";   
	
	 //Advocacy in Action Main Link
	
	dqm__rollover_image6 = "../images/dabsa/nav_main_over_07.gif"
	dqm__rollover_wh6 = "149,20"
	dqm__url6 = "PageServer?pagename=advocacy_advocatemain"; 
	
	 //Educational Events and Programs Main Link
	
	dqm__rollover_image7 = "../images/dabsa/nav_main_over_08.gif"
	dqm__rollover_wh7 = "149,32"
	dqm__url7 = "PageServer?pagename=events_eventsmain"; 

	//Training Services
	
	dqm__rollover_image8 = "../images/dabsa/nav_main_over_14.gif"
	dqm__rollover_wh8 = "149,20"
	dqm__url8 = "PageServer?pagename=training_home"; 


	 //Media
	
	dqm__rollover_image9 = "../images/dabsa/nav_main_over_13.gif"
	dqm__rollover_wh9 = "149,20"
	dqm__url9 = "PageServer?pagename=media_mediamain"; 

	
	 //Research and Clinical Trials Main Link
	
	dqm__rollover_image10 = "../images/dabsa/nav_main_over_09.gif"
	dqm__rollover_wh10 = "149,32"
	dqm__url10 = "PageServer?pagename=research_researchtrialslanding"; 
	
	 //Store Main Link
	
	dqm__rollover_image11 = "../images/dabsa/nav_main_over_10.gif"
	dqm__rollover_wh11 = "149,20"
	dqm__url11 = "PageServer?pagename=store_DBSAStore"; 
	
	 //About DBSA Main Link
	
	dqm__rollover_image12 = "../images/dabsa/nav_main_over_11.gif"
	dqm__rollover_wh12 = "149,20"
	dqm__url12 = "PageServer?pagename=dbsa_aboutdbsa"; 
	



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

                              Sub Menu (Flyout) Structure and Text  

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


    //Learn About Mood Disorders Submenu

	dqm__sub_xy1 = "0,0"
	dqm__sub_menu_width1 = 140

	dqm__subdesc1_0 = "Overview" 
	dqm__subdesc1_1 = "Depression"
	dqm__subdesc1_2 = "Bipolar Disorder"
        dqm__subdesc1_3 = "Anxiety"
	dqm__subdesc1_4 = "Mood Disorders & Other Illnesses"
	dqm__subdesc1_5 = "Helping Someone with a Mood Disorder"
	dqm__subdesc1_6 = "Screenings"
	dqm__subdesc1_7 = "Statistics"
	dqm__subdesc1_8 = "Publications"
	dqm__subdesc1_9 = "National Initiatives for Mental Health"

	dqm__url1_0 = "PageServer?pagename=about_MDOverview"
	dqm__url1_1 = "PageServer?pagename=about_depression_overview"
	dqm__url1_2 = "PageServer?pagename=about_bipolar_overview"
        dqm__url1_3 = "PageServer?pagename=about_depression_anxietyintro"
	dqm__url1_4 = "PageServer?pagename=about_mooddisorders"
	dqm__url1_5 = "PageServer?pagename=about_helping"
	dqm__url1_6 = "PageServer?pagename=about_screening_screeningcenter"
	dqm__url1_7 = "PageServer?pagename=about_statistics"
	dqm__url1_8 = "PageServer?pagename=about_publicationsmain"
	dqm__url1_9 = "PageServer?pagename=about_nationalinitiatives"

    //Donate Now Submenu

	dqm__sub_xy2 = "0,0"
	dqm__sub_menu_width2 = 140
	
	dqm__subdesc2_0 = "About giving to DBSA"
	dqm__subdesc2_1 = "Donate online"
	dqm__subdesc2_2 = "Ways to give"
	dqm__subdesc2_3 = "Special funds"
	dqm__subdesc2_4 = "Tribute donations"
	dqm__subdesc2_5 = "Planned giving"
	dqm__subdesc2_6 = "Employee, Corporate and Foundation giving"
	dqm__subdesc2_7 = "Give the Gift of DBSA"
	dqm__subdesc2_8 = "Annual Reports/IRS 990"	

	dqm__url2_0 = "PageServer?pagename=donate_aboutgiving"
	dqm__url2_1 = "PageServer?pagename=donate_donateonline"
	dqm__url2_2 = "PageServer?pagename=donate_donatemail"
	dqm__url2_3 = "PageServer?pagename=donate_specialfunds"
	dqm__url2_4 = "TR?fr_id=1030&pg=tgreeting"
        dqm__url2_5 = "http://www.plan.gs/Home.do?orgId=5044"
	dqm__url2_6 = "PageServer?pagename=donate_corporations"
	dqm__url2_7 = "PageServer?pagename=donate_givethegift"
	dqm__url2_8 = "PageServer?pagename=donate_annualreport"



    //Find Support Submenu

	dqm__sub_xy3 = "0,0"
	dqm__sub_menu_width3 = 140

	dqm__subdesc3_0 = "Learn about chapters and support groups"
	dqm__subdesc3_1 = "Find a support group near you"
	dqm__subdesc3_2 = "Start a support group"
	dqm__subdesc3_3 = "Local DBSA chapter pages"
	dqm__subdesc3_4 = "DBSA State Organizations"
	dqm__subdesc3_5 = "Learn about peer specialists"
	dqm__subdesc3_6 = "Online support group"
	dqm__subdesc3_7 = "Discussion board"
	dqm__subdesc3_8 = "DBSA Blog"

	dqm__url3_0 = "PageServer?pagename=support_supportgroups"
	dqm__url3_1 = "PageServer?pagename=support_findsupport"
	dqm__url3_2 = "PageServer?pagename=support_startsupport"
	dqm__url3_3 = "PageServer?pagename=support_LocalChapterPages"
	dqm__url3_4 = "PageServer?pagename=support_stateorgmain"
	dqm__url3_5 = "PageServer?pagename=support_aboutpeerspecialist"
	dqm__url3_6 = "PageServer?pagename=support_OSGnocomponent"
	dqm__url3_7 = "PageServer?pagename=support_forums"
	dqm__url3_8 = "http://www.healthcentral.com/bipolar/c/77159/dbsa"



    //Empower Yourself Submenu

	dqm__sub_xy4 = "0,0"
	dqm__sub_menu_width4 = 140

	dqm__subdesc4_0 = "What is recovery?"
	dqm__subdesc4_1 = "Wellness Toolbox"
	dqm__subdesc4_2 = "Find professional help"
	dqm__subdesc4_3 = "Products and services"
	dqm__subdesc4_4 = "Advance Directives"
	dqm__subdesc4_5 = "Share Your Story"
	dqm__subdesc4_6 = "Questions and Answers"
	dqm__subdesc4_7 = "Medicare Center"
	dqm__subdesc4_8 = "Resources and Links"

	dqm__url4_0 = "PageServer?pagename=empower_recovery"
	dqm__url4_1 = "PageServer?pagename=empower_toolbox"
	dqm__url4_2 = "PageServer?pagename=empower_professional_referral"
	dqm__url4_3 = "PageServer?pagename=empower_products"
	dqm__url4_4 = "PageServer?pagename=empower_advancedirectives"
	dqm__url4_5 = "PageServer?pagename=empower_ShareYourStory"
	dqm__url4_6 = "PageServer?pagename=empower_QA_askthedocsqa"
	dqm__url4_7 = "PageServer?pagename=empower_medicaremain"
	dqm__url4_8 = "PageServer?pagename=empower_resources"



     //Get Involved Submenu

	dqm__sub_xy5 = "0,0"
	dqm__sub_menu_width5 = 140

	dqm__subdesc5_0 = "Join the speakers bureau"
	dqm__subdesc5_1 = "Become a grassroots leader"
	dqm__subdesc5_2 = "Become a peer specialist"
	dqm__subdesc5_3 = "Volunteer with DBSA"
	dqm__subdesc5_4 = "Become a local advocate"
	dqm__subdesc5_5 = "Survey center - tell us what you think"

	dqm__url5_0 = "PageServer?pagename=involved_speakers"
	dqm__url5_1 = "PageServer?pagename=involved_GrassrootsLeader"
	dqm__url5_2 = "PageServer?pagename=involved_BecomePS"
	dqm__url5_3 = "PageServer?pagename=involved_volunteer"
	dqm__url5_4 = "PageServer?pagename=involved_advocate"
	dqm__url5_5 = "PageServer?pagename=involved_surveycenter"


	//Advocacy in Action Submenu

	dqm__sub_xy6 = "0,0"
	dqm__sub_menu_width6 = 140

	dqm__subdesc6_0 = "Advocacy Center"
	dqm__subdesc6_1 = "Election Center"
	dqm__subdesc6_2 = "Legislative Action Center"
	dqm__subdesc6_3 = "DBSA endorsed legislation"
	dqm__subdesc6_4 = "Public policy & testimony"
	dqm__subdesc6_5 = "Contact your legislator"
	dqm__subdesc6_6 = "Advocacy update"
	dqm__subdesc6_7 = "Fighting stigma"

	dqm__url6_0 = "PageServer?pagename=advocacy_advocatemain"
	dqm__url6_1 = "PageServer?pagename=advocacy_election_center"
	dqm__url6_2 = "http://capwiz.com/ndmda/home/"
	dqm__url6_3 = "PageServer?pagename=advocacy_DBSAlegislation"
	dqm__url6_4 = "PageServer?pagename=advocacy_dbsapositions"
	dqm__url6_5 = "http://capwiz.com/ndmda/home/"
	dqm__url6_6 = "PageServer?pagename=advocacy_update"
	dqm__url6_7 = "PageServer?pagename=advocacy_fightingstigma"

	
	
	//Educational Events and Programs Submenu

	dqm__sub_xy7 = "0,0"
	dqm__sub_menu_width7 = 140

	dqm__subdesc7_0 = "National Conference"
	dqm__subdesc7_1 = "DBSA Fundraisers"
	dqm__subdesc7_2 = "DBSA Event Calendar"
	dqm__subdesc7_3 = "Outside Events"

	dqm__url7_0 = "PageServer?pagename=events_conference2010"
	dqm__url7_1 = "PageServer?pagename=events_fundraiser"
	dqm__url7_2 = "PageServer?pagename=events_localevents"
	dqm__url7_3 = "PageServer?pagename=events_nondbsa"
	

	//Training Services Submenu

	dqm__sub_xy8 = "0,0"
	dqm__sub_menu_width8 = 140

	dqm__subdesc8_0 = "Featured Training"
	dqm__subdesc8_1 = "Peer Specialists"
	dqm__subdesc8_2 = "Online Learning"
	dqm__subdesc8_3 = "Recovery Training"
	dqm__subdesc8_4 = "Keynotes and Technical Assistance"

	dqm__url8_0 = "PageServer?pagename=training_home"
	dqm__url8_1 = "PageServer?pagename=training_certified_peer_specialist"
	dqm__url8_2 = "PageServer?pagename=training_online_learning"
	dqm__url8_3 = "PageServer?pagename=training_recovery"
	dqm__url8_4 = "PageServer?pagenames=training_speaking_services"


	//Media

	dqm__sub_xy9 = "0,0"
	dqm__sub_menu_width9 = 140

	dqm__subdesc9_0 = "News Releases"
	dqm__subdesc9_1 = "Facts about Mood Disorders"
	dqm__subdesc9_2 = "DBSA NewsWatch"
	dqm__subdesc9_3 = "Speeches & Testimonials"
	dqm__subdesc9_4 = "Public Service Announcements"
	dqm__subdesc9_5 = "Media Requests"


	dqm__url9_0 = "PageServer?pagename=media_newsrelease"                       
	dqm__url9_1 = "PageServer?pagename=media_facts_mediafacts"
	dqm__url9_2 = "PageServer?pagemame=media_news"
	dqm__url9_3 = "PageServer?pagename=media_speeches"
	dqm__url9_4 = "PageServer?pagename=media_psa"
	dqm__url9_5 = "PageServer?pagename=media_requestinterview"


	
	//Research and Clinical Trials Submenu

	dqm__sub_xy10 = "0,0"
	dqm__sub_menu_width10 = 140

	dqm__subdesc10_0 = "Research in the News"
	dqm__subdesc10_1 = "Peer Support Research"
	dqm__subdesc10_2 = "Clinical Trials"

	dqm__url10_0 = "PageServer?pagename=research_supportedresearch"
	dqm__url10_1 = "PageServer?pagename=research_advances"
	dqm__url10_2 = "PageServer?pagename=research_ClinicalTrialsMain"
	
	

	//Research and Clinical Trials Submenu

	dqm__sub_xy11 = "0,0"
	dqm__sub_menu_width11 = 140

	dqm__subdesc11_0 = "Brochures"
	dqm__subdesc11_1 = "Online bookstore"
	dqm__subdesc11_2 = "Merchandise"
	dqm__subdesc11_3 = "Cards & More"
	dqm__subdesc11_4 = "Silver Ribbon"
	dqm__subdesc11_5 = "Online shopping"

	dqm__url11_0 = "Ecommerce/2083369332?FOLDER=1000&store_id=1121"
	dqm__url11_1 = "PageServer?pagename=store_bookstore"
	dqm__url11_2 = "http://www.cafepress.com/storedbsa"
	dqm__url11_3 = "Ecommerce?store_id=1241&VIEW_DEFAULT=true&FOLDER=0&TYPE=&NAME="
	dqm__url11_4 = "http://www.narsadartworks.org/"
	dqm__url11_5 = "PageServer?pagename=store_OnlineShopping"


	//About DBSA Submenu

	dqm__sub_xy12 = "0,0"
	dqm__sub_menu_width12 = 140

	dqm__subdesc12_0 = "About DBSA"
	dqm__subdesc12_1 = "Board of Directors"
	dqm__subdesc12_2 = "Scientific Advisory Board"
	dqm__subdesc12_3 = "DBSA Staff"
	dqm__subdesc12_4 = "Contact Us"

	dqm__url12_0 = "PageServer?pagename=dbsa_aboutdbsa"
	dqm__url12_1 = "PageServer?pagename=dbsa_board"
	dqm__url12_2 = "PageServer?pagename=dbsa_scienceboard"
	dqm__url12_3 = "PageServer?pagename=dbsa_staff"
	dqm__url12_4 = "PageServer?pagename=dbsa_contact"
	

	
	
	