//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

um0http = 1

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/sample0_bullet1.gif"
	this.rel_icon_rollover0 = "../images/sample0_bullet1_hl.gif"
	this.rel_icon_image_wh0 = "17,13"

	this.rel_icon_image1 = "../images/sample0_bullet1.gif"
	this.rel_icon_rollover1 = "../images/sample0_bullet1_hl.gif"
	this.rel_icon_image_wh1 = "17,13"




    //Absolute positioned icon images (coordinate positioned)
	// Used for sub-sub menu arrows (currently)
	this.abs_icon_image0 = "../images/sample0_arrow.gif"
	this.abs_icon_rollover0 = "../images/sample0_arrow_hl.gif"
	this.abs_icon_image_wh0 = "17,13"
	this.abs_icon_image_xy0 = "-26,2"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1					//applies to horizontal menus only
	this.divider_height = 0				//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = true





/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the
   //width of items and menu groups may be defined, heights
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.is_horizontal_main = true

	this.menu_width = 200			//applies to vertical menus
	this.menu_width_items = 150		//applies to items in a horizontal menu
	this.menu_width_item1_0_0 = 70



   //Padding Values


	this.menu_padding_main = "2,0,2,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "1,1,1,1"
	this.item_padding_sub = "1,1,1,1"



   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)


	this.is_horizontalX = true

	this.menu_widthX = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "10,5,10,5"
	this.item_padding_mainX = "10,5,10,5"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1






/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "Menu1"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"


/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = ""
	this.hide_menu = ""


 //available specific settings


	//this.show_menuX = "alert('show id')"
	//this.hide_menuX = "alert('hide id')"
	//this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0


	this.item0 = "PLANNING"
	this.icon_rel0 = 0

	this.item1 = "QUALITY GROWTH"
	this.icon_rel1 = 0

	this.item2 = "ENVIRONMENTAL"
	this.icon_rel2 = 0

	this.item3 = "REGIONALISM"
	this.icon_rel3 = 0

	this.item4 = "IMPLEMENTATION"
	this.icon_rel4 = 0




