
//--- SiteMenu v3.0, Copyright (c) 2002, FieldZero Inc., All Rights Reserved.
//--- Visit www.fieldzero.com for current SiteMenu downloads and information.



/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


    SM_sub_menu_width = 130             //default sub menu widths
    SM_sub_xy = "0,0"                   //default sub x,y coordinates


    SM_urltarget = "_self"          //default URL target: _self, _parent, _new, or "my frame name"

    SM_border_width = 1
    SM_divider_height = 1

    SM_border_color = "#708E48"     //Hex color or 'transparent'
    SM_menu_bgcolor = "#D2E5B8"     //Hex color or 'transparent'
    SM_hl_bgcolor = "#708E48"

    SM_mouse_off_delay = 100



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/


    //Font settings

    SM_textcolor = "#234786"

  // Original color  SM_textcolor = "#708E48"
    SM_fontfamily = "Arial"         //Any available system font
    SM_fontsize = 10            //Defined with pixel sizing
    SM_fontsize_ie4 = 9         //Defined with point sizing
    SM_textdecoration = "normal"        //set to: 'normal', or 'underline'
    SM_fontweight = "bold"        //set to: 'normal', or 'bold'
    SM_fontstyle = "normal"         //set to: 'normal', or 'italic'


    //Rollover font settings

    SM_hl_textcolor = "#D2E5B8"
    SM_hl_textdecoration = "normal"     //set to: 'normal', or 'underline'



    //Margins and text alignment

    SM_text_alignment = "left"      //set to: 'left', 'center' or 'right'
    SM_margin_top = 2
    SM_margin_bottom = 3
    SM_margin_left = 5
    SM_margin_right = 4




/*-------------------------------------------
Bullet and Icon image library - Each bullet or icon
image to be used may be defined once below, then
referenced for use within the sub menu settings
--------------------------------------------*/


    //Relative positioned icon images

    SM_icon_image0 = "/ers/images/menuarrow.gif"
    SM_icon_rollover0 = "/ers/images/menuarrow.gif"
    SM_icon_image_wh0 = "13,10"



    //Absolute positioned icon images

    SM_2nd_icon_image0 = "/ers/images/menuarrow.gif"
    SM_2nd_icon_rollover0 = "/ers/images/menuarrowon.gif"
    SM_2nd_icon_image_wh0 = "14,10"
    SM_2nd_icon_image_xy0 = "0,4"




/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

    SM_show_urls_statusbar = true

    //SM_status_text0 = "Sample text - Main Menu Item 0"
    //SM_status_text1 = "Sample text - Main Menu Item 1"

    //SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
    //SM_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

    SM_sub_menu_effect = "none"
    SM_sub_item_effect = "none"


    //Define the effect duration in seconds below

    SM_sub_menu_effect_duration = .4
    SM_sub_item_effect_duration = .4


    //Specific settings for various transitions

    SM_effect_pixelate_maxsqare = 25
    SM_effect_iris_irisstyle = "CIRCLE"     //CROSS, CIRCLE, PLUS, SQUARE, or STAR
    SM_effect_checkerboard_squaresx = 14
    SM_effect_checkerboard_squaresY = 14
    SM_effect_checkerboard_direction = "RIGHT"  //UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows

    SM_sub_menu_opacity = 50           //1 to 100
    SM_dropshadow_color = "#444444"            //Hex color value or 'none'
    SM_dropshadow_offx = 5              //drop shadow width
    SM_dropshadow_offy = 5              //drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly

    SM_os9_ie5mac_offset_X = 10
    SM_os9_ie5mac_offset_Y = 15

    SM_osx_ie5mac_offset_X = 0
    SM_osx_ie5mac_offset_Y = 0

    SM_ie4mac_offset_X = -8
    SM_ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround

    SM_nn4_reaload_after_resize = true
    SM_nn4_resize_prompt_user = false
    SM_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

    SM_use_opera_div_detect_fix = true



