




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
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //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 = "13,8"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "images/bullet.gif"
	this.abs_icon_rollover0 = "images/bullet.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-20,13"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 3			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX = 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 = 200    //applies to vertical menus
	this.menu_width_items = 100			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "1,1,1,1"		//top, right, bottom, left
	this.menu_padding_sub = "1,1,1,1"

	this.item_padding_main = "1,1,1,1"
	this.item_padding_sub = "1,1,1,1"

	

   //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 = 300
	this.menu_width_itemsX = 140
	this.menu_width_itemX_X = 140

	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 section 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')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Home"
	this.icon_rel0 = 0
	this.url0 = "index.html"	
	
	
	this.item1 = "The Firm"
	this.icon_rel1 = 0
	this.url1 = "firm.html"
	//this.url2 = "myurl.html"
	this.item2 = "Partners"
	this.icon_rel2 = 0
	this.url2 = "partners.html"
	
	this.item3 = "Services"
	this.icon_rel3 = 0
	//this.url3 = "scope.html"
	
	this.item4 = "Memberships"
	this.icon_rel4 = 0
	this.url4 = "memberships.html"
	
	this.item5 = "Contact Us"
	this.icon_rel5 = 0
	this.url5 = "contact.html"	
	
	
	
		
	
	
	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

	//Sub Menu 0

	this.menu_xy0 = "-75,75"
	this.menu_width0 = 150

	this.item3_0 = "Compilation Services"
	this.item3_1 = "Review Services"
	this.item3_2 = "Computer Consultation Services"
	this.item3_3 = "Tax Planning and Return Preperation"
	this.item3_4 = "Financial Planning"
	this.item3_5 = "Benefit Plan Administration"
	this.item3_6 = "Business Merger/Acquisition & Sale Consultation & Negotiation"
	this.item3_7 = "Trustee Services"
	this.item3_8 = "Loan Search and Loan Package Preperation"
	this.item3_9 = "Personnel Recruiting"
	
	

	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.icon_rel3_7 = 0
	this.icon_rel3_8 = 0
	this.icon_rel3_9 = 0

	

	//Sample url link using new window target with specific sizing features added.
	this.url3_0 = 'scope.asp?ID=0'
	this.url3_1 = 'scope.asp?ID=1'
	this.url3_2 = 'scope.asp?ID=2'
	this.url3_3 = 'scope.asp?ID=3'
	this.url3_4 = 'scope.asp?ID=4'
	this.url3_5 = 'scope.asp?ID=5'
	this.url3_6 = 'scope.asp?ID=6'
	this.url3_7 = 'scope.asp?ID=7'
	this.url3_8 = 'scope.asp?ID=8'
	this.url3_9 = 'scope.asp?ID=9'
	
	

    //Sub Menu 2





   

  
	


}///////////////////////// END Menu Data /////////////////////////////////////////



