code0 = 1009
code1 = 1412
code2 = 1448
code3 = 1851
sequence = '9x44_5'


/**********************************************************************************************
**********************************************************************************************

                              Main Menu Settings  

**********************************************************************************************
**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	dqm__main_width = 150			//default main item widths
	dqm__main_height = 25			//default main item heights
	
	//dqm__main_widthX			//specific main item widths
	//dqm__main_heightX			//specific main item heights


/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	dqm__main_horizontal =false		//align menu bar horizontally or vertically

	dqm__main_border_width = 1		//the thickness of the border in pixels, 0 = no border
	dqm__main_border_color = "#86A0B2"	//HEX color or set to 'transparent'


	dqm__main_use_dividers = true		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 5			//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	dqm__main_bgcolor = "#336699"		//default color for all items, HEX or 'transparent'
	dqm__main_bgcolorX = "#336699"		//specific menu item color, HEX or 'transparent'
	
	dqm__main_hl_bgcolor = "#336699"	//HEX color value or set to 'transparent'
	dqm__main_hl_bgcolorX = "#336699"

	dqm__main_textcolor = "#ffffff"
	dqm__main_textcolor0 = "#f09441"
	dqm__main_textcolor8 = "#f09441"

	dqm__main_hl_textcolor = "#8FB2D4"
	dqm__main_hl_textcolorX = "#ffffff"
	dqm__main_hl_textcolor0 = "#f09441"
	dqm__main_hl_textcolor8 = "#f09441"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	dqm__main_fontfamily = "arial"		//Any available system font     
	dqm__main_fontsize = 12			//Defined with pixel sizing  	
	dqm__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
	dqm__main_fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	dqm__main_hl_textdecoration = "none"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	dqm__main_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 5
	dqm__main_margin_bottom = 2
	dqm__main_margin_left = 5
	dqm__main_margin_right = 4

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"



/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/


	
    //Main Menu 0
	dqm__maindesc0 = "<P class=setCur>ABOUT SCSD</P>"

	
    //Main Menu 1

	dqm__maindesc1 = "Sheriff's Office"
	dqm__url1 = "http://www.scsdma.org/sheriffOffice/index.html"


    //Main Menu 2

	dqm__maindesc2 = "Department Overview"
	dqm__url2 = "http://www.scsdma.org/deptOverview/index.html"


    //Main Menu 3

	dqm__maindesc3 = "Facilities"
	dqm__url3 = "http://www.scsdma.org/facilities/index.html"


    //Main Menu 4

	dqm__maindesc4 = "News"
	dqm__url4 = "http://www.scsdma.org/news/index.html"


    //Main Menu 5

	dqm__maindesc5 = "Careers"
	dqm__url5 = "http://www.scsdma.org/careers/index.html"


 //Main Menu 6

	dqm__maindesc6 = "Volunteer / Internships"
	dqm__url6 = "http://www.scsdma.org/volunteer/index.html"


 //Main Menu 7

	dqm__maindesc7 = "Virtual Tour"
	dqm__url7 = "http://www.scsdma.org/virtualTour/index.html"


 //Main Menu 8

	dqm__maindesc8 = "<P class=setCur>SERVICES</P>"
	//dqm__micon_index8 = 0

 //Main Menu 9

	dqm__maindesc9 = "Community Affairs"
	dqm__url9 = "http://www.scsdma.org/commAffairs/index.html"


 //Main Menu 10

	dqm__maindesc10 = "Inmate Rehabilitation"
	dqm__url10 = "http://www.scsdma.org/rehab/index.html"

 
//Main Menu 11

	dqm__maindesc11 = "Reentry Services"
	dqm__url11 = "http://www.scsdma.org/reentryServices/index.html"


 //Main Menu 12

	dqm__maindesc12 = "Just For Kids"
	dqm__url12 = "http://www.scsdma.org/kids/index.html"


 //Main Menu 13

	dqm__maindesc13 = "Deadbeat Parents"
	dqm__url13 = "http://www.scsdma.org/deadbeatParents/index.html"

 
//Main Menu 14

	dqm__maindesc14 = "Online Resources"
	dqm__url14 = "http://www.scsdma.org/onlineResources/index.html"



 //Main Menu 15

	dqm__maindesc15 = "Helpful Links"
	dqm__url15 = "http://www.scsdma.org/helpfulLinks/index.html"



/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************
**********************************************************************************************/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 70      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 0

	dqm__border_color = "#C0C0C0"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#F4EBC2"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#F4F0DF"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#8FB2D4"
	dqm__fontfamily = "Arial"		//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 = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#8FB2D4"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


	dqm__show_urls_statusbar = false

	//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"	