/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statement here

    // SM_onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

    SM_showmenu_codeX = "status = 'custom show menu function call - menu0'"
    SM_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
    SM_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group

    SM_border_widthX = 10;
    SM_divider_heightX = 5;
    SM_border_colorX = "#0000ff";
    SM_menu_bgcolorX = "#ff0000"
    SM_hl_bgcolorX = "#00ff00"
    SM_hl_textcolorX = "#ff0000"
    SM_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.

    SM_hl_subdescX = "custom highlight text"
    SM_urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

    SM_rollover_image0 = "/ers/images/toptabs_1_on.gif";
    SM_rollover_wh0 = "115,20";
    SM_url0 = "/ers/Msg_LPs.asp";


    //Main Menu Item 1

    SM_rollover_image1 = "/ers/images/toptabs_2_on.gif";
    SM_rollover_wh1 = "115,20";
    SM_url1 = "/ers/planahead.asp";


    //Main Menu Item 2

    SM_rollover_image2 = "/ers/images/toptabs_3_on.gif"
    SM_rollover_wh2 = "115,20"
    SM_url2 = "/ers/classroomtools.asp";


    //Main Menu Item 3

    SM_rollover_image3 = "/ers/images/toptabs_4_on.gif"
    SM_rollover_wh3 = "115,20"
    SM_url3 = "/ers/resources.asp";



/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text

**********************************************************************************************
**********************************************************************************************/

    //Sub Menu 0

    SM_sub_xy0 = "-108,18";
    SM_sub_menu_width0 = 130;

    SM_subtext0_0 = "Elementary";
    SM_subtext0_1 = "Secondary";
    SM_subtext0_2 = "Ways to Implement";
    SM_subtext0_3 = "Best Practices";

    SM_url0_0 = "/ers/RequestedTopics_Current_ELEM.asp";
    SM_url0_1 = "/ers/RequestedTopics_Current_SECOND.asp";
    SM_url0_2 = "/ers/Implementation.asp";
    SM_url0_3 = "/ers/Reproducibles/BestPractices.asp";

    SM_2nd_icon_index0_0 = 0
    SM_2nd_icon_index0_1 = 0


        //Sub Menu 0_0

        SM_sub_xy0_0 = "-3,2"
        SM_sub_menu_width0_0 = 80

        SM_subtext0_0_0 = "Currently Featured"
        SM_subtext0_0_1 = "Archives"

        SM_2nd_icon_index0_0_1 = 0


        SM_url0_0_0 = "/ers/RequestedTopics_Current_ELEM.asp"
 //       SM_url0_0_1 = "/ers/RequestedTopics_WhatsNew_ELEM.asp"

            //Sub Menu 0_0_1

            SM_sub_xy0_0_1 = "-3,2"
            SM_sub_menu_width0_0_1 = 100

            SM_subtext0_0_1_0 = "Calendar Events"
            SM_subtext0_0_1_1 = "Life Skills<br>&nbsp;Pressing Issues"

            SM_url0_0_1_0 = "/ERS/Archive_ELEM_Calendar.asp"
            SM_url0_0_1_1 = "/ERS/Archive_ELEM_Lifeskills.asp"


        //Sub Menu 0_1

        SM_sub_xy0_1 = "-3,2"
        SM_sub_menu_width0_1 = 80

        SM_subtext0_1_0 = "Currently Featured"
        SM_subtext0_1_1 = "Archives"

        SM_2nd_icon_index0_1_1 = 0

        SM_url0_1_0 = "/ers/RequestedTopics_Current_SECOND.asp"
 //       SM_url0_1_1 = "/ers/RequestedTopics_WhatsNew_SECOND.asp"

            //Sub Menu 0_1_1

            SM_sub_xy0_1_1 = "-3,2"
            SM_sub_menu_width0_1_1 = 100

            SM_subtext0_1_1_0 = "Calendar Events"
            SM_subtext0_1_1_1 = "Life Skills<br>&nbsp;Pressing Issues"

            SM_url0_1_1_0 = "/ers/Archive_SECOND_Calendar.asp"
            SM_url0_1_1_1 = "/ers/Archive_SECOND_LifeSkills.asp"


    //Sub Menu 1

    SM_sub_xy1 = "-108,18"
    SM_sub_menu_width1 = 90

    SM_subtext1_0 = "Elementary"
    SM_subtext1_1 = "Secondary"

    SM_url1_0 = "/ERS/PlanAhead_ELEM.asp"
    SM_url1_1 = "/ERS/PlanAhead_SECOND.asp"


    //Sub Menu 2
    SM_sub_xy2 = "-108,18"
    SM_sub_menu_width2 = 85

    SM_subtext2_0 = "Elementary"
    SM_subtext2_1 = "Secondary"

    SM_2nd_icon_index2_0 = 0
    SM_2nd_icon_index2_1 = 0

