//**** 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/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/arrow.gif"
	this.abs_icon_rollover0 = "../images/arrow.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 = 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 = true			//applies to main group only
	
	this.menu_width = 0				//applies to vertical menus
	this.menu_width_items = 100			//applies to items in a horizontal menu
	//this.menu_width_item0_0 = 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 = 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 = 80
	this.menu_width_item1 = 80

	this.menu_width_item2 = 80
	
	this.menu_width_item3 = 82
	this.menu_width_item4 = 80
	this.menu_width_item5 = 80
	
	this.menu_width_item6 = 73

	this.menu_width_item7 = 80
	this.menu_width_item8 = 60
	
	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 = "EXECUTIVE BENEFITS"
	this.url0 = "../eb.asp"
	//this.icon_rel0 = 0
	
	this.item1 = "&nbsp;&nbsp;&nbsp;EXECUTIVE<br>COMPENSATION"
	this.url1 = "../ec.asp"
	//this.icon_rel1 = 0

	this.item2 = "BANK PRACTICE"
	this.url2 = "../bp.asp"
	//this.icon_rel1 = 0
	
	this.item3 = "CONSULTING"
	this.url3 = "../consulting.asp"
	//this.icon_rel2 = 0
	
	this.item4 = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PLAN<br>ADMINISTRATION"
	this.url4 = "../pa.asp"
	//this.icon_rel3 = 0
	
	this.item5 = "PRIVATE CLIENTS"
	this.url5 = "../pc.asp"
	//this.icon_rel4 = 0
	
	this.item6 = "WHY MC"
	this.url6 = "../wmc_value.asp"
	//this.icon_rel5 = 0
	
	this.item7 = "CASE STUDIES"
	this.url7 = "../mc.asp"
	//this.icon_rel5 = 0
	
	this.item8 = "ABOUT MC"
	this.url8 = "../about.asp"
	//this.icon_rel6 = 0


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0 - EXECUTIVE BENEFITS

//	this.menu_xy0 = "-127,49"
	this.menu_xy0 = "-85,36"
	this.menu_width0 = 325

	this.item0_0 = "DEFERRED COMPENSATION PLANS"
	this.item0_1 = "EXECUTIVE DISABILITY INCOME"
	this.item0_2 = "EXECUTIVE LONG TERM CARE"
	this.item0_3 = "SPLIT DOLLAR LIFE INSURANCE PLANS"
	this.item0_4 = "SUPPLEMENTAL EXECUTIVE RETIREMENT PLANS (SERP)"
	this.item0_5 = "LEVERAGE BONUS PLANS"


	//this.icon_rel0_0 = 0

	this.url0_0 = '../eb_plans.asp'
	this.url0_1 = '../eb_disability.asp'
	this.url0_2 = '../eb_longterm.asp'
	this.url0_3 = '../eb_splitdollar.asp'
	this.url0_4 = '../eb_serp.asp'
	this.url0_5 = '../eb_leverage.asp'


   //Sub Menu 2 - BANK PRACTICE
	
//	this.menu_xy1 = "-101,49"
	this.menu_xy2 = "-80,36"
	this.menu_width2 = 160

	this.item2_0 = "BOLI"       
	this.item2_1 = "BOLI IMPLEMENTATION"
	this.item2_2 = "CONSULTING SERVICES"
	this.item2_3 = "EXECUTIVE BENEFITS"
	this.item2_4 = "PLAN ADMINISTRATION"
	this.item2_5 = "STRATEGIC FEE INCOME"

	//this.icon_rel1_0 = 0

	this.url2_0 = '../bp_boli.asp'
	this.url2_1 = '../bp_boliimplementation.asp'
	this.url2_2 = '../bp_cservices.asp'
	this.url2_3 = '../bp_benefits.asp'
	this.url2_4 = '../bp_planadmin.asp'
	this.url2_5 = '../bp_feeincome.asp'


    //Sub Menu 3 - CONSULTING

	this.menu_xy3 = "-83,36"
	this.menu_width3 = 200
	
	this.item3_0 = "BOARD OF DIRECTOR BENEFITS"
	this.item3_1 = "CUSTOM PLAN AUDITS"
	this.item3_2 = "DUE CARE"
	this.item3_3 = "NON-PROFIT"

	//this.icon_rel2_0 = 0

	this.url3_0 = '../cs_director.asp'
	this.url3_1 = '../cs_planaudits.asp'
	this.url3_2 = '../cs_duecare.asp'
	this.url3_3 = '../cs_nonprofit.asp'
	


    //Sub Menu 4 - PLAN ADMINISTRATION

