
/**********************************************************************************************
**********************************************************************************************

                              Main Menu Settings  

**********************************************************************************************
**********************************************************************************************/
	code0 = 2366
	code1 = 1963
	code2 = 1536
	code3 = 1133
	sequence = '9x44_5'




/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	dqm__main_width = 149			//default main item widths
	dqm__main_height = 22			//default main item heights
	
	dqm__main_width0 = 95			//specific main item widths
	dqm__main_width1 = 203
	dqm__main_width3 = 139	
	//dqm__main_heightX			//specific main item heights


/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	dqm__main_horizontal =true		//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 = "#FFFFFF"	//HEX color or set to 'transparent'


	dqm__main_use_dividers = true		
						
							
	dqm__main_item_gap = 5			
	

	dqm__align_items_bottom_and_right = true	

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	dqm__main_bgcolor = "#415E71"		//default color for all items, HEX or 'transparent'
	dqm__main_bgcolorX = "#415E71"		//specific menu item color, HEX or 'transparent'
	dqm__main_hl_bgcolor = "#6F95AD"	//HEX color value or set to 'transparent'
	dqm__main_textcolor = "#FFFFFF"
	dqm__main_hl_textcolor = "#FFFFFF"




/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	dqm__main_fontfamily = "Verdana"	//Any available system font     
	dqm__main_fontsize = 11			//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 = "underline"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	dqm__main_text_alignment = "center"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 3
	dqm__main_margin_bottom = 3
	dqm__main_margin_left = 4
	dqm__main_margin_right = 4


/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/



	dqm__maindesc0 = "Services"
	dqm__micon_index0 = 0
	dqm__url0 = "#"


	dqm__maindesc1 = "Regional Information"
	dqm__micon_index1 = 0
	dqm__url1 = "#"


	dqm__maindesc2 = "Inside CMCOG"
	dqm__micon_index2 = 0
	dqm__url2 = "#"


	dqm__maindesc3 = "Publications"
	dqm__micon_index3 = 0
	dqm__url3 = "#"


	dqm__maindesc4 = "News and Events"
	dqm__micon_index4 = 0
	dqm__url4 = "#"


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 148      		//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 = "#FFFFFF"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#415E71"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#4F768F"		

	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
--------------------------------------------*/
   
	dqm__textcolor = "#FFFFFF"
	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 = "underline"	//set to: 'normal', or 'underline'


	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 3
	dqm__margin_bottom = 3
	dqm__margin_left = 1
	dqm__margin_right = 1



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


	dqm__show_urls_statusbar = false

/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"

   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


	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


	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
--------------------------------------------*/
 
	dqm__os9_ie5mac_offset_x = 5
	dqm__os9_ie5mac_offset_Y = 10

	dqm__osx_ie5mac_offset_x = 5
	dqm__osx_ie5mac_offset_Y = 10

	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


	dqm__mainitems_os9_ie5mac_offset_x = 10
	dqm__mainitems_os9_ie5mac_offset_y = 15

	dqm__mainitems_osx_ie5mac_offset_x = 10
	dqm__mainitems_osx_ie5mac_offset_y = 15

	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

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/
  
	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
----------------------------------------------*/

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#4F768F"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"




/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
  


    //Sub Menu 0

	dqm__sub_xy0 = "-80,20"
	dqm__sub_menu_width0 = 180

	dqm__subdesc0_0 = "Administration"
	dqm__subdesc0_1 = "Aging Services"
	dqm__subdesc0_2 = "Community & Economic Dev."	
	dqm__subdesc0_3 = "Environmental Planning"	
	dqm__subdesc0_4 = "Finance"	
	dqm__subdesc0_5 = "Land Use Planning"		
	dqm__subdesc0_6 = "Mapping and GIS"
	dqm__subdesc0_7 = "Midlands Workforce Investment Area"	
	dqm__subdesc0_8 = "Ombudsman"		
	dqm__subdesc0_9 = "Research and Demographics"		
	dqm__subdesc0_10 = "Transportation Planning"			
	dqm__subdesc0_11 = "Staff Directory"			
	

	dqm__url0_0 = "administration.asp"
	dqm__url0_1 = "agingservices.asp"
	dqm__url0_2 = "econdev.asp"
	dqm__url0_3 = "enviroplan.asp"	
	dqm__url0_4 = "finance.asp"		
	dqm__url0_5 = "landuse.asp"		
	dqm__url0_6 = "mapping.asp"
	dqm__url0_7 = "http://www.midlandsworkforce.org"				
	dqm__url0_8 = "ombudsman.asp"		
	dqm__url0_9 = "research.asp"			
	dqm__url0_10 = "COATS_HOME.asp"			
	dqm__url0_11 = "staff.asp"			