//    SM_url2_0 = "/ers/planahead.asp"
//    SM_url2_1 = "/ers/planahead.asp"

        //Sub Menu 2_0

        SM_sub_xy2_0 = "-3,2"
        SM_sub_menu_width2_0 = 80

        SM_subtext2_0_0 = "Journals"
        SM_subtext2_0_1 = "Themes"
        SM_subtext2_0_2 = "Quotations"
        SM_subtext2_0_3 = "Other"

        SM_2nd_icon_index2_0_2 = 0
        SM_2nd_icon_index2_0_3 = 0

        SM_url2_0_0 = "/ers/Journals_Elem.asp"
        SM_url2_0_1 = "/ers/Themes_ELEM.asp"
 //       SM_url2_0_2 = "/ers/planahead.asp"
 //       SM_url2_0_3 = "/ers/planahead.asp"

            //Sub Menu 2_0_2

            SM_sub_xy2_0_2 = "-3,2"
            SM_sub_menu_width2_0_2 = 70

            SM_subtext2_0_2_0 = "Series 1"
            SM_subtext2_0_2_1 = "Series 2"
            SM_subtext2_0_2_2 = "Series 3"

            SM_url2_0_2_0 = "/ers/Reproducibles/Resource_ELEM.asp?key=E1_Quotes"
            SM_url2_0_2_1 = "/ers/Reproducibles/Resource_ELEM.asp?key=E2_Quotes"
            SM_url2_0_2_2 = "/ers/Reproducibles/Resource_ELEM.asp?key=E3_Quotes"

            //Sub Menu 2_0_3

            SM_sub_xy2_0_3 = "-3,2"
            SM_sub_menu_width2_0_3 = 80

            SM_subtext2_0_3_0 = "Classroom<br>&nbsp; Introduction"
            SM_subtext2_0_3_1 = "Ten Wise<br>&nbsp; Choices"
            SM_subtext2_0_3_2 = "Mini-Posters"

            SM_url2_0_3_0 = "/ers/Reproducibles/Resource_Public2.asp?key=ClassroomIntro"
            SM_url2_0_3_1 = "/ers/Reproducibles/Resource_Public.asp?key=TenWiseE"
            SM_url2_0_3_2 = "/ers/Reproducibles/Resource.asp?key=Mini"


        //Sub Menu 2_1

        SM_sub_xy2_1 = "-3,2"
        SM_sub_menu_width2_1 = 80

        SM_subtext2_1_0 = "Journals"
        SM_subtext2_1_1 = "Themes"
        SM_subtext2_1_2 = "Quotations"
        SM_subtext2_1_3 = "Other"

        SM_2nd_icon_index2_1_2 = 0
        SM_2nd_icon_index2_1_3 = 0

        SM_url2_1_0 = "/ers/Journals_SECOND.asp"
        SM_url2_1_1 = "/ers/Themes_SECOND.asp"
 //       SM_url2_1_2 = "/ers/planahead.asp"
 //       SM_url2_1_3 = "/ers/planahead.asp"


            //Sub Menu 2_1_2

            SM_sub_xy2_1_2 = "-3,2"
            SM_sub_menu_width2_1_2 = 70

            SM_subtext2_1_2_0 = "Series 1"
            SM_subtext2_1_2_1 = "Series 2"
            SM_subtext2_1_2_2 = "Series 3"

            SM_url2_1_2_0 = "/ers/Reproducibles/Resource_SECOND.asp?key=1_Quotes"
            SM_url2_1_2_1 = "/ers/Reproducibles/Resource_SECOND.asp?key=2_Quotes"
            SM_url2_1_2_2 = "/ers/Reproducibles/Resource_SECOND.asp?key=3_Quotes"

            //Sub Menu 2_1_3

            SM_sub_xy2_1_3 = "-3,2"
            SM_sub_menu_width2_1_3 = 80

            SM_subtext2_1_3_0 = "Classroom<br>&nbsp; Introduction"
            SM_subtext2_1_3_1 = "Ten Wise<br>&nbsp; Choices"
            SM_subtext2_1_3_2 = "Mini-Posters"

            SM_url2_1_3_0 = "/ers/Reproducibles/Resource_Public2.asp?key=ClassroomIntro"
            SM_url2_1_3_1 = "/ers/Reproducibles/Resource_Public.asp?key=TenWise"
            SM_url2_1_3_2 = "/ers/Reproducibles/Resource.asp?key=Mini"


    //Sub Menu 3
    SM_sub_xy3 = "-108,18"
    SM_sub_menu_width3 = 110


    SM_subtext3_0 = "User Guide"

    SM_subtext3_1 = "Character<br>&nbsp; Education"
    SM_subtext3_2 = "Parents and<br>&nbsp; Community"

    SM_subtext3_3 = "Funding"


    SM_2nd_icon_index3_1 = 0
    SM_2nd_icon_index3_2 = 0


	
 // Suz - 8/14/2007   SM_2nd_icon_index3_2 = 0


    SM_url3_0 = "/ers/Reproducibles/Resource_Public2.asp?key=UserGuide"
	SM_url3_1 = "/ers/resources.asp"
    SM_url3_2 = "/ers/resources.asp"
	
    SM_url3_3 = "/ers/title.asp"
	

        //Sub Menu 3_0

        SM_sub_xy3_0 = "-3,2"
        SM_sub_menu_width3_0 = 100
		
		
	    SM_subtext3_1_0 = "Must Read<br>&nbsp; Articles"	
		

        SM_subtext3_1_1 = "Character Ed<br>&nbsp; and Academics"
        SM_subtext3_1_2 = "Character Ed<br>&nbsp; and Discipline"
        SM_subtext3_1_3 = "Character Ed<br>&nbsp; and School<br>&nbsp; Climate"
        SM_subtext3_1_4 = "Are We Research<br>&nbsp; Based?"
        SM_subtext3_1_5 = "Comprehensive<br>&nbsp; Character Ed"
		SM_subtext3_1_6 = "Character Ed<br>&nbsp; and SEL"
		
        SM_subtext3_1_7 = "Encouraging<br>&nbsp; Good Character"		
		
        SM_subtext3_1_8 = "Importance of<br>&nbsp; Role Modeling"
        SM_subtext3_1_9 = "Values Fostered"
        SM_subtext3_1_10 = "Practical<br>&nbsp; Assessments"
        SM_subtext3_1_11 = "Important Links"


        SM_url3_1_0 = "/ers/CE_Articles.asp"

        SM_url3_1_1 = "/ers/CE_Academic.asp"
        SM_url3_1_2 = "/ers/CE_Discipline.asp"
        SM_url3_1_3 = "/ers/CE_Climate.asp"
        SM_url3_1_4 = "/ers/Reproducibles/Resource_Public2.asp?key=Research"
        SM_url3_1_5 = "/ers/CE_Compresen.asp"
		SM_url3_1_6 = "/ers/Reproducibles/Resource_Public2.asp?key=CESEL"
		
		
        SM_url3_1_7 = "/ers/Reproducibles/Resource_Public2.asp?key=Encourage"		
		
        SM_url3_1_8 = "/ers/Reproducibles/Resource_Public2.asp?key=RoleModeling"
        SM_url3_1_9 = "/ers/Reproducibles/Resource_Public2.asp?key=Summary"
        SM_url3_1_10 = "/ers/Reproducibles/Resource_Public2.asp?key=Practical"
        SM_url3_1_11 = "/ers/links.asp"

        //Sub Menu 3_1

        SM_sub_xy3_1 = "-3,2"
        SM_sub_menu_width3_1 = 100

        SM_subtext3_2_0 = "Announcement<br>&nbsp; for Parents"
        SM_subtext3_2_1 = "Press Release"
        SM_subtext3_2_2 = "Tips for Press<br>&nbsp; Coverage"


        SM_url3_2_0 = "/ers/Reproducibles/Resource_Public.asp?key=Parents"
        SM_url3_2_1 = "/ers/Reproducibles/Resource_Public.asp?key=PressRelease"
        SM_url3_2_2 = "/ers/Reproducibles/Resource_Public.asp?key=PressStory"




