//**** 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**

***********************************************************************************************/
um0http = 1


/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	
	this.rel_icon_image1 = "../images/gcaechome_03.gif"
	this.rel_icon_rollover1 = "../images/gcaecHomeover_03.gif"
	this.rel_icon_image_wh1 = "46,15"
	
	this.rel_icon_image2 = "../images/gcaecPlans_05.gif"
	this.rel_icon_rollover2 = "../images/gcaecPlansover_05.gif"
	this.rel_icon_image_wh2 = "100,15"
	

	this.rel_icon_image3 = "../images/gcaecDonors_03.gif"
	this.rel_icon_rollover3 = "../images/gcaecDonorsover_03.gif"
	this.rel_icon_image_wh3 = "125,15"
	
	this.rel_icon_image4 = "../images/gcaecPress_11.gif"
	this.rel_icon_rollover4 = "../images/gcaecPressover_11.gif"
	this.rel_icon_image_wh4 = "65,15"
	
	this.rel_icon_image5 = "../images/gcaecEvents_13.gif"
	this.rel_icon_rollover5 = "../images/gcaecEventsover_13.gif"
	this.rel_icon_image_wh5 = "85,15"
	
	this.rel_icon_image6 = "../images/gcaecDonation_15.gif"
	this.rel_icon_rollover6 = "../images/gcaecDonationover_15.gif"
	this.rel_icon_image_wh6 = "100,15"
	
	this.rel_icon_image7 = "../images/gcaecAbout_17.gif"
	this.rel_icon_rollover7 = "../images/gcaecAboutover_17.gif"
	this.rel_icon_image_wh7 = "61,15"
	
	this.rel_icon_image8 = "../images/gcaecStudents_09.gif"
	this.rel_icon_rollover8 = "../images/gcaecStudentsover_09.gif"
	this.rel_icon_image_wh8 = "125,15"
	
	

    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/arrow_sub.gif"
	this.abs_icon_rollover0 = "../images/arrow_sub.gif"
	this.abs_icon_image_wh0 = "13,10"
	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 = 200			//applies to vertical menus
		//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,2,5,2"
	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 = " "
	this.icon_rel0 = 1
	this.url0 = '../'
	
	this.item1 = " "
	this.icon_rel1 = 2
	
	this.item2 = " "
	this.icon_rel2 = 3
	
	this.item3 = " "
	this.icon_rel3 = 4
	
	this.item4 = " "
	this.icon_rel4 = 5
	
	this.item5 = " "
	this.icon_rel5 = 6
	
	this.item6 = " "
	this.icon_rel6 = 7
	
	this.item7 = " "
	this.icon_rel7 = 8
	this.url7 = '../students/prospective_students.php'

	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0



   //Sub Menu 1
	
	this.menu_xy1 = "-100,24"
	this.menu_width1 = 150
        
	this.item1_0 = "Photos of the Kunzel Center, Home of the new SCPA"
	
	this.item1_1 = "Floor Plans"
	this.item1_2 = "Donate Now"

	

	this.url1_0 = '../plans/plans.php'
	
	this.url1_1 = '../plans/floor_plans.php'
	this.url1_2 = '../donation/donation_form.php'




   //Sub Menu 1_0

	
	


   //Sub Menu 1_1

	


    //Sub Menu 2





    //Sub Menu 2

	this.menu_xy2 = "-100,24"
	this.menu_width2 = 210
	
	this.item2_0 = "Fundraising Progress"
	this.item2_1 = "Why Should You Donate?"
	
	this.item2_2 = "Listing of Donors"
	this.item2_3 = "Donate Now"


	this.url2_0 = '../donors/fundraising.php'
	this.url2_1 = '../donors/why_donate.php'
	
	this.url2_2 = '../donors/listing_donors.php'
	this.url2_3 = '../donation/donation_form.php'




    //Sub Menu 3

	this.menu_xy3 = "-100,24"
	this.menu_width3 = 200

	this.item3_0 = "News"
	this.item3_1 = "Groundbreaking"
	this.item3_2 = "Donate Now"


	this.url3_0 = '../pressroom/hot_news.php'
	this.url3_1 = '../pressroom/groundbreaking.php'
	this.url3_2 = '../donation/donation_form.php'
	
	
	
	 //Sub Menu 4

	this.menu_xy4 = "-100,24"
	this.menu_width4 = 200

	this.item4_0 = "C/M25"
	this.item4_1 = "Donate Now"


	this.url4_0 = '../events/cm25.php'
	this.url4_1 = '../donation/donation_form.php'
	
	
	
	 //Sub Menu 5

	this.menu_xy5 = "-100,24"
	this.menu_width5 = 120

	this.item5_0 = "Online Donation"
	this.item5_1 = "Download Form"


	this.url5_0 = '../donation/donation_form.php'
	this.url5_1 = '../donation/donation_form.php'
	
	
	
	 //Sub Menu 6

	this.menu_xy6 = "-100,24"
	this.menu_width6 = 130

	this.item6_0 = "Who We Are"
	this.item6_1 = "GCAEC Team"
	this.item6_2 = "Facts & FAQ’s"
	this.item6_3 = "Our Partners"
	this.item6_4 = "Our Strategic Allies"
	this.item6_5 = "Contact Us"
	this.item6_6 = "Donate Now"


	this.url6_0 = '../about/who.php'
	this.url6_1 = '../about/gcaec_team.php'
	this.url6_2 = '../about/fact_sheet.php'
	this.url6_3 = '../about/partners.php'
	this.url6_4 = '../about/allies.php'
	this.url6_5 = '../about/contact.php'
	this.url6_6 = '../donation/donation_form.php'
	


}///////////////////////// END Menu 0 Data /////////////////////////////////////////
