// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com dqm__codebase = "/lib/menus/script/" /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 170 //default sub menu widths dqm__sub_xy = "-15,-5" //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__divider_height = 0 dqm__border_width = 1 dqm__border_color = "#E5E5E5" //Hex color or 'transparent' dqm__mouse_off_delay = 0 //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 = "#E52E2E" dqm__fontfamily = "Helvetica, Arial, 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' dqm__menu_bgcolor = "#ffffff" //Hex color or 'transparent' //#E1DFD7 //Rollover font settings dqm__hl_textcolor = "#0033CC" dqm__hl_textdecoration = "normal" //set to: 'normal', or 'underline' dqm__hl_fontweight = "normal" //set to: 'normal', or 'bold' dqm__hl_bgcolor = "#ffffff" //Margins and text alignment dqm__text_alignment = "left" //set to: 'left', 'center' or 'right' dqm__margin_top = 3 dqm__margin_bottom = 3 dqm__margin_left = 10 dqm__margin_right = 10 dqm__menu_margin_top = 10 dqm__menu_margin_bottom = 10 /*------------------------------------------- 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__2nd_icon_image0 = "/lib/menus/images/menu_arrow.gif" dqm__2nd_icon_rollover0 = "/lib/menus/images/menu_arrow.gif" dqm__2nd_icon_image_wh0 = "15,15" dqm__2nd_icon_image_xy0 = "10,2" //Absolute positioned icon images (coordinate poitioned) //dqm__2nd_icon_image0 = "/common/images/global_tnav_arrow.gif" //dqm__2nd_icon_rollover0 = "/common/images/global_tnav_arrow_on.gif" //dqm__2nd_icon_image_wh0 = "17,7" //dqm__2nd_icon_image_xy0 = "-5,8" /*--------------------------------------------- Optional Status Bar Text -----------------------------------------------*/ dqm__show_urls_statusbar = false /*------------------------------------------- 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" 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 = .2 dqm__sub_menu_effect_duration = 0 dqm__sub_item_effect_duration = 0 //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 = 11 //drop shadow width dqm__dropshadow_offy = 11 //drop shadow height /*------------------------------------------- Browser Bug fixes and Workarounds --------------------------------------------*/ //Mac offset fixes, adjust until sub menus position correctly. dqm__os9_ie5mac_offset_X = 0 dqm__os9_ie5mac_offset_Y = 0 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 dqm__escape_item_height0_0 = 70 dqm__escape_item_height0_1 = 70 /*--------------------------------------------- Exposed menu events ----------------------------------------------*/ //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')" dqm__onload_code = "pageLoad()" /*--------------------------------------------- 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" /*---------------------- Licensing -----------------------*/ limit_multiple_users = true /********************************************************************************************** ********************************************************************************************** Main Menu Rollover Images and Links ********************************************************************************************** **********************************************************************************************/ dqm__rollover_image0 = "/lib/images/topnav/about_on.gif" dqm__rollover_wh0 = "145,26" dqm__url0 = "/vp/about/default.aspx" dqm__sub_xy0 = "-145,25" dqm__sub_menu_width0 = 200 dqm__rollover_image1 = "/lib/images/topnav/channels_on.gif" dqm__rollover_wh1 = "76,26" dqm__sub_xy1 = "-76,25" dqm__rollover_image2 = "/lib/images/topnav/resources_on.gif" dqm__rollover_wh2 = "83,26" dqm__url2 = "/resources/default.aspx" dqm__sub_xy2 = "-83,25" dqm__rollover_image3 = "/lib/images/topnav/demo_on.gif" dqm__rollover_wh3 = "95,26" dqm__url3 = "/vp/sff/default.aspx" dqm__sub_xy3 = "-95,25" dqm__rollover_image4 = "/lib/images/topnav/news_on.gif" dqm__rollover_wh4 = "90,26" dqm__url4 = "/news/default.aspx" dqm__sub_xy4 = "-90,25" dqm__rollover_image5 = "/lib/images/topnav/donate_on.gif" dqm__rollover_wh5 = "63,26" dqm__url5 = "/vp/donate.aspx" dqm__sub_xy5 = "-63,25" dqm__subdesc0_0="Goals and Vision" dqm__url0_0="/vp/about/goals.aspx" dqm__subdesc0_1="Strategies" dqm__url0_1="/vp/about/strategies.aspx" dqm__subdesc0_2="Working Groups" dqm__url0_2="/about/groups.aspx" dqm__subdesc0_3="Our Partners" dqm__url0_3="/vp/about/partners.aspx" dqm__subdesc0_4="Partner Benefits and Responsibilities" dqm__url0_4="/vp/about/partnerbenefits.aspx" dqm__url1="/channels/family.aspx" dqm__subdesc1_0="Smokers" dqm__url1_0="/channels/smokers.aspx" dqm__2nd_icon_index1_0=0 dqm__subdesc1_0_0="Facts About Smoking and Pregnancy" dqm__url1_0_0="/vp/channels/facts.aspx?sm" dqm__subdesc1_0_1="Benefits of Quitting" dqm__url1_0_1="/vp/channels/quit.aspx?sm" dqm__subdesc1_0_2="Getting Support" dqm__url1_0_2="/vp/channels/support.aspx?sm" dqm__subdesc1_0_3="Medicaid Coverage" dqm__url1_0_3="/vp/channels/medicaid.aspx?sm" dqm__subdesc1_0_4="Plan to Quit" dqm__url1_0_4="/vp/channels/plan.aspx?sm" dqm__subdesc1_0_5="Tips on Quitting" dqm__url1_0_5="/vp/channels/tips.aspx?sm" dqm__subdesc1_0_6="Toll-Free Hotlines / Help Services" dqm__url1_0_6="/vp/channels/toll_free.aspx?sm" dqm__subdesc1_1="Family or Friends" dqm__url1_1="/channels/family.aspx" dqm__2nd_icon_index1_1=0 dqm__subdesc1_1_0="Facts About Smoking and Pregnancy" dqm__url1_1_0="/vp/channels/facts.aspx?ff" dqm__subdesc1_1_1="Benefits of Quitting" dqm__url1_1_1="/vp/channels/quit.aspx?ff" dqm__subdesc1_1_2="Providing Support" dqm__url1_1_2="/vp/channels/support.aspx?ff" dqm__subdesc1_1_3="Medicaid Coverage" dqm__url1_1_3="/vp/channels/medicaid.aspx?ff" dqm__subdesc1_1_4="Plan to Quit" dqm__url1_1_4="/vp/channels/plan.aspx?ff" dqm__subdesc1_1_5="Tips on Quitting" dqm__url1_1_5="/vp/channels/tips.aspx?ff" dqm__subdesc1_1_6="Toll-Free Hotlines / Help Services" dqm__url1_1_6="/vp/channels/toll_free.aspx?ff" dqm__subdesc1_2="Care Providers" dqm__url1_2="/channels/providers.aspx" dqm__2nd_icon_index1_2=0 dqm__subdesc1_2_0="Facts About Smoking and Pregnancy" dqm__url1_2_0="/vp/channels/facts.aspx?cp" dqm__subdesc1_2_1="Partner Training" dqm__url1_2_1="/vp/channels/care/training.aspx" dqm__subdesc1_2_2="Best Methods to Quit" dqm__url1_2_2="/vp/channels/care/methods.aspx" dqm__subdesc1_2_3="Care Professional Resources" dqm__url1_2_3="/vp/channels/care/resources.aspx" dqm__subdesc1_3="Human Resources" dqm__url1_3="/channels/hr.aspx" dqm__2nd_icon_index1_3=0 dqm__subdesc1_3_0="Facts About Smoking and Pregnancy" dqm__url1_3_0="/vp/channels/facts.aspx?hr" dqm__subdesc1_3_1="Covering Smoking Cessation Services" dqm__url1_3_1="/vp/channels/hr/coverage.aspx" dqm__subdesc1_3_2="How Can My Company Help" dqm__url1_3_2="/vp/channels/hr/company.aspx" dqm__subdesc1_3_3="Smoke-free Workplace Laws" dqm__url1_3_3="/vp/channels/laws.aspx?hr" dqm__subdesc1_3_4="Additional Resources" dqm__url1_3_4="/vp/channels/addl_resources.aspx?hr" dqm__subdesc1_4="Researchers" dqm__url1_4="/channels/researchers.aspx" dqm__2nd_icon_index1_4=0 dqm__subdesc1_4_0="Facts About Smoking and Pregnancy" dqm__url1_4_0="/vp/channels/facts.aspx?re" dqm__subdesc1_4_1="Costs" dqm__url1_4_1="/vp/channels/costs.aspx?re" dqm__subdesc1_4_2="Federal / National Activity" dqm__url1_4_2="/vp/channels/fednational.aspx?re" dqm__subdesc1_4_3="Medicaid" dqm__url1_4_3="/vp/channels/medicaid_resources.aspx?re" dqm__subdesc1_4_4="State / Local Activity" dqm__url1_4_4="/vp/channels/statelocal.aspx?re" dqm__subdesc1_4_5="Smoke-free Workplace Laws" dqm__url1_4_5="/vp/channels/laws.aspx?re" dqm__subdesc1_4_6="Additional Resources" dqm__url1_4_6="/vp/channels/addl_resources.aspx?re" dqm__subdesc1_5="Policy Makers" dqm__url1_5="/channels/policymakers.aspx" dqm__2nd_icon_index1_5=0 dqm__subdesc1_5_0="Facts About Smoking and Pregnancy" dqm__url1_5_0="/vp/channels/facts.aspx?pm" dqm__subdesc1_5_1="Costs" dqm__url1_5_1="/vp/channels/costs.aspx?pm" dqm__subdesc1_5_2="Federal / National Activity" dqm__url1_5_2="/vp/channels/fednational.aspx?pm" dqm__subdesc1_5_3="Medicaid" dqm__url1_5_3="/vp/channels/medicaid_resources.aspx?pm" dqm__subdesc1_5_4="State / Local Activity" dqm__url1_5_4="/vp/channels/statelocal.aspx?pm" dqm__subdesc1_5_5="Related Resources" dqm__url1_5_5="/vp/channels/policymakers_related.aspx?pm" dqm__subdesc1_6="Media" dqm__url1_6="/channels/media.aspx" dqm__2nd_icon_index1_6=0 dqm__subdesc1_6_0="Facts About Smoking and Pregnancy" dqm__url1_6_0="/vp/channels/facts.aspx?me" dqm__subdesc1_6_1="Costs" dqm__url1_6_1="/vp/channels/costs.aspx?me" dqm__subdesc1_6_2="Federal / National Activity" dqm__url1_6_2="/vp/channels/fednational.aspx?me" dqm__subdesc1_6_3="State / Local Activity" dqm__url1_6_3="/vp/channels/statelocal.aspx?me" dqm__subdesc1_6_4="Related Resources" dqm__url1_6_4="/vp/channels/policymakers_related.aspx?me" dqm__subdesc2_0="Recent Additions" dqm__url2_0="/resources/default.aspx?1" dqm__subdesc2_1="By Type" dqm__url2_1="/resources/type.aspx" dqm__2nd_icon_index2_1=0 dqm__subdesc2_1_0="Presentations" dqm__url2_1_0="/resources/type.aspx?t=3" dqm__subdesc2_1_1="Booklets" dqm__url2_1_1="/resources/type.aspx?t=4" dqm__subdesc2_1_2="Brochures" dqm__url2_1_2="/resources/type.aspx?t=5" dqm__subdesc2_1_3="Handouts" dqm__url2_1_3="/resources/type.aspx?t=6" dqm__subdesc2_1_4="Posters" dqm__url2_1_4="/resources/type.aspx?t=7" dqm__subdesc2_2="Index" dqm__url2_2="/resources/all.aspx" dqm__subdesc3_0="Demonstration Projects" dqm__url3_0="/vp/sff/demo.aspx" dqm__subdesc3_1="Mini Grant Projects" dqm__url3_1="/vp/sff/minigrantprojects.aspx" dqm__subdesc4_0="Fact Sheets and Statistics" dqm__url4_0="/vp/news/facts.aspx?nr" dqm__subdesc4_1="Press Releases" dqm__url4_1="/news/press.aspx" dqm__subdesc4_2="In the News" dqm__url4_2="/news/inthenews.aspx" dqm__subdesc6_0="Admin Home" dqm__url6_0="/admin/default.aspx?1" dqm__subdesc6_1="Maintain News" dqm__url6_1="/admin/maintainresources.aspx?g=1" dqm__subdesc6_2="Maintain Resources" dqm__url6_2="/admin/maintainresources.aspx?g=2" dqm__subdesc6_3="Maintain Pages" dqm__url6_3="/admin/maintainresources.aspx?g=3" dqm__subdesc6_4="Maintain Channel Resources" dqm__url6_4="/admin/maintainchannels.aspx" dqm__subdesc6_5="Maintain Site Map" dqm__url6_5="/admin/maintainsitemap.aspx"