// Writing the main properties of the menu system // Writing the subMenu properties of the menu system dqm__sub_menu_effect = 'fade'; dqm__sub_item_effect = 'fade'; dqm__sub_menu_width = 130; dqm__sub_xy = '0,0'; dqm__urltarget = '_self'; dqm__border_width = 1; dqm__divider_height = 1; dqm__border_color = '#525666'; dqm__menu_bgcolor = '#ffffff'; dqm__hl_bgcolor = '#525666'; dqm__textcolor = '#525666'; dqm__fontfamily = 'tahoma'; dqm__fontsize = 10; dqm__fontsize_ie4 = 9; dqm__textdecoration = 'normal'; dqm__fontweight = 'bold'; dqm__fontstyle = 'normal'; dqm__hl_textcolor = '#ffffff'; dqm__hl_textdecoration = 'normal'; dqm__text_alignment = 'left'; dqm__margin_top = 3; dqm__margin_bottom = 3; dqm__margin_left = 4; dqm__margin_right = 2; dqm__2nd_icon_image0 = 'theme/nav_arrow.gif'; dqm__2nd_icon_rollover0 = 'theme/nav_arrow.gif'; dqm__2nd_icon_image_wh0 = '13,10'; dqm__2nd_icon_image_xy0 = '0,4'; // Writing the menus and their subMenus below dqm__rollover_image0 = 'theme/button_home_on.gif'; dqm__rollover_wh0 = '41,21'; dqm__url0 = 'index.asp'; dqm__rollover_image1 = 'theme/button_buildingzoning_on.gif'; dqm__rollover_wh1 = '105,21'; dqm__url1 = 'index.asp?page=building_zoning'; dqm__rollover_image2 = 'theme/button_electedofficials_on.gif'; dqm__rollover_wh2 = '114,21'; dqm__url2 = 'index.asp?page=elected_officials'; dqm__rollover_image3 = 'theme/button_committees_on.gif'; dqm__rollover_wh3 = '77,21'; dqm__url3 = 'index.asp?page=committees'; dqm__rollover_image4 = 'theme/button_agendas_on.gif'; dqm__rollover_wh4 = '57,21'; dqm__url4 = 'index.asp?page=agendas'; dqm__rollover_image5 = 'theme/button_councilmin_on.gif'; dqm__rollover_wh5 = '104,21'; dqm__url5 = 'index.asp?page=council_minutes'; dqm__rollover_image6 = 'theme/button_citysections_on.gif'; dqm__rollover_wh6 = '88,21'; dqm__url6 = 'index.asp?page=city_sections'; dqm__rollover_image7 = 'theme/button_staff_on.gif'; dqm__rollover_wh7 = '38,21'; dqm__url7 = 'index.asp?page=staff'; dqm__rollover_image8 = 'theme/button_contactus_on.gif'; dqm__rollover_wh8 = '76,21'; dqm__url8 = 'index.asp?page=contact_us'; dqm__rollover_image9 = 'theme/button_recreation_on.gif'; dqm__rollover_wh9 = '85,20'; dqm__url9 = 'index.asp?page=recreation'; dqm__rollover_image10 = 'theme/button_newsletters_on.gif'; dqm__rollover_wh10 = '90,20'; dqm__url10 = 'index.asp?page=newsletters'; dqm__rollover_image11 = 'theme/button_onlineforms_on.gif'; dqm__rollover_wh11 = '100,20'; dqm__url11 = 'index.asp?page=online_forms'; dqm__rollover_image12 = 'theme/button_communityinfo_on.gif'; dqm__rollover_wh12 = '90,20'; dqm__url12 = 'index.asp?page=community_info'; dqm__rollover_image13 = 'theme/button_history_on.gif'; dqm__rollover_wh13 = '70,20'; dqm__url13 = 'index.asp?page=history'; dqm__rollover_image14 = 'theme/button_taxes_on.gif'; dqm__rollover_wh14 = '50,20'; dqm__url14 = 'index.asp?page=taxes'; dqm__rollover_image15 = 'theme/button_links_on.gif'; dqm__rollover_wh15 = '50,20'; dqm__url15 = 'index.asp?page=links'; dqm__rollover_image16 = 'theme/button_codeoford_on.gif'; dqm__rollover_wh16 = '85,20'; dqm__url16 = 'index.asp?page=code_of_ordinances'; dqm__rollover_image17 = 'theme/button_financialreports_on.gif'; dqm__rollover_wh17 = '80,20'; dqm__url17 = 'index.asp?page=financialreports'; dqm__mouse_off_delay = 100 //defined in milliseconds (activated after mouse stops) dqm__nn4_mouse_off_delay = 300 //defined in milliseconds (activated after leaving sub) //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .2 dqm__sub_item_effect_duration = .2 //Specific settings for various transitions. dqm__effect_pixelate_maxsqare = 25 dqm__effect_iris_irisstyle = "PLUS" //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 = 75 //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 limit_multiple_users = true sequence = "9x88_4"