// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com limit_multiple_users = true restrict_access = true sequence = '9x44_5' /*------------------------------------------- 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 = "#090973" //Hex color or 'transparent' dqm__menu_bgcolor = "#DDDDDF" //Hex color or 'transparent' dqm__hl_bgcolor = "#090973" 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 = "#090973" dqm__fontfamily = "Arial,Verdana,sans-serif" //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 = "underline" //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 = "/images/global/navs/arrow-sm.gif" dqm__icon_rollover0 = "/images/global/navs/arrow-sm-on.gif" dqm__icon_image_wh0 = "14,15" //Absolute positioned icon images (coordinate poitioned) dqm__icon_image0 = "/images/global/navs/arrow-sm.gif" dqm__icon_rollover0 = "/images/global/navs/arrow-sm-on.gif" dqm__icon_image_wh0 = "6,6" dqm__2nd_icon_image_xy0 = "0,5" /*--------------------------------------------- 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 = "none" dqm__sub_item_effect = "none" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .2 dqm__sub_item_effect_duration = .4 //Specific settings for various transitions. dqm__effect_pixelate_maxsqare = 25 dqm__effect_iris_irisstyle = "square" //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__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 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. 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 ********************************************************************************************** **********************************************************************************************/ //Main Menu Item 0 dqm__rollover_image0 = "/images/home/buttons/about_on.gif" dqm__rollover_wh0 = "83,23" dqm__url0 = "/about2.asp"; //Main Menu Item 1 dqm__rollover_image1 = "/images/home/buttons/leftnav/anxiety_on.gif" dqm__rollover_wh1 = "195, 20" // dqm__url1 = "/learn.asp"; //Main Menu Item 2 dqm__rollover_image2 = "/images/home/buttons/leftnav/resources_on.gif" dqm__rollover_wh2 = "195,20" // dqm__url2 = "/resources.asp"; //Main Menu Item 3 dqm__rollover_image3 = "/images/home/buttons/leftnav/events_on.gif" dqm__rollover_wh3 = "195,20" // dqm__url3 = "/national.asp"; //Main Menu Item 4 dqm__rollover_image4 = "/images/home/buttons/leftnav/professionals_on.gif" dqm__rollover_wh4 = "195,20" // dqm__url4 = "/forprofessionals.asp"; //Main Menu Item 5 dqm__rollover_image5 = "/images/home/buttons/leftnav/bookstore_on.gif" dqm__rollover_wh5 = "195,20" // dqm__url5 = "/bookstore/"; //Main Menu Item 6 dqm__rollover_image6 = "/images/home/buttons/leftnav/espanol_on.gif" dqm__rollover_wh6 = "195,20" // dqm__url6 = "/informacion_en_espanol.asp"; //Main Menu Item 7 dqm__rollover_image7 = "/images/home/buttons/leftnav/cause_on.gif" dqm__rollover_wh7 = "195,20" // dqm__url7 = "/cause/"; //Main Menu Item 8 dqm__rollover_image8 = "/images/home/buttons/leftnav/programs_on.gif" dqm__rollover_wh8 = "195,20" // dqm__url8 = "/programs.asp"; //Main Menu Item 9 dqm__rollover_image9 = "/images/home/buttons/leftnav/news_on.gif" dqm__rollover_wh9 = "195,20" dqm__url9 = ""; //Main Menu Item 10 dqm__rollover_image10 = "/images/home/buttons/leftnav/relief_on.gif" dqm__rollover_wh10 = "104,63" dqm__url10 = ""; //Main Menu Item 11 dqm__rollover_image11 = "/images/home/buttons/leftnav/events_on.gif" dqm__rollover_wh11 = "195,20" dqm__url11 = "/national.asp"; //Main Menu Item 12 dqm__rollover_image12 = "/images/home/buttons/leftnav/bookstore_on.gif" dqm__rollover_wh12 = "195,20" dqm__url12 = "/ftp/bookstore.html"; //Main Menu Item 13 dqm__rollover_image13 = "/images/home/buttons/leftnav/mental_on.gif" dqm__rollover_wh13 = "195,20" dqm__url13 = "http://www.freedomfromfear.org/ftp/vid_lib/"; dqm__urltarget13= "_new"; /********************************************************************************************** ********************************************************************************************** Sub Menu Structure and Text ********************************************************************************************** **********************************************************************************************/ //Sub Menu 0 dqm__sub_xy0 = "-92,23" dqm__sub_menu_width0 = 100 dqm__subdesc0_0 = "Mission" dqm__subdesc0_1 = "Message from the President" dqm__subdesc0_2 = "History" dqm__subdesc0_3 = "Donate" dqm__subdesc0_4 = "Board of Directors" dqm__subdesc0_5 = "Privacy Policy" dqm__subdesc0_6 = "Financial Statements" dqm__url0_0 = "/about2.asp " dqm__url0_1 = "/ftp/about%20FFF.html" dqm__url0_2 = "/history.asp" dqm__url0_3 = "/ftp/donate.html" dqm__url0_4 = "/bod.asp" dqm__url0_5 = "/privacy.asp" dqm__url0_6 = "/financial.asp" //Sub Menu 1 dqm__sub_xy1 = "1,0" dqm__sub_menu_width1 = 145 dqm__subdesc1_0 = "Overview" dqm__url1_0 = "/genanxiety.asp" dqm__subdesc1_1 = "Anxiety Disorders" dqm__url1_1 = "" dqm__sub_xy1_1 = "1,0" dqm__sub_menu_width1_1 = 145 dqm__subdesc1_1_0 = "Generalized Anxiety Disorder" dqm__url1_1_0 = "/aanx_factsheet.asp?id=22" dqm__subdesc1_1_1 = "Obsessive Compulsive Disorder" dqm__url1_1_1 = "/aanx_factsheet.asp?id=23" dqm__subdesc1_1_2 = "Social Anxiety Disorder" dqm__url1_1_2 = "/aanx_factsheet.asp?id=20" dqm__subdesc1_1_3 = "Panic Disorder" dqm__url1_1_3 = "/aanx_factsheet.asp?id=24" dqm__subdesc1_1_4 = "Posttraumatic Stress Disorder" dqm__url1_1_4 = "/aanx_factsheet.asp?id=25" dqm__subdesc1_1_5 = "10 Facts of Panic" dqm__url1_1_5 = "/aanx_factsheet.asp?id=10" dqm__subdesc1_1_6 = "When A Family Member Has An Anxiety Disorder" dqm__url1_1_6 = "/aanx_factsheet.asp?id=27" dqm__subdesc1_2 = "Depressive Illness" dqm__url1_2 = "" dqm__sub_xy1_2 = "1,0" dqm__sub_menu_width1_2 = 145 dqm__subdesc1_2_0 = "An Overview of Depression" dqm__url1_2_0 = "/depressionoverview.asp" dqm__subdesc1_2_1 = "Depression and Women" dqm__url1_2_1 = "/depressionwomen.asp" dqm__subdesc1_2_2 = "Depression and Men" dqm__url1_2_2 = "/depressionmen.asp" dqm__subdesc1_3 = "Causes of Anxiety and Depression" dqm__url1_3 = "/causes.asp" dqm__subdesc1_4 = "Suicide" dqm__url1_4 = "/suicide.asp" dqm__subdesc1_5 = "Treatments" dqm__url1_5 = "" dqm__sub_xy1_5 = "1,0" dqm__sub_menu_width1_5 = 145 dqm__subdesc1_5_0 = "Treatment of Anxiety Disorders" dqm__url1_5_0 = "/aanx_factsheet.asp?id=26" dqm__subdesc1_5_1 = "Treatment of Depressive Illnesses" dqm__url1_5_1 = "/depillness.asp" dqm__subdesc1_5_2 = "Reducing the Stress in Your Life" dqm__url1_5_2 = "/aanx_factsheet.asp?id=19" dqm__subdesc1_5_3 = "Successful Strategies for Overcoming Test Anxiety" dqm__url1_5_3 = "/headlinedetail.asp?ID=2" //Sub Menu 2 dqm__sub_xy2 = "1,0" dqm__sub_menu_width2 = 145 dqm__subdesc2_0 = "Screen Yourself" dqm__url2_0 = "/screenrm.asp" dqm__subdesc2_1 = "Referral Room" dqm__url2_1 = "/refroom.asp" dqm__subdesc2_2 = "Support Groups" dqm__url2_2 = "/supportgroup.asp" dqm__subdesc2_3 = "Free Treatment" dqm__url2_3 = "/treatment.asp" dqm__subdesc2_4 = "Understanding Your Health Insurance" dqm__url2_4 = "/insurance.asp" dqm__subdesc2_5 = "No Health Insurance" dqm__url2_5 = "/noinsurance.asp" dqm__subdesc2_6 = "BLOGS" dqm__url2_6 = "/boards/" dqm__subdesc2_7 = "Links" dqm__url2_7 = "/links.asp" dqm__subdesc2_8 = "Sign Up For Caring Connections Emails" dqm__url2_8 = "/FTP/Sign-ups/Caring%20Connection%20sign%20up%20-%20constant%20contact.html" //Sub Menu 3 dqm__sub_xy3 = "1,0" dqm__sub_menu_width3 = 145 dqm__subdesc3_0 = "National" dqm__url3_0 = "/national.asp" dqm__subdesc3_1 = "Local" dqm__url3_1 = "/local.asp" //Sub Menu 4 dqm__sub_xy4 = "1,0" dqm__sub_menu_width4 = 145 dqm__subdesc4_0 = "Programs" dqm__url4_0 = "javascript:void(0);" dqm__sub_xy4_0 = "1,0" dqm__sub_menu_width4_0 = 145 dqm__subdesc4_0_0 = "National Campaign on Anxiety and Depression Awaren" dqm__url4_0_0 = "http://www.freedomfromfear.org/commread.asp?id=82" dqm__subdesc4_0_1 = "National Anxiety Disorders Screening Day" dqm__url4_0_1 = "/commread.asp?id=32" dqm__subdesc4_0_2 = "National College Mental Health Program" dqm__url4_0_2 = "/forprofessionals.asp" dqm__subdesc4_1 = "Patient Education Materials" dqm__url4_1 = "/ftp/bookstore.html" dqm__subdesc4_2 = "Grant Opportunities" dqm__url4_2 = "/commread.asp?id=83" //Sub Menu 5 dqm__sub_xy5 = "1,0" dqm__sub_menu_width5 = 145 dqm__subdesc5_0 = "Educational Materials" dqm__url5_0 = "/ftp/bookstore.html" //Sub Menu 6 dqm__sub_xy6 = "1,0" dqm__sub_menu_width6 = 145 dqm__subdesc6_0 = "¿Qué Puede Esperarse de la Psicoterapia?" dqm__url6_0 = "/informacion_en_espanol.asp?id=2#8" dqm__subdesc6_1 = "Tratamiento para Trastornos de Ansiedad" dqm__url6_1 = "/informacion_en_espanol.asp?id=2#7" dqm__subdesc6_2 = "Fobia Social" dqm__url6_2 = "/informacion_en_espanol.asp?id=2#6" dqm__subdesc6_3 = "Trastorno Postraumático por Tensión" dqm__url6_3 = "/informacion_en_espanol.asp?id=2#5" dqm__subdesc6_4 = "Trastorno Obsesivo-Compulsivo" dqm__url6_4 = "/informacion_en_espanol.asp?id=2#4" dqm__subdesc6_5 = "Trastorno de Ansiedad Generalizada" dqm__url6_5 = "/informacion_en_espanol.asp?id=2#3" dqm__subdesc6_6 = "Trastorno de Pánico" dqm__url6_6 = "/informacion_en_espanol.asp?id=2#2" //Sub Menu 7 dqm__sub_xy7 = "1,0" dqm__sub_menu_width7 = 145 dqm__subdesc7_0 = "Donate" dqm__url7_0 = "/ftp/donate.html" //Sub Menu 8 dqm__sub_xy8 = "1,0" dqm__sub_menu_width8 = 145 dqm__subdesc8_0 = "Sharon Davies Memorial Awards" dqm__url8_0 = "/commread.asp?id=83" //Sub Menu 9