um0http = 1

function cdd_menu1(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 1 - 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/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet.gif"
	this.rel_icon_image_wh0 = "0,0"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/bullet.gif"
	this.abs_icon_rollover0 = "../images/bullet.gif"
	this.abs_icon_image_wh0 = "0,0"
	this.abs_icon_image_xy0 = "1,1"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 1			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = false


	

/*---------------------------------------------
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.menu_width = 136			//applies to vertical menus
	this.menu_width_items = 136		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 136		//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 = "8,2,8,5"
	this.item_padding_sub = "1,2,1,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_widthX = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100
	
	this.menu_width_item0 = 136
	this.menu_width_item1 = 136
	this.menu_width_item2 = 136
	this.menu_width_item3 = 136
	

	this.menu_padding_subX = "3,2,3,5"
	this.item_padding_mainX = "3,2,3,5"
	this.item_padding_subX_X = "1,2,1,5"

	this.menu_border_subX = 0
	this.item_border_mainX = 0
	this.item_border_subX_X = 0






/*---------------------------------------------
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 = "OUR COMPANY"
	this.icon_rel0 = 0
	this.icon_abs0 = 0
	
	this.item1 = "OUR CAPABILITIES"
	this.icon_rel1 = 0
	this.icon_abs1 = 0

	this.item2 = "OUR APPROACH"
	this.icon_rel2 = 0
	this.icon_abs2 = 0
	
	this.item3 = "OUR EXPERIENCE"
	this.icon_rel3 = 0
	this.icon_abs3 = 0



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "0,0"
	this.menu_width0 = 182

	this.item0_0 = "Who We Are"
	this.item0_1 = "Our Customized Approach"
	this.item0_2 = "Selected Profiles  >>"
	this.item0_3 = "Alliance/Partners"

	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
	this.icon_abs0_2 = 0

	this.url0_0 = '../../whoweare.html'
	this.url0_1 = '../../ourapproach.html'
	this.url0_2 = '../../selected.profiles.html'
	this.url0_3 = '../../alliances.html'

//Sub Menu 3_0

	this.menu_xy0_2 = "0,0"
	this.menu_width0_2 = 160

	this.item0_2_0 = "Christine Carlstrom Bahu"
	this.item0_2_1 = "Julia Hathaway"
	this.item0_2_2 = "Matt McDermott"
	this.item0_2_3 = "Frank J. Novak"
	this.item0_2_4 = "Steve Stowell" 

	this.icon_rel0_2_0 = 0
	this.icon_rel0_2_1 = 0
	this.icon_rel0_2_2 = 0
	this.icon_rel0_2_3 = 0
	this.icon_rel0_2_4 = 0

	this.url0_2_0 = '../../ourpeople_bahu.html'
	this.url0_2_1 = '../../ourpeople_hathaway.html'
	this.url0_2_2 = '../../ourpeople_mcdermott.html'
	this.url0_2_3 = '../../ourpeople_novak.html'
	this.url0_2_4 = '../../ourpeople_stowell.html'

	
   //Sub Menu 1
	
	this.menu_xy1 = "0,0"
	this.menu_width1 = 182
        
	this.item1_0 = "Corporate Governance"
	this.item1_1 = "Regulatory Compliance"
	this.item1_2 = "Organizational Dev. and Change"
	//this.item1_3 = "Other Training"
	this.item1_3 = "Process Analysis and Design"	
	this.item1_4 = "Leadership Dev/Training"
	this.item1_5 = "Project Management"
	this.item1_6 = "Total Quality Management"
	this.item1_7 = "Technical Staff Augmentation"
	
	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	//this.icon_rel1_3 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_4 = 0
	this.icon_rel1_5 = 0
	this.icon_rel1_6 = 0
	this.icon_rel1_7 = 0

	this.url1_0 = '../../corporate.governance.html'
	this.url1_1 = '../../regulatory.compliance.html'
	this.url1_2 = '../../organizational.development.html'
	//this.url1_3 = '../../other.training.html'
	this.url1_3 = '../../process.analysis.html'
	this.url1_4 = '../../leadership.development.html'
	this.url1_5 = '../../project.management.html'
	this.url1_6 = '../../total.quality.management.html'
	this.url1_7 = '../../tech.staff.html'
	
    //Sub Menu 2

	this.menu_xy2 = "0,0"
	this.menu_width2 = 160
	
	this.item2_0 = "White Papers"
	this.item2_1 = "Presentations"
	this.item2_2 = "Business Models"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0

	this.url2_0 = '../../white.papers.html'
	this.url2_1 = '../../presentations.html'
	this.url2_2 = '../../business.models.html'

    //Sub Menu 3

	this.menu_xy3 = "0,0"
	this.menu_width3 = 182
	
	this.item3_0 = "Selected Case Studies  >>"
	this.item3_1 = "Client Lists"
	
	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_abs3_1 = 0

	this.url3_0 = '../../case.studies.html'
	this.url3_1 = '../../client.list.html'
	
//Sub Menu 3_0

	this.menu_xy3_0 = "0,0"
	this.menu_width3_0 = 188

	this.item3_0_0 = "Law Department Reorganization"
	this.item3_0_1 = "Legal Entity Management"
	this.item3_0_2 = "Software Licensing"
	this.item3_0_3 = "Insider Trading"
	this.item3_0_4 = "Annual Meeting and Proxy Season"    

	this.icon_rel3_0_0 = 0
	this.icon_rel3_0_1 = 0
	this.icon_rel3_0_2 = 0
	this.icon_rel3_0_3 = 0
	this.icon_rel3_0_4 = 0

	this.url3_0_0 = '../../case.studies-1.html'
	this.url3_0_1 = '../../case.studies-2.html'
	this.url3_0_2 = '../../case.studies-3.html'
	this.url3_0_3 = '../../case.studies-4.html'
	this.url3_0_4 = '../../case.studies-5.html'


}///////////////////////// END Menu Data /////////////////////////////////////////