/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "gradientwipe"
	dqm__sub_item_effect = "gradientwipe"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .5
	dqm__sub_item_effect_duration = .5


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	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


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//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__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


    //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."
   

    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group.
    //The 'X_X' indicates the index number of the sub menu item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#336699";     
	dqm__menu_bgcolorX = "#336699"
	dqm__hl_bgcolorX = "#336699"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"




/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
  

    //Sub Menu 1

	dqm__sub_xy1 = "-55,0"
	dqm__sub_menu_width1 = 135

	dqm__subdesc1_0 = "Bio"
	dqm__subdesc1_1 = "Executive Team"
	dqm__subdesc1_2 = "Statement of Purpose"

	dqm__url1_0 = "http://www.scsdma.org/sheriffOffice/sheriffBio.html"
	dqm__url1_1 = "http://www.scsdma.org/sheriffOffice/executiveTeam.html"
	dqm__url1_2 = "http://www.scsdma.org/sheriffOffice/statementOfPurpose.html"


    //Sub Menu 2

	dqm__sub_xy2 = "-15,0"
	dqm__sub_menu_width2 = 165

	dqm__subdesc2_0 = "Civil Process Division"
	dqm__subdesc2_1 = "Communications and External Affairs"
	dqm__subdesc2_2 = "Education"
	dqm__subdesc2_3 = "Legal Services"
	dqm__subdesc2_4 = "House of Correction Inmate Programs"
	dqm__subdesc2_5 = "Suffolk County Jail Detainee Programs"
	
	dqm__url2_0 = "http://www.scsdma.org/deptOverview/civilProcessDivision.html"
	dqm__url2_1 = "http://www.scsdma.org/deptOverview/commExternalAffairs.html"
	dqm__url2_2 = "http://www.scsdma.org/deptOverview/education.html"
	dqm__url2_3 = "http://www.scsdma.org/deptOverview/legalServices.html"
	dqm__url2_4 = "http://www.scsdma.org/deptOverview/inmatePrograms.html"
	dqm__url2_5 = "http://www.scsdma.org/deptOverview/jailDetaineePrograms.html"


    //Sub Menu 3

	dqm__sub_xy3 = "-90,0"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Suffolk County House of Correction" 
	dqm__subdesc3_1 = "Suffolk County Jail at Nashua Street"
			
	dqm__url3_0 = "http://www.scsdma.org/facilities/hocFacts.html"
	dqm__url3_1 = "http://www.scsdma.org/facilities/jailFacts.html"
		

    //Sub Menu 3_0

	dqm__sub_xy3_0 = "0,0"
	dqm__sub_menu_width3_0 = 100

	dqm__subdesc3_0_0 = "Directions"
	dqm__subdesc3_0_1 = "Visiting Hours"
	dqm__subdesc3_0_2 = "Visiting Policies"
	
	dqm__url3_0_0 = "http://www.scsdma.org/facilities/hocDirections.html"
	dqm__url3_0_1 = "http://www.scsdma.org/facilities/hocVisiting.html"
	dqm__url3_0_2 = "http://www.scsdma.org/facilities/hocVisitingPolicies.html"


    //Sub Menu 3_1

	dqm__sub_xy3_1 = "0,0"
	dqm__sub_menu_width3_1 = 100

	dqm__subdesc3_1_0 = "Directions"
	dqm__subdesc3_1_1 = "Visiting Hours"
	dqm__subdesc3_1_2 = "Visiting Policies"
	
	dqm__url3_1_0 = "http://www.scsdma.org/facilities/jailDirections.html"
	dqm__url3_1_1 = "http://www.scsdma.org/facilities/jailVisiting.html"
	dqm__url3_1_2 = "http://www.scsdma.org/facilities/jailVisitingPolicies.html"

	//Sub Menu 3_2

	dqm__sub_xy3_2 = "0,0"
	dqm__sub_menu_width3_1 = 100

	dqm__subdesc3_2_0 = "Directions"
		
	dqm__url3_2_0 = "http://www.scsdma.org/facilities/hocDirections.html"
	

    //Sub Menu 4

	dqm__sub_xy4 = "-105,0"
	dqm__sub_menu_width4 = 105
	
	dqm__subdesc4_0 = "Press Releases"
	dqm__subdesc4_1 = "Newsletters"
	dqm__subdesc4_2 = "Not Beyond Hope"
	dqm__subdesc4_3 = "Columns"
		
	dqm__url4_0 = "http://www.scsdma.org/news/press/2010/index.html"
	dqm__url4_1 = "http://www.scsdma.org/news/newsletters/index.html"
	dqm__url4_2 = "http://www.scsdma.org/news/notbeyondhope/index.html"
	dqm__url4_3 = "http://www.scsdma.org/news/columns/index.html"
	
    //Sub Menu 5

	dqm__sub_xy5 = "-90,0"
	dqm__sub_menu_width5 = 120

	dqm__subdesc5_0 = "Job Openings"
	dqm__subdesc5_1 = "Application Form"
	dqm__subdesc5_2 = "Employee Benefits"
	dqm__subdesc5_3 = "Internships"
	
	dqm__url5_0 = "http://www.scsdma.org/careers/opps.html"
	dqm__url5_1 = "http://www.scsdma.org/careers/application.html"
	dqm__url5_2 = "http://www.scsdma.org/careers/benefits.html"
	dqm__url5_3 = "http://www.scsdma.org/careers/internship.html"


    //Sub Menu 6

	dqm__sub_xy6 = "-10,0"
	dqm__sub_menu_width6 = 80

	dqm__subdesc6_0 = "Volunteer"
	dqm__subdesc6_1 = "Internships"
	
	dqm__url6_0 = "http://www.scsdma.org/volunteer/index.html"
	dqm__url6_1 = "http://www.scsdma.org/volunteer/internship.html"


    //Sub Menu 9

	dqm__sub_xy9 = "-35,0"
	dqm__sub_menu_width9 = 170

	dqm__subdesc9_0 = "Seniors"
	dqm__subdesc9_1 = "Jail Brake"
	dqm__subdesc9_2 = "Jail Tours"
	dqm__subdesc9_3 = "Community Works Program (CWP)"
	dqm__subdesc9_4 = "In the Schools"
        dqm__subdesc9_5 = "Victim Services Unit"
	dqm__subdesc9_6 = "Cellphone Recycling Program"
	
	dqm__url9_0 = "http://www.scsdma.org/commAffairs/seniors.html"
	dqm__url9_1 = "http://www.scsdma.org/commAffairs/jailBrake.html"
	dqm__url9_2 = "http://www.scsdma.org/commAffairs/tours.html"
	dqm__url9_3 = "http://www.scsdma.org/commAffairs/cwp.html"
	dqm__url9_4 = "http://www.scsdma.org/commAffairs/schools.html"
        dqm__url9_5 = "http://www.scsdma.org/commAffairs/victimServicesUnit.html"
	dqm__url9_6 = "http://www.scsdma.org/cellphone.html"

    //Sub Menu 10

	dqm__sub_xy10 = "-20,0"
	dqm__sub_menu_width10 = 170

	dqm__subdesc10_0 = "Community Works Program"
	dqm__subdesc10_1 = "Job Training"
	dqm__subdesc10_2 = "Social Services"
	dqm__subdesc10_3 = "Volunteer"
	
	
	dqm__url10_0 = "http://www.scsdma.org/rehab/communityWorks.html"
	dqm__url10_1 = "http://www.scsdma.org/rehab/jobTraining.html"
	dqm__url10_2 = "http://www.scsdma.org/rehab/socialServices.html"
	dqm__url10_3 = "http://www.scsdma.org/rehab/volunteer.html"


    //Sub Menu 11

	dqm__sub_xy11 = "-43,0"
	dqm__sub_menu_width11 = 170

	dqm__subdesc11_0 = "The Common Ground Institute"
	dqm__subdesc11_1 = "The Boston Reentry Initiative"
	dqm__subdesc11_2 = "Offender Reentry Program"
	dqm__subdesc11_3 = "Community Reentry for Women (C.R.E.W.)"
	
	
	dqm__url11_0 = "http://www.scsdma.org/reentryServices/CGI.html"
	dqm__url11_1 = "http://www.scsdma.org/reentryServices/bostonReentryInitiative.html"
	dqm__url11_2 = "http://www.scsdma.org/reentryServices/offenderReentryProgram.html"
	dqm__url11_3 = "http://www.scsdma.org/reentryServices/crew.html"


