//**** CSS Drop Down 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/navarrow.gif"
	this.rel_icon_rollover0 = "../images/navarrow2.gif"
	this.rel_icon_image_wh0 = "7,5"
	
	
	//Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/navarrow.gif"
	this.abs_icon_rollover0 = "../images/navarrow2.gif"
	this.abs_icon_image_wh0 = "7,5"
	this.abs_icon_image_xy0 = "-12,9"

/*---------------------------------------------
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 = 1			//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			//applies to all menu groups
	this.is_horizontal_main = false			//applies to main group only
	
	this.menu_width = 180				//applies to vertical menus
	//this.menu_width_items = 180			//applies to items in a horizontal menu
	//this.menu_width_item0_0 = 180			//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 = 0
	this.menu_border_sub = 0

	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_width_item0 = 180
	//this.menu_width_item1 = 180
	//this.menu_width_item2 = 180
	//this.menu_width_item3 = 180
	//this.menu_width_item4 = 180
	//this.menu_width_item5 = 180
	
	this.menu_widthX = 300
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "0,0,0,0"
	this.item_padding_mainX = "0,0,0,0"
	this.item_padding_subX_X = "0,0,0,0"

	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')";


/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0
	                  
	this.item0 = "ABOUT THE CHAMBER"
	this.url0 = "../ci_about.asp"
	this.icon_abs0 = 0
	
	this.item1 = "CHAMBER NEWS"
	this.url1 = "../ci_chnews.asp"
	this.icon_abs1 = 0
	
	this.item2 = "EVENTS"
	this.url2 = "../ci_events.asp"
	this.icon_abs2 = 0
	
	this.item3 = "MEMBERSHIP"
	this.url3 = "../ci_membership.asp"
	this.icon_abs3 = 0
	
	this.item4 = "PHOTO GALLERY"
	this.url4 = "../ci_photogallery.asp"
	this.icon_abs4 = 0
	
	this.item5 = "MARKETING"
	this.url5 = "../ci_marketing.asp"
	this.icon_abs5 = 0
	
	this.item6 = "LEADERSHIP PROGRAMS"
	this.url6 = "../ci_leadership.asp"
	this.icon_abs6 = 0
		
	this.item7 = "COMMITTEES"
	this.url7 = "../ci_committees.asp"
	this.icon_abs7 = 0
	
	this.item8 = "WORKFORCE DEVELOPMENT"
	this.url8 = "../ci_workforce.asp"
	this.icon_abs8 = 0
	
	this.item9 = "MILITARY AFFAIRS"
	this.url9 = "../ci_military.asp"
	this.icon_abs9 = 0
	
	this.item10 = "AVAILABLE PUBLICATIONS"
	this.url10 = "../ti_availablepubs.asp"
	this.icon_abs10 = 0
	
	

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


   //Sub Menu 0 - ABOUT THE CHAMBER	/////////////////////////////////////////////////////////////////////////////////

	this.menu_xy0 = "1,0"
	this.menu_width0 = 250

	this.item0_0 = "MEET THE CHAIR"
	this.item0_1 = "MEET THE PRESIDENT"
	this.item0_2 = "MISSION AND VISION"
	this.item0_3 = "STRATEGIC AREAS OF FOCUS"
	this.item0_4 = "HISTORY OF THE CHAMBER"
	this.item0_5 = "BOARD OF DIRECTORS"
	this.item0_6 = "COMMITTEES"
	this.item0_7 = "CHAMBER STAFF"
	this.item0_8 = "FREQUENTLY ASKED QUESTIONS"	
	this.item0_9 = "OUR LOCATION"
	this.item0_10 = "JOIN THE CHAMBER"

	
	//this.icon_abs0_0 = 0

	this.url0_0 = '../ci_meetchair.asp'
	this.url0_1 = '../ci_meetpres.asp'
	this.url0_2 = '../ci_mission.asp'
	this.url0_3 = '../ci_focus.asp'
	this.url0_4 = '../ci_history.asp'	
	this.url0_5 = '../ci_board.asp'
	this.url0_6 = '../ci_committees.asp'
	this.url0_7 = '../ci_staff.asp'
	this.url0_8 = '../ci_faqs.asp'	
	this.url0_9 = '../ci_location.asp'
	this.url0_10 = '../ci_join.asp'
	

   //Sub Menu 1 - CHAMBER NEWS	/////////////////////////////////////////////////////////////////////////////////
	
	this.menu_xy1 = "1,0"
	this.menu_width1 = 250
        
	this.item1_0 = "ARTICLES"
	this.item1_1 = "MEDIA RELEASES"
	this.item1_2 = "INSIDE VIEW NEWSLETTER"
	this.item1_3 = "eVIEW NEWSLETTER"	
	
	//this.icon_abs1_0 = 0

	this.url1_0 = '../ci_articles.asp'
	this.url1_1 = '../ci_mediareleases.asp'
	this.url1_2 = '../ci_insidenewsletter.asp'
	this.url1_3 = '../ci_newsletter.asp'
	

    //Sub Menu 2 - EVENTS	/////////////////////////////////////////////////////////////////////////////////

	this.menu_xy2 = "1,0"
	this.menu_width2 = 275
	
	this.item2_0 = "CALENDAR OF EVENTS/EVENT REGISTRATION"
	this.item2_1 = "SPONSORSHIP OPPORTUNITIES"	
	this.item2_2 = "FISHING TOURNAMENT"
	this.item2_3 = "GOLF TOURNAMENT"
	this.item2_4 = "PHOTO GALLERY"

	
	//this.icon_abs2_0 = 0

	this.url2_0 = '../ci_events.asp'
	this.url2_1 = '../ci_spopportunities.asp'	
	this.url2_2 = '../ci_fishing.asp'
	this.url2_3 = '../ci_golf.asp'
	this.url2_4 = '../ci_photogallery.asp'
	
	
	
    //Sub Menu 3 - MEMBERSHIP	/////////////////////////////////////////////////////////////////////////////////

	this.menu_xy3 = "1,0"
	this.menu_width3 = 250
	
	this.item3_0 = "PROGRAMS"	
	this.item3_1 = "CHAMBER PERKS"
	this.item3_2 = "AMBASSADORS"
	this.item3_3 = "MEMBER-TO-MEMBER DISCOUNT PROGRAM"
	this.item3_4 = "MEMBER DIRECTORY"
	this.item3_5 = "NEW MEMBERS"	
	this.item3_6 = "MEMBERSHIP PLANS"
	this.item3_7 = "MEMBERS ONLY"
	this.item3_8 = "JOIN THE CHAMBER"

	//this.icon_abs3_0 = 0

	this.url3_0 = '../ci_programs.asp'	
	this.url3_1 = '../ci_perks.asp'
	this.url3_2 = '../ci_ambassadors.asp'
	this.url3_3 = '../ci_mmdiscount.asp'
	this.url3_4 = '../ci_directory.asp'
	this.url3_5 = '../ci_newmembers.asp'
	this.url3_6 = '../ci_memplans.asp'
	this.url3_7 = '../ci_members.asp'
	this.url3_8 = '../ci_join.asp'
	
	
	//Sub Menu 4 - PHOTO GALLERY	/////////////////////////////////////////////////////////////////////////////////

	//this.menu_xy4 = "1,0"
	//this.menu_width4 = 250
	
	//this.item4_0 = "SUBLINK LINK"

	//this.icon_abs4_0 = 0

	//this.url4_0 = '../.asp'

	
	//Sub Menu 5 - MARKETING	/////////////////////////////////////////////////////////////////////////////////

	this.menu_xy5 = "1,0"
	this.menu_width5 = 250

	this.item5_0 = "NEWCOMER MARKETING"
	this.item5_1 = "INSIDE VIEW ADVERTISING"
	this.item5_2 = "WEB SITE ADVERTISING"
	this.item5_3 = "SPONSORSHIP OPPORTUNITIES"
	this.item5_4 = "DATABASE REQUESTS"
	this.item5_5 = "MARKETING MONDAYS"
	
	//this.icon_abs5_0 = 0

	this.url5_0 = '../ci_newcomermktg.asp'
	this.url5_1 = '../ci_insideadv.asp'
	this.url5_2 = '../ci_websiteadv.asp'
	this.url5_3 = '../ci_spopportunities.asp'
	this.url5_4 = '../ci_datarequests.asp'
	this.url5_5 = '../ci_mktgmondays.asp'
	
	
	//Sub Menu 6 - LEADERSHIP PROGRAMS	/////////////////////////////////////////////////////////////////////////////////

	this.menu_xy6 = "1,0"
	this.menu_width6 = 250
	
	this.item6_0 = "LEADERSHIP TAMPA"
	this.item6_1 = "IKE TRIBBLE SCHOLARSHIP"  
	this.item6_2 = "EMERGE TAMPA BAY"
	this.item6_3 = "INSIGHT TAMPA"
	
	//this.icon_abs6_0 = 0

	this.url6_0 = '../ci_leadershiptampa.asp'	
	this.url6_1 = '../ci_ike.asp'
	this.url6_2 = '../ci_emergetampa.asp'
	this.url6_3 = '../ci_insighttampa.asp'	
	


}///////////////////////// END Menu Data /////////////////////////////////////////