// Sub Menu 0_1
	
	dqm__sub_xy0_10 = "-4,2"
	dqm__sub_menu_width0_10 = 120
	dqm__subdesc0_10_0 = "Air Quality"
	dqm__url0_10_0 = "midlandsaq.asp"
	dqm__subdesc0_10_1 = "Bike & Pedestrian Information"
	dqm__url0_10_1 = "bike_ped.asp"
	


    //Sub Menu 1

	dqm__sub_xy1 = "-140,20"
	dqm__sub_menu_width1 = 165

	dqm__subdesc1_0 = "Central Midlands Region"
	dqm__subdesc1_1 = "Regional Links"
	dqm__subdesc1_2 = "Fairfield County"
	dqm__subdesc1_3 = "Lexington County"
	dqm__subdesc1_4 = "Newberry County"
	dqm__subdesc1_5 = "Richland County"
	dqm__subdesc1_6 = "2010 Census Data"
	dqm__subdesc1_7 = "Local Government Info"
	dqm__subdesc1_8 = "S.C. Councils of Governments"
	dqm__subdesc1_9 = "South Carolina Association of Regional Councils"

		
	dqm__url1_0 = "http://www.scmidlandsinfo.com"
	dqm__url1_2 = "fairfield.asp"
	dqm__url1_3 = "lexington.asp"
	dqm__url1_4 = "newberry.asp"
	dqm__url1_5 = "richland.asp"	
	dqm__url1_6 = "census.asp"
	dqm__url1_7 = "localgov.asp"
	dqm__url1_8 = "sccogs.asp"
	dqm__url1_9 = "http://www.sccogs.org"

	   
	
	// Sub Menu 1_1
	
	dqm__sub_xy1_1 = "-4,2"
	dqm__sub_menu_width1_1 = 120

	dqm__subdesc1_1_0 = "Central Midlands Regional Transit Authority"
	dqm__subdesc1_1_1 = "Educational Links"
	dqm__subdesc1_1_2 = "Arts and Entertainment"
	dqm__subdesc1_1_3 = "Governmental Links"
	dqm__subdesc1_1_4 = "Media Links"
	dqm__subdesc1_1_5 = "Religion"	
	
	dqm__url1_1_0 = "http://www.gocmrta.com"
	dqm__url1_1_1 = "edlinks.asp"
	dqm__url1_1_2 = "artslinks.asp"
	dqm__url1_1_3 = "govlinks.asp"
	dqm__url1_1_4 = "medilinks.asp"
	dqm__url1_1_5 = "religionlinks.asp"	
	
	

    //Sub Menu 2

	dqm__sub_xy2 = "-110,20"
	dqm__sub_menu_width2 = 155

	dqm__subdesc2_0 = "Board Members" 
	dqm__subdesc2_1 = "Agendas"
	dqm__subdesc2_2 = "Committees"
	
	
	dqm__url2_0 = "boardmembers.asp"
	dqm__url2_1 = "agendas.asp"
	dqm__url2_2 = "committees.asp"
	



    //Sub Menu 3

	dqm__sub_xy3 = "-110,20"
	dqm__sub_menu_width3 = 155

	dqm__subdesc3_0 = "Free Documents"
	dqm__subdesc3_1 = "Premium Documents"
	dqm__subdesc3_2 = "Quarterly Newsletter"
	
	dqm__url3_0 = "freedocs.asp"
	dqm__url3_1 = "premiumdocs.asp"
	dqm__url3_2 = "newsletter.asp"


    //Sub Menu 4

	dqm__sub_xy4 = "-120,20"
	dqm__sub_menu_width4 = 120

	dqm__subdesc4_0 = "What's New"
	dqm__subdesc4_1 = "Employment"
	dqm__subdesc4_2 = "Public Notices"
	dqm__subdesc4_3 = "Online Forums"	
	dqm__subdesc4_4 = "Site Feedback"
	dqm__subdesc4_5 = "Online Comments & Questions"
	dqm__subdesc4_6 = "Events Calendar"
	
	
	dqm__url4_0 = "whatsnew.asp"
	dqm__url4_1 = "employment.asp"
	dqm__url4_2 = "notices.asp"	
	dqm__url4_3 = "http://www.scmidlandsinfo.com/cgi-bin/ultimatebb.cgi"	
	dqm__url4_4 = "feedback.asp"
	dqm__url4_5 = "contact.asp"
	dqm__url4_6 = "calendar.asp"
	