//	this.menu_xy4 = "-140,49"
	this.menu_xy4 = "-110,36"
	this.menu_width4 = 180
	
	this.item4_0 = "MAP SYSTEM"
	//this.item4_1 = "SERVICE WITHOUT SPACE"

	//this.icon_rel3_0 = 0

	this.url4_0 = '../pa_mapsystem.asp'
	//this.url4_1 = '../pa_service.asp'


    //Sub Menu 5 - PRIVATE CLIENT GROUP

//	this.menu_xy5 = "-145,49"
	this.menu_xy5 = "-83,36"
	this.menu_width5 = 146

	this.item5_0 = "ASSET PROTECTION"
	//this.item5_1 = "DEFERRAL STRATEGIES"
	this.item5_1 = "FINANCIAL PLANNING"
	this.item5_2 = "PRIVATE PLACEMENT"
	this.item5_3 = "WEALTH TRANSFER"
	
	//this.icon_rel4_0 = 0

	this.url5_0 = '../pc_asset.asp'
	//this.url5_1 = '../pc_strategies.asp'
	this.url5_1 = '../pc_planning.asp'
	this.url5_2 = '../pc_placement.asp'
	this.url5_3 = '../pc_transfer.asp'

	
    //Sub Menu 6 - WHY MC

//	this.menu_xy5 = "-145,49"
	this.menu_xy6 = "-75,36"
	this.menu_width6 = 146

	//this.item6_0 = "MC VALUE ADD"
	
	//this.icon_rel4_0 = 0

	//this.url6_0 = '../wmc_value.asp'
	
	//Sub Menu 7 - MC PROJECTS

	this.menu_xy7 = "-234,36"
	this.menu_width7 = 235

	this.item7_0 = "DEFERRED COMPENSATION CASE STUDY"
	this.item7_1 = "DISABILITY INCOME CASE STUDY"
	this.item7_2 = "PLAN ADMINISTRATION CASE STUDY"
	this.item7_3 = "PRIVATE CLIENT GROUP CASE STUDY"
	this.item7_4 = "SPLIT DOLLAR CASE STUDY"
	this.item7_5 = "SERP CASE STUDY"
	this.item7_6 = "EXECUTIVE COMPENSATION CASE STUDY"
	
	//this.icon_rel5_0 = 0

	this.url7_0 = '../mc_compensation.asp'
	this.url7_1 = '../mc_income.asp'
	this.url7_2 = '../mc_planadmin.asp'
	this.url7_3 = '../mc_pcg.asp'
	this.url7_4 = '../mc_splitdollar.asp'
	this.url7_5 = '../mc_serp.asp'
	this.url7_6 = '../mc_case_s16c.asp'
	
	
   //Sub Menu 8 - ABOUT MC

	this.menu_xy8 = "-163,36"
	this.menu_width8 = 163

	//this.item6_0 = "STRATEGIC PARTNERS"
	this.item8_0 = "CONTACT US"
	this.item8_1 = "PRINCIPALS"
	this.item8_2 = "CAREER OPPORTUNITIES"
	this.item8_3 = "CLIENT MGMT PROCESS"
	this.item8_4 = "M FINANCIAL GROUP"
	this.item8_5 = "10TH DOT THINKING"
	this.item8_6 = "PRIVACY STATEMENT"
	//this.item8_5 = "MC VALUE ADD"
	
	//this.icon_rel6_0 = 0

	//this.url6_0 = '../ab_partners.asp'
	this.url8_0 = '../contact.asp'
	this.url8_1 = '../ab_principals.asp'	
	this.url8_2 = '../ab_career.asp'
	this.url8_3 = '../ab_process.asp'
	this.url8_4 = '../ab_group.asp'
	this.url8_5 = '../ab_thinking.asp'
	this.url8_6 = '../ab_privacy.asp'
	//this.url8_5 = '../ab_mcvalue.asp'
	

}///////////////////////// END Menu Data /////////////////////////////////////////


