/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/
	SM_sub_menu_width = 190      		//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 = 0
	SM_border_color = "#4E4E4E"		//Hex color or 'transparent'
	SM_menu_bgcolor = "#A8BDC7"		//Hex color or 'transparent'
	SM_hl_bgcolor = "#C0C0C0"		
	SM_mouse_off_delay = 250
/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
    //Font settings
	SM_textcolor = "#4E4E4E"
	SM_fontfamily = "Verdana"		//Any available system font     
	SM_fontsize = 13			//Defined with pixel sizing  	
	SM_fontsize_ie4 = 9			//Defined with point sizing
	SM_textdecoration = "normal"		//set to: 'normal', or 'underline'
	SM_fontweight = "normal"		//set to: 'normal', or 'bold'
	SM_fontstyle = "normal"			//set to: 'normal', or 'italic' 	
    //Rollover font settings
	SM_hl_textcolor = "#ff0000"
	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 = "menu_images/bullet_blue.gif"
	//SM_icon_rollover0 = "menu_images/bullet_blue_hl.gif"
	//SM_icon_image_wh0 = "11,9"
    //Absolute positioned icon images
	//SM_2nd_icon_image0 = "menu_images/bullet_arrow.gif"
	//SM_2nd_icon_rollover0 = "menu_images/bullet_arrow_hl.gif"
	//SM_2nd_icon_image_wh0 = "13,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 = "gradientwipe"
    //Define the effect duration in seconds below
	SM_sub_menu_effect_duration = .2
	SM_sub_item_effect_duration = .3
    //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 = 100			//1 to 100
	SM_dropshadow_color = "none"			//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 = 0
	SM_os9_ie5mac_offset_Y = 0
	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 asp page
	SM_use_opera_div_detect_fix = false
/*---------------------------------------------
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 = 0;		
	SM_border_colorX = "#fafafa";     
	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 = "images/navroll_06.gif"
SM_rollover_wh0 = "74,27"
SM_url0 = "home.asp";

//Main Menu Item 1
SM_rollover_image1 = "images/navroll_08.gif"
SM_rollover_wh1 = "74,27"
SM_url1 = "departments.asp";

//Main Menu Item 2
SM_rollover_image2 = "images/navroll_09.gif"
SM_rollover_wh2 = "74,26"
SM_url2 = "projects.asp";

//Main Menu Item 3
SM_rollover_image3 = "images/navroll_10.gif"
SM_rollover_wh3 = "74,26"
SM_url3 = "about.asp";

//Main Menu Item 4
SM_rollover_image4 = "images/navroll_11.gif"
SM_rollover_wh4 = "74,22"
SM_url4 = "contact.asp";
/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  
**********************************************************************************************
**********************************************************************************************/





SM_sub_xy1 = "0,12"
SM_sub_menu_width1 = 127

//Sub Menu 1_0
SM_sub_xy1_0 = "-3,-1"
SM_sub_menu_width1_0 = 115
SM_subtext1_0 = "Water Resources"
SM_icon_index1_0 = 0
SM_url1_0 = "waterresources.asp"

//Sub Menu 1_1
SM_sub_xy1_1 = "-3,-1"
SM_sub_menu_width1_1 = 115
SM_subtext1_1 = "Design"
SM_icon_index1_1 = 0
SM_url1_1 = "design.asp"


//Sub Menu 1_2
SM_sub_xy1_2 = "-3,-1"
SM_sub_menu_width1_2 = 115
SM_subtext1_2 = "Construction Administration"
SM_icon_index1_2 = 0
SM_url1_2 = "constructionadministration.asp"


//Sub Menu 1_3
SM_sub_xy1_3 = "-3,-1"
SM_sub_menu_width1_3 = 115
SM_subtext1_3 = "Construction Survey"
SM_icon_index1_3 = 0
SM_url1_3 = "constructionsurvey.asp"

SM_sub_xy2 = "0,12"
SM_sub_menu_width2 = 127

//Sub Menu 1_4
SM_sub_xy1_4 = "-3,-1"
SM_sub_menu_width1_4 = 115
SM_subtext1_4 = "Cost Sharing"
SM_icon_index1_4 = 0
SM_url1_4 = "costsharing.asp"

SM_sub_xy2 = "0,12"
SM_sub_menu_width2 = 127



//Sub Menu 2_0
SM_sub_xy2_0 = "-3,-1"
SM_sub_menu_width2_0 = 115
SM_subtext2_0 = "Block 10"
SM_icon_index2_0 = 0
SM_url2_0 = "Block10.asp"


//Sub Menu 2_1
SM_sub_xy2_1 = "-3,-1"
SM_sub_menu_width2_1 = 115
SM_subtext2_1 = "Subdivision Project"
SM_icon_index2_1 = 0
SM_url2_1 = "subdivisionProject.asp"


//Sub Menu 2_2
SM_sub_xy2_2 = "-3,-1"
SM_sub_menu_width2_2 = 115
SM_subtext2_2 = "Block 32"
SM_icon_index2_2 = 0
SM_url2_2 = "Block32.asp"

//Sub Menu 2_3
SM_sub_xy2_3 = "-3,-1"
SM_sub_menu_width2_3 = 115
SM_subtext2_3 = "The Woodbridge Expansion Area"
SM_icon_index2_3 = 0
SM_url2_3 = "woodbridgeexpansion.asp"





SM_sub_xy3 = "0,12"
SM_sub_menu_width3 = 127








//Sub Menu 3_0
SM_sub_xy3_0 = "-3,-1"
SM_sub_menu_width3_0 = 115
SM_subtext3_0 = "Company Profile"
SM_icon_index3_0 = 0
SM_url3_0 = "companyprofile.asp"


//Sub Menu 3_1
SM_sub_xy3_1 = "-3,-1"
SM_sub_menu_width3_1 = 115
SM_subtext3_1 = "Our Personnel"
SM_icon_index3_1 = 0
SM_url3_1 = "ourpersonnel.asp"


//Sub Menu 3_2
SM_sub_xy3_2 = "-3,-1"
SM_sub_menu_width3_2 = 115
SM_subtext3_2 = "Career Opportunities"
SM_icon_index3_2 = 0
SM_url3_2 = "careeropportunities.asp"


//Sub Menu 3_3
SM_sub_xy3_3 = "-3,-1"
SM_sub_menu_width3_3 = 115
SM_subtext3_3 = "Affiliations"
SM_icon_index3_3 = 0
SM_url3_3 = "affiliations.asp"
