/* FILE ARCHIVED ON 10:16:58 Jun 12, 2007 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:02:11 Aug 27, 2011. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /*------------------------------------------- Copyright Notice - The following parameter is required in order for the menu to function. --------------------------------------------*/ DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com" /*------------------------------------------- required menu Settings --------------------------------------------*/ DQM_sub_menu_width = 125 //default sub menu widths DQM_sub_xy = "0,0" //default sub x,y coordinates DQM_codebase = "" //relative location of .js files DQM_urltarget = "_self" //set to: _self, _parent, _new, or "my frame name" DQM_border_width = 1 DQM_divider_height = 1 DQM_border_color = "#000000" //Hex color value or 'transparent' DQM_menu_bgcolor = "#016F54" //Hex color value or 'transparent' DQM_hl_bgcolor = "#4DA690" //Hex color value DQM_hl_textcolor = "#FFFFFF" //Highlighted text color DQM_mouse_off_delay = 100 /*--------------------------------------- Browser Bug Fixes ----------------------------------------*/ 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 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." DQM_use_opera_div_detect_fix = true; /*--------------------------------------- Transition Effects (ie5.5 &up) ----------------------------------------*/ /*----Options include - none | fade | pixelate | ------iris | slide | gradientwipe | checkerboard | ------radialwipe | randombars | randomdissolve |stretch */ DQM_sub_menu_effect = "none" DQM_sub_item_effect = "none" DQM_sub_menu_effect_duration = .4 DQM_sub_item_effect_duration = .4 /*----Customization option settings for the various effect ------transitions may be defined below---*/ DQM_effect_pixelate_maxsqare = 25 DQM_effect_iris_irisstyle = "STAR" //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 /*----Note: Due to browser limitations, when using a ------drop shadow effect or sub menu opacity values ------less than 100, combined with sub menu and or ------sub menu item transitions, undesirable transition ------results may occur. To remedy the issue use ------semi transparent sub menus or borders without ------transition effects or use transition effects without ------borders and set the sub menu opacity value to 100.---*/ /*----Opacity is defined with a value between ------1 and 100 with 100 being opaque---*/ DQM_dropshadow_color = "#999999" //Hex color value or 'none' DQM_sub_menu_opacity = 80 DQM_dropshadow_offx = 3 //drop shadow width DQM_dropshadow_offy = 3 //drop shadow height /*--------------------------------------------- Optional event triggered custom function calls ----------------------------------------------*/ /*----This menu uses the documents onload event to ------initially generate the menus. If your HTML page requires ------the onload statement for calling other script functions ------or statements you may execute your code using the ------parameter below------*/ //DQM_onload_code = "alert('custom function - onload')" /*----the following parameters may be used to execute ------custom code upon menu pop-up and hide. ------These are useful for hiding drop down boxes which ------may not be displayed under the menus due to ------browser limitations with certain form fields.---*/ //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'" //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'" //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'" //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'" /*----the following parameters may be used to execute ------custom code upon clicking a menu item. If a URL link ------and custom code are both defined the code will be ------executed first, then the URL link will be loaded. This ------parameter option is useful for opening custom pop up windows.---*/ //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')" //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')" /*------------------------------------------- Required font Settings --------------------------------------------*/ DQM_textcolor = "#FFCC66" DQM_fontfamily = "Verdana" //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_hl_textcolor = "#FFFFFF" DQM_hl_textdecoration = "none" //set to: 'normal', or 'underline' DQM_margin_top = 2 DQM_margin_bottom = 3 DQM_margin_left = 6 DQM_margin_right = 6 DQM_text_alignment = "left" //set to: 'left', 'center' or 'right' /*--------------------------------------------- Optional Icon Images - Relative Positioning The relative positioned icon images are automatically placed directly before or after the sub menu items text (placement is determined by text alignment). By adding transparent space to the left or right of the icon image itself, a custom image to text gap may be obtained (Note: The gap space between icon images and text may also be achieved by using the menus optional 2nd icon image, see the 'optional 2nd icon images' section for more information). The relative positioned icons are useful for creating text bullets for aesthetic purposes or symbolic icons for different sub menu items. -----------------------------------------------*/ /*----Unlimited icon images may be defined and associated with any sub menu ------item by specifying the icons index with the 'DQM_icon_index' parameter ------see the 'sub menu customization' section below for examples---------*/ DQM_icon_image0 = "/images/bullet.gif" DQM_icon_rollover0 = "/images/bullet_hl.gif" DQM_icon_image_wh0 = "13,8" DQM_icon_image1 = "/sample_images/arrow.gif" DQM_icon_rollover1 = "/sample_images/arrow.gif" DQM_icon_image_wh1 = "13,10" /*--------------------------------------------- Optional 2nd Icon Images - Absolute Positioning The 2nd absolute positioned icons may be positioned anywhere within the sub menu items bounding area. These icon images are useful for creating arrows or other symbols which indicate the existence of a child sub menu. Sub menu text alignment or length will not affect the images placement. If your images undesirably appear over the top of sub menu text items then adjust the icons coordinates, sub menu widths, or margins accordingly. Note: Icon image coordinates are defined relative to the top right corner of the sub menu item when the sub menu text is left aligned, or relative to the top left corner when the sub menus text is right aligned. -----------------------------------------------*/ /*----Unlimited icon images may be defined and associated with any sub menu ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter ------see the 'sub menu customization' section below for examples---------*/ DQM_2nd_icon_image0 = "/images/arrow.gif" DQM_2nd_icon_rollover0 = "/images/arrow.gif" DQM_2nd_icon_image_wh0 = "13,10" DQM_2nd_icon_image_xy0 = "0,4" /*--------------------------------------------- Optional Status Bar Text Note: Custom defined status bar text for a menu item will be displayed in place of the URL when the 'DQM_show_urls_statusbar' parameter is set to true. -----------------------------------------------*/ 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" /*********************************************************************/ /* */ /* MAIN MENU CUSTOMIZATION */ /* */ /*********************************************************************/ /*--------------------------------------------- Main Menu Settings -----------------------------------------------*/ DQM_rollover_image0 = "/images/pen-abt-w.gif" DQM_rollover_wh0 = "177,27" DQM_rollover_image1 = "/images/pen-get-w.gif" DQM_rollover_wh1 = "177,27" DQM_rollover_image2 = "/images/pen-edu-w.gif" DQM_rollover_wh2 = "177,27" DQM_rollover_image3 = "/images/pen-publications-w.gif" DQM_rollover_wh3 = "177,27" DQM_rollover_image4 = "/images/pen-events-w.gif" DQM_rollover_wh4 = "177,27" DQM_rollover_image5 = "/images/pen-members-w.gif" DQM_rollover_wh5 = "177,27" DQM_rollover_image6 = "/images/pen-presskit-w.gif" DQM_rollover_wh6 = "177,27" DQM_rollover_image7 = "/images/pen-home-w.gif" DQM_rollover_wh7 = "177,27" DQM_url7 = "/index.asp"; DQM_urltarget7= "_self" /*********************************************************************/ /* */ /* SUB MENU CUSTOMIZATION */ /* */ /*********************************************************************/ /************************************************ *********-------Sub Menu 0--------*************** ************************************************/ DQM_sub_xy0 = "0,12" DQM_sub_menu_width0 = 150 DQM_subdesc0_0 = "FAQ's" DQM_subdesc0_1 = "Vision, Mission and Goals" DQM_subdesc0_2 = "Contact Information" DQM_subdesc0_3 = "Leadership Overview" DQM_subdesc0_4 = "Our Services" DQM_2nd_icon_index0_4 = 0 DQM_url0_0 = "/about/faq.asp" DQM_url0_1 = "/about/vmg.asp" DQM_url0_2 = "/about/contact.asp" DQM_url0_3 = "/about/leadership.asp" DQM_url0_4 = "/about/ourServices.asp" /************************************************ ****-------Sub 0 - Item 4 Sub Menu--------******* ************************************************/ DQM_sub_xy0_4 = "-4,2" DQM_sub_menu_width0_4 = 140 DQM_subdesc0_4_0 = "Online Tools" DQM_subdesc0_4_1 = "Community Meetings" DQM_subdesc0_4_2 = "Research" DQM_subdesc0_4_3 = "Education Forums" DQM_subdesc0_4_4 = "Standards Alive" DQM_subdesc0_4_5 = "NJ Math Task Force" DQM_subdesc0_4_6 = "Quality Teaching & Learning Task Force" DQM_url0_4_0 = "/about/onlineTools.asp" DQM_url0_4_1 = "/about/community.asp" DQM_url0_4_2 = "/education/research.asp" DQM_url0_4_3 = "/about/educationForums.asp" DQM_url0_4_4 = "/about/standardsAlive.asp" DQM_url0_4_5 = "/about/NJMathTaskForce/index.asp" DQM_url0_4_6 = "/about/QualityTeachingAndLearningTaskForce/index.asp" /************************************************ *********-------Sub Menu 1--------*************** ************************************************/ DQM_sub_xy1 = "0,12" DQM_sub_menu_width1 = 160 DQM_subdesc1_0 = "Teachers Lounge" DQM_subdesc1_1 = "Parents Pages" DQM_subdesc1_2 = "Educators Area" DQM_subdesc1_3 = "How Does Your School Measure Up?" DQM_subdesc1_4 = "Business and Community Leaders" DQM_url1_0 = "/getStarted/teachersLounge.asp" DQM_url1_1 = "/getStarted/parentsPage.asp" DQM_url1_2 = "/getStarted/educatorsArea.asp" DQM_url1_3 = "/getStarted/hdysmu.asp" DQM_url1_4 = "/getStarted/businessAndCommunityLeaders.asp" /************************************************ *********-------Sub Menu 2--------*************** ************************************************/ DQM_sub_xy2 = "0,12" DQM_sub_menu_width2 = 160 DQM_subdesc2_0 = "Standards" DQM_subdesc2_1 = "Assessments" DQM_subdesc2_2 = "Understanding NCLB" DQM_subdesc2_3 = "Special Education" DQM_subdesc2_4 = "School Financing/Abbott Decision" DQM_subdesc2_5 = "Parental Involvement" DQM_subdesc2_6 = "Education Organization Keyword Search" DQM_url2_0 = "/education/standard.asp" DQM_url2_1 = "/education/assessments.asp" DQM_url2_2 = "/education/nclb.asp" DQM_url2_3 = "/education/specialEducation.asp" DQM_url2_4 = "/education/schoolFinancing.asp" DQM_url2_5 = "/education/parentalInvolvement.asp" DQM_url2_6 = "/education/keyword.asp" /************************************************ *********-------Sub Menu 3--------*************** ************************************************/ DQM_sub_xy3 = "0,12" DQM_sub_menu_width3_0 = 150 DQM_subdesc3_0 = "Research" DQM_subdesc3_1 = "Fact Sheets" DQM_2nd_icon_index3_0 = 0 DQM_2nd_icon_index3_1 = 0 DQM_url3_0 = "/education/research.asp" /************************************************ ****-------Sub 3 - Item 0 Sub Menu--------******* ************************************************/ DQM_sub_xy3_0 = "-4,2" DQM_sub_menu_width3_0 = 220 DQM_subdesc3_0_0 = "Growing in Understanding Report" DQM_subdesc3_0_1 = "Building Strong Bridges Report" DQM_subdesc3_0_2 = "Building Strong Bridges (Spanish)" DQM_subdesc3_0_3 = "Information Please Report" DQM_subdesc3_0_4 = "Report to Members" DQM_url3_0_0 = "/images/pdf/growing-in-understanding.pdf" DQM_url3_0_1 = "/images/pdf/building-strong-bridges.pdf" DQM_url3_0_2 = "/images/pdf/building-strong-bridges-spanish.pdf" DQM_url3_0_3 = "/images/pdf/info please report.pdf" DQM_url3_0_4 = "/images/pdf/nju-report-to-members.pdf" DQM_urltarget3_0_0 = "_new" DQM_urltarget3_0_1 = "_new" DQM_urltarget3_0_2 = "_new" DQM_urltarget3_0_3 = "_new" DQM_urltarget3_0_4 = "_new" /************************************************ ****-------Sub 3 - Item 1 Sub Menu--------******* ************************************************/ DQM_sub_xy3_1 = "-4,2" DQM_sub_menu_width3_1 = 220 DQM_subdesc3_1_0 = "After a Community Meeting" DQM_subdesc3_1_1 = "After a Community Meeting (Spanish)" DQM_subdesc3_1_2 = "Assessments" DQM_subdesc3_1_3 = "Assessments (Spanish)" DQM_subdesc3_1_4 = "Become a Member" DQM_subdesc3_1_5 = "Become a Member (Spanish)" DQM_subdesc3_1_6 = "How Does Your School Measure Up?" DQM_subdesc3_1_7 = "How Does Your School Measure Up? (Spanish)" DQM_subdesc3_1_8 = "New Jersey United Services" DQM_subdesc3_1_9 = "New Jersey United Services (Spanish)" DQM_subdesc3_1_10 = "No Child Left Behind Act" DQM_subdesc3_1_11 = "No Child Left Behind Act (Spanish)" DQM_subdesc3_1_12 = "No Child Left Behind Timeline" DQM_subdesc3_1_13 = "No Child Left Behind Timeline (Spanish)" DQM_subdesc3_1_14 = "Standards" DQM_subdesc3_1_15 = "Standards (Spanish)" DQM_url3_1_0 = "/images/pdf/After-a-Community-Meeting.pdf" DQM_url3_1_1 = "#" DQM_url3_1_2 = "/images/pdf/Assessments.pdf" DQM_url3_1_3 = "#" DQM_url3_1_4 = "/images/pdf/Become-a-Member.pdf" DQM_url3_1_5 = "#" DQM_url3_1_6 = "/images/pdf/How-Does-Your-School-Measure-Up.pdf" DQM_url3_1_7 = "#" DQM_url3_1_8 = "/images/pdf/New-Jersey-United-Services.pdf" DQM_url3_1_9 = "#" DQM_url3_1_10 = "/images/pdf/No-Child-Left-Behind-Act.pdf" DQM_url3_1_11 = "#" DQM_url3_1_12 = "/images/pdf/No-Child-Left-Behind-Timeline.pdf" DQM_url3_1_13 = "#" DQM_url3_1_14 = "/images/pdf/Standards.pdf" DQM_url3_1_15 = "#" DQM_urltarget3_1_0 = "_new" DQM_urltarget3_1_1 = "_new" DQM_urltarget3_1_2 = "_new" DQM_urltarget3_1_3 = "_new" DQM_urltarget3_1_4 = "_new" DQM_urltarget3_1_5 = "_new" DQM_urltarget3_1_6 = "_new" DQM_urltarget3_1_7 = "_new" DQM_urltarget3_1_8 = "_new" DQM_urltarget3_1_9 = "_new" DQM_urltarget3_1_10 = "_new" DQM_urltarget3_1_11 = "_new" DQM_urltarget3_1_12 = "_new" DQM_urltarget3_1_13 = "_new" DQM_urltarget3_1_14 = "_new" DQM_urltarget3_1_15 = "_new" /************************************************ *********-------Sub Menu 4--------*************** ************************************************/ DQM_sub_xy4 = "0,12" DQM_sub_menu_width4_0 = 150 DQM_subdesc4_0 = "Past Events" DQM_subdesc4_1 = "Upcoming Events" DQM_url4_0 = "/events/past.asp" DQM_url4_1 = "/events/future.asp" /************************************************ *********-------Sub Menu 5--------*************** ************************************************/ DQM_sub_xy5 = "0,12" DQM_sub_menu_width54_0 = 150 DQM_subdesc5_0 = "Become a Member Organization" DQM_subdesc5_1 = "Community Meetings" DQM_subdesc5_2 = "Contact Us" DQM_subdesc5_3 = "Join Our E-mail List" DQM_subdesc5_4 = "Member List" DQM_subdesc5_5 = "Member Login" DQM_url5_0 = "/presskit/pr.asp" DQM_2nd_icon_index5_5 = 0 DQM_url5_0 = "/membersArea/memberorg.asp" DQM_url5_1 = "/about/community.asp " DQM_url5_2 = "/membersArea/contact.asp" DQM_url5_3 = "/membersArea/emailList.asp" DQM_url5_4 = "/membersArea/memlist.asp" DQM_url5_5 = "/membersArea/members/index.asp" /************************************************ ****-------Sub 5 - Item 5 Sub Menu--------******* ************************************************/ DQM_sub_xy5_5 = "-4,2" DQM_sub_menu_width5_5 = 120 DQM_subdesc5_5_0 = "Member Database Search" DQM_subdesc5_5_1 = "Modify Contact Information" DQM_subdesc5_5_2 = "Change Password" DQM_url5_5_0 = "/membersArea/members/secure/search.asp" DQM_url5_5_1 = "/membersArea/members/secure/modify.asp" DQM_url5_5_2 = "/membersArea/members/secure/modifypassword.asp" /************************************************ *********-------Sub Menu 6--------*************** ************************************************/ DQM_sub_xy6 = "0,12" DQM_sub_menu_width6_0 = 150 DQM_subdesc6_0 = "Press Releases" DQM_subdesc6_1 = "Events" DQM_subdesc6_2 = "NJU Publications" DQM_subdesc6_3 = "NJU General Media Clips" DQM_subdesc6_4 = "Leadership Overview" DQM_subdesc6_5 = "Member List" DQM_subdesc6_6 = "Media Contacts" DQM_url6_0 = "/presskit/pr.asp" DQM_2nd_icon_index6_1 = 0 DQM_2nd_icon_index6_2 = 0 DQM_url6_0 = "/presskit/pr.asp" DQM_url6_3 = "/presskit/clips.asp" DQM_url6_4 = "/about/leadership.asp" DQM_url6_5 = "/membersArea/memlist.asp" DQM_url6_6 = "/presskit/mediacontact.asp" /************************************************ ****-------Sub 6 - Item 1 Sub Menu--------******* ************************************************/ DQM_sub_xy6_1 = "-4,2" DQM_sub_menu_width6_1 = 120 DQM_subdesc6_1_0 = "Past Events" DQM_subdesc6_1_1 = "Upcoming Events" DQM_url6_1_0 = "/events/past.asp" DQM_url6_1_1 = "/events/future.asp" /************************************************ ****-------Sub 6 - Item 2 Sub Menu--------******* ************************************************/ DQM_sub_xy6_2 = "-4,2" DQM_sub_menu_width6_2 = 120 DQM_subdesc6_2_0 = "Research" DQM_subdesc6_2_1 = "Fact Sheets" DQM_url6_2_0 = "/education/research.asp" DQM_url6_2_1 = "/education/factSheets.asp" limit_users = true