/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-150,19"
	this.menu_width0 = 260

	this.item0_0 = "Local Planning Requirements"
	this.item0_1 = "Georgia's Best Examples"
	this.item0_2 = "Plan Preparation Tools"
	this.item0_3 = "Why Do We Plan?"
	this.item0_4 = "Planning for Community Involvement"
	this.item0_5 = "Discovering and Planning Your Community Character"
    this.item0_6 = "State Planning Recommendations"
	this.item0_7 = "Selecting a Plan Preparer"
	this.item0_8 = "Solid Waste Planning"
	this.item0_9 = "More on Planning"
	

	this.icon_rel0_0 = 1
	this.icon_rel0_1 = 1
	this.icon_rel0_2 = 1
	this.icon_rel0_3 = 1
	this.icon_rel0_4 = 1
	this.icon_rel0_5 = 1
	this.icon_rel0_6 = 1
	this.icon_rel0_7 = 1
	this.icon_rel0_8 = 1
    this.icon_rel0_9 = 1

	this.url0_0 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/MinimumStandardsAdopted.pdf'
	this.url0_1 = 'http://www.dca.ga.gov/toolkit/gaexamples.asp'
	this.url0_2 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/ppt.asp'
	this.url0_3 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/guidebooks/WhyPlan.pdf'
	this.url0_4 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/guidebooks/PlanningCommunityInvolvement.pdf'
	this.url0_5 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/guidebooks/CharacterAreaGuide.pdf'
    this.url0_6 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/spr.asp'
    this.url0_7 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/PlanPreparerGuidebook.pdf'	
	this.url0_8 = 'http://www.dca.ga.gov/development/EnvironmentalManagement/programs/swplanning.asp'
	this.url0_9 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/planning.asp'

   //Sub Menu 1

	this.menu_xy1 = "-150,19"
	this.menu_width1 = 270

	this.item1_0 = "What is Quality Growth"
	this.item1_1 = "Best Practices Toolkit"
	this.item1_2 = "Quality Growth Resource Teams"
	this.item1_3 = "Planning for Quality Growth: Principles, Objectives, Goals"
	this.item1_4 = "Quality Community Objectives Local Assessment"
	this.item1_5 = "Quality Growth Advisory Clinics"
	this.item1_6 = "Selling Planning and Quality Growth"
	this.item1_7 = "More on Quality Growth"

	this.icon_rel1_0 = 1
	this.icon_rel1_1 = 1
	this.icon_rel1_3 = 1
	this.icon_rel1_2 = 1
	this.icon_rel1_4 = 1
	this.icon_rel1_5 = 1
	this.icon_rel1_6 = 1
	this.icon_rel1_7 = 1

	this.url1_0 = 'http://www.dca.ga.gov/toolkit/whatisqg.asp'
	this.url1_1 = 'http://www.dca.ga.gov/toolkit/toolkit.asp'
	this.url1_2 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/QGResourceTeams.asp'
	this.url1_3 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/PQGPrinciples.pdf'
	this.url1_4 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/PQGAssessment.pdf'
	this.url1_5 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/qgac.asp'
	this.url1_6 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/selling.asp'
	this.url1_7 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/qualitygrowth.asp'

    //Sub Menu 2

	this.menu_xy2 = "-150,19"
	this.menu_width2 = 215

	this.item2_0 = "Environmental Planning Criteria"
	this.item2_1 = "Keep Georgia Beautiful"
	this.item2_2 = "Recycling"
	this.item2_3 = "Solid Waste"
	this.item2_4 = "Water Resources"
	this.item2_5 = "Air Quality"
	this.item2_6 = "More on Environmental"

	this.icon_rel2_0 = 1
	this.icon_rel2_1 = 1
	this.icon_rel2_2 = 1
	this.icon_rel2_3 = 1
	this.icon_abs2_3 = 0
	this.icon_rel2_4 = 1
	this.icon_abs2_4 = 0
	this.icon_rel2_5 = 1
	this.icon_rel2_6 = 1

	this.url2_0 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/downloads/EPC.pdf'
	this.url2_1 = 'http://www.dca.ga.gov/environmental/kgb/index.html'
	this.url2_2 = 'http://www.dca.ga.gov/development/EnvironmentalManagement/programs/recycling.asp'
	this.url2_3 = ''
	this.url2_5 = 'http://www.georgiaplanning.com/GAairquality'
	this.url2_6 = 'http://www.dca.ga.gov/development/EnvironmentalManagement/index.asp'
	
	
	//Sub Menu 2_3

	this.menu_xy2_3 = "-6,-1"
	this.menu_width2_3 = 130

	this.item2_3_0 = "Planning"
	this.item2_3_1 = "Management"
	
	this.icon_rel2_3_0 = 1
	this.icon_rel2_3_1 = 1

	this.url2_3_0 = 'http://www.dca.ga.gov/development/EnvironmentalManagement/programs/swplanning.asp'
	this.url2_3_1 = 'http://www.dca.ga.gov/development/EnvironmentalManagement/programs/wastemanage.asp'
	
	//Sub Menu 2_4

	this.menu_xy2_4 = "-6,-1"
	this.menu_width2_4 = 160

	this.item2_4_0 = "Toolkit"
	this.item2_4_1 = "WaterFirst Program"
	
	this.icon_rel2_4_0 = 1
	this.icon_rel2_4_1 = 1

	this.url2_4_0 = 'http://www.georgiaplanning.com/watertoolkit/main.asp?PageID=24'
	this.url2_4_1 = 'http://www.dca.ga.gov/development/EnvironmentalManagement/programs/water_first.asp'


    //Sub Menu 3

	this.menu_xy3 = "-150,19"
	this.menu_width3 = 244

	this.item3_0 = "Regional Development Centers"
	this.item3_1 = "Regional Planning"
	this.item3_2 = "Regionally Important Resources"
	this.item3_3 = "Developments of Regional Impact"
	this.item3_4 = "Service Delivery Strategies"
	this.item3_5 = "RDC Work Program"
	this.item3_6 = "RDC FTP Site"
	this.item3_7 = "More on Regionalism"
	

	this.icon_rel3_0 = 1
	this.icon_rel3_1 = 1
	this.icon_rel3_2 = 1
	this.icon_rel3_3 = 1
	this.icon_rel3_4 = 1
	this.icon_rel3_5 = 1
	this.icon_rel3_6 = 1
	this.icon_rel3_7 = 1

	this.url3_0 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/regdev.asp'
	this.url3_1 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/regionalism.asp'
	this.url3_2 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/DOCUMENTS/Laws.Rules.Guidelines.Etc/DCARules.RIRs.pdf'
	this.url3_3 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/regionalimpact.asp'
	this.url3_4 = 'http://www.dca.ga.gov/planning/servicedel/index.html'
	this.url3_5 = 'http://www.georgiaplanning.com/workprogram.htm'
	this.url3_6 = 'http://www.georgiaplanning.com/ftp.htm'
	this.url3_7 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/regionalism.asp'


    //Sub Menu 4

	this.menu_xy4 = "-234,19"
	this.menu_width4 = 235

	this.item4_0 = "Assistance for Communities"
	this.item4_1 = "Alternatives to Conventional Zoning"
	this.item4_2 = "Best Practices Toolkit"
	this.item4_3 = "Impact Fees "
	this.item4_4 = "Alternatives to Conventional Development Choices"
	this.item4_5 = "More on Implementation"

	this.icon_rel4_0 = 1
	this.icon_rel4_1 = 1
	this.icon_rel4_2 = 1
	this.icon_rel4_3 = 1
	this.icon_rel4_4 = 1
	this.icon_rel4_5 = 1

	this.url4_0 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/assistance.asp'
	this.url4_1 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/modelcode.asp'
	this.url4_2 = 'http://www.dca.ga.gov/toolkit/toolkit.asp'
	this.url4_3 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/impactfees.asp'
	this.url4_4 = 'http://www.dca.ga.gov/qgp'
	this.url4_5 = 'http://www.dca.ga.gov/development/PlanningQualityGrowth/programs/implementation.asp'



}///////////////////////// END Menu Data /////////////////////////////////////////


