//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****


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 = "../sample3_bullet_roll.gif"
	this.rel_icon_rollover0 = "../sample3_bullet_roll.gif"
	this.rel_icon_image_wh0 = "13,10"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../sample_images/sample0_bullet1.gif"
	this.abs_icon_rollover0 = "../sample_images/sample0_bullet1.gif"
	//this.abs_icon_image_wh0 = "0,0"
	//this.abs_icon_image_xy0 = "0,0"
	this.abs_icon_image_wh0 = "17,13"
	this.abs_icon_image_xy0 = "-20,8"




/*---------------------------------------------
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 = 2			//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 = 173			//applies to vertical menus
	this.menu_width_items = 120		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 140		//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "5,5,5,5"
	this.item_padding_sub = "5,5,5,5"

	

   //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 = "myclassname"
	//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 = "Home"
	//this.icon_rel0 = 0
	//this.icon_abs0 = 0
	this.url0 = '../index.cfm'
	
	this.item1 = "About Us"
	//this.icon_rel1 = 0
	this.icon_abs1 = 0
	this.url1 = '../aboutUs.cfm'	

	this.item2 = "Our Program"
	//this.icon_rel2 = 0
	this.icon_abs2 = 0
	this.url2 = '../programs.cfm'
	
	this.item3 = "Parents"
	//this.icon_rel3 = 0
	this.icon_abs3 = 0
	this.url3 = '../parents.cfm'
	
	this.item4 = "Forms"
	//this.icon_rel4 = 0
	//this.icon_abs4 = 0
	this.url4 = '../forms.cfm'
	
	this.item5 = "Contact Us"
	//this.icon_rel5 = 0
	//this.icon_abs5 = 0
	this.url5 = '../contactUs.cfm'
	
	this.item6 = "Testimonials"
	//this.icon_rel6 = 0
	//this.icon_abs6 = 0
	this.url6 = '../testimonials.cfm'
	
	this.item7 = "View The Facility"
	//this.icon_rel7 = 0
	//this.icon_abs7 = 0
	this.url7 = '../facility.cfm'
	

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


   //Sub Menu 1 - About Us

    this.menu_xy1 = "-6,2"
	this.menu_width1 = 200

	this.item1_0 = "The Owner"
	this.item1_1 = "The Staff"

	//this.icon_rel1_0 = 0
	//this.icon_rel1_1 = 0
	
	this.url1_0 = '../theOwner.cfm'
	this.url1_1 = '../staff.cfm'
	
	
	//Sub Menu 2 - Our Programs

    this.menu_xy2 = "-6,2"
	this.menu_width2 = 200

	this.item2_0 = "Philosophy"
	this.item2_1 = "Hours of Operation"
	this.item2_2 = "Curriculum"
	this.item2_3 = "Ratio"
	this.item2_4 = "Nutrition"

	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_2 = 0
	//this.icon_rel2_3 = 0
	//this.icon_rel2_4 = 0
	
	this.url2_0 = '../ourPhilosophy.cfm'
	this.url2_1 = '../hours.cfm'
	this.url2_2 = '../curriculum.cfm'
	this.url2_3 = '../ratio.cfm'
	this.url2_4 = '../nutrition.cfm'


   //Sub Menu 3 - Parents

    this.menu_xy3 = "-6,2"
	this.menu_width3 = 200

	this.item3_0 = "Join Our Mailing List"
	this.item3_1 = "Resources"
	this.item3_2 = "Suggestion Box"
	this.item3_3 = "Upcoming Events"
	this.item3_4 = "Parent Advisory Team (PAT)"
	this.item3_5 = "Center Closings"
	this.item3_6 = "Newsletter"

	//this.icon_rel3_0 = 0
	//this.icon_rel3_1 = 0
	//this.icon_rel3_2 = 0
	//this.icon_rel3_3 = 0
	//this.icon_rel3_4 = 0
	//this.icon_rel3_5 = 0
	//this.icon_rel3_6 = 0
	
	this.url3_0 = '../mailingList.cfm'
	this.url3_1 = '../resources.cfm'
	this.url3_2 = '../suggestionBox.cfm'
	this.url3_3 = '../events.cfm'
	this.url3_4 = '../advisoryTeam.cfm'
	this.url3_5 = '../closings.cfm'
	this.url3_6 = '../newsletter.cfm'
	

}///////////////////////// END Menu 0 Data /////////////////////////////////////////
