/* title: data.php created: 04-08-04 Scott D. Swanson notes: This is the main data file for the cascading menus (DHTML). */ DQM_Notice = "" DQM_sub_menu_width = 100 //default sub menu widths DQM_sub_xy = "0,0" //default sub x,y coordinates DQM_codebase = "/scripts/" //relative location of .js files DQM_urltarget = "_self" //set to: _self, _parent, _new, or "my frame name" DQM_border_width = 1 DQM_divider_height = 0 DQM_border_color = "#993333" //Hex color value or 'transparent' DQM_menu_bgcolor = "#FF3333" //Hex color value or 'transparent' DQM_hl_bgcolor = "#993333" //Hex color value or 'transparent' DQM_mouse_off_delay = 100 //Internet Explorer Mac Offset Fix DQM_os9_ie5mac_offset_X = -124 DQM_os9_ie5mac_offset_Y = -97 DQM_osx_ie5mac_offset_X = -124 DQM_osx_ie5mac_offset_Y = -97 DQM_ie4mac_offset_X = -124 DQM_ie4mac_offset_Y = -97 //Netscape 4.x fix option 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." //Opera 4 & up fix DQM_use_opera_div_detect_fix = true; //Internet Explorer Transition Effects - IE5.5 & UP 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 /*----Customization option settings for the various effect ------transitions may be defined below---*/ DQM_effect_pixelate_maxsqare = 100 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 DQM_sub_menu_opacity = 90 DQM_dropshadow_color = "none" //Hex color value or 'none' DQM_dropshadow_offx = 2 //drop shadow width DQM_dropshadow_offy = 2 //drop shadow height //Required font Settings DQM_textcolor = "#FFFFFF" DQM_fontfamily = "Verdana" //Any available system font DQM_fontsize = 11 //Defined with pixel sizing DQM_fontsize_ie4 = 10 //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_hl_textcolor = "#FFFFFF" DQM_hl_textdecoration = "normal" //set to: 'normal', or 'underline' DQM_margin_top = 5 DQM_margin_bottom = 5 DQM_margin_left = 5 DQM_margin_right = 5 DQM_text_alignment = "left" //set to: 'left', 'center' or 'right' DQM_show_urls_statusbar = true //************ Setup the menus here ************ //---------------- LifeStories (0) ---------------- DQM_rollover_image0 = "/images/nav/lifeStories_on.gif"; DQM_rollover_wh0 = "98,30"; DQM_url0 = "#"; DQM_sub_xy0 = "-83,30"; DQM_sub_menu_width0 = 120; DQM_subdesc0_0 = "Donors" DQM_url0_0 = "/lifestories/"; DQM_subdesc0_1 = "Recipients" DQM_url0_1 = "/lifestories/recipients.php"; DQM_subdesc0_2 = "Story Archive" DQM_url0_2 = "/lifestories/archive.php"; //---------------- Education (1) ---------------- DQM_rollover_image1 = "/images/nav/education_on.gif"; DQM_rollover_wh1 = "83,30"; DQM_url1 = "#"; DQM_sub_xy1 = "-75,30"; DQM_sub_menu_width1 = 120; DQM_subdesc1_0 = "Professional Care" DQM_url1_0 = "/education/professional.php"; //DQM_subdesc1_1 = "Public" //DQM_url1_1 = "/education/public.php"; //DQM_subdesc1_1 = "Schools" //DQM_url1_1 = "/education/school.php"; DQM_subdesc1_1 = "Facts / Questions" DQM_url1_1 = "/education/facts.php"; DQM_subdesc1_2 = "Legislation" DQM_url1_2 = "/education/legislation.php"; DQM_subdesc1_3 = "Statistics" DQM_url1_3 = "/education/stats.php"; //---------------- News and Events (2) ---------------- DQM_rollover_image2 = "/images/nav/newsEvents_on.gif"; DQM_rollover_wh2 = "127,30"; DQM_url2 = "#"; DQM_sub_xy2 = "-118,30"; DQM_sub_menu_width2 = 120; DQM_subdesc2_0 = "Calendar, News, Newsletter" DQM_url2_0 = "/news/"; //---------------- Volunteer (3) ---------------- DQM_rollover_image3 = "/images/nav/aboutLifeShare_on.gif"; DQM_rollover_wh3 = "135,30"; DQM_url3 = "#"; DQM_sub_xy3 = "-180,30"; DQM_sub_menu_width3 = 160; DQM_subdesc3_0 = "About/Contact Info" DQM_url3_0 = "/about/"; DQM_subdesc3_1 = "Corporate Info" DQM_url3_1 = "/about/corporate.php";