//unlock code
um0http = 1

function cdd_menu0(){//////////////////////////Start Sub pages Menu Data/////////////////////////////////
/**********************************************************************************************
	Menu 0 - General Settings and Menu Structure
	**See the menu_styles.css file for additional customization options**
***********************************************************************************************/

/*---------------------------------------------
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 = 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 = false				//applies to vertical menus
	this.menu_width_items = false			//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 = "1,12,5,12"
	this.item_padding_sub = "2,12,3,12"

   //Border Sizing

	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0

/*------------------------------------------------
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 = "about us"
	//this.icon_rel0 = 0
	this.url0 = "../about_us.php"	

	this.item1 = "attorneys"
	//this.icon_rel1 = 0
	this.url1 = "../attorneys.php"	
	
	this.item2 = "areas of practice"
	//this.icon_rel2 = 0
	this.url2 = "../practices.php"	
	
	this.item3 = "announcements"
	//this.icon_rel3 = 0
	this.url3 = "../announcements.php"	
	
	this.item4 = "links"
	//this.icon_rel4 = 0
	this.url4 = "../links.php"	
	
	this.item5 = "contact us"
	//this.icon_rel5 = 0
	this.url5 = "../contact_us.php"
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0   	about us
   
   //Sub Menu 1 	attorneys
	
	this.menu_xy1 = "-87,27"
	this.menu_width1 = 150
	
	this.item1_0 = "Phillip I Rosenthal"
	this.item1_1 = "Harley B Rosenthal"
	this.item1_2 = "Karen Murawski<br>(paralegal)"
	this.item1_3 = "<img src='../images/clear.gif' width='1' height='3' alt='' border='0'>"

	this.url1_0 = '../attorneys.php?atx=2'
	this.url1_1 = '../attorneys.php?atx=1'
	this.url1_2 = '../attorneys.php?atx=3'
	this.url1_3 = ''
   
   //Sub Menu 2 	practices
	
	this.menu_xy2 = "-135,27"
	this.menu_width2 = 230
	
	this.item2_0 = "purchase or sale of real estate"
	this.item2_1 = "mortgage foreclosure alternatives and loan restructuring"
	this.item2_2 = "representation of property owners"
	this.item2_3 = "representation of business owners and business formation"
	this.item2_4 = "landlord tenant relations"
	this.item2_5 = "representation of condominium associations"
	this.item2_6 = "estate planning"
	this.item2_7 = "traffic violations"
	this.item2_8 = "<img src='../images/clear.gif' width='1' height='3' alt='' border='0'>"
	
	this.url2_0 = '../practices.php?psx=3'
	this.url2_1 = '../practices.php?psx=8'
	this.url2_2 = '../practices.php?psx=2'
	this.url2_3 = '../practices.php?psx=4'
	this.url2_4 = '../practices.php?psx=1'
	this.url2_5 = '../practices.php?psx=5'
	this.url2_6 = '../practices.php?psx=6'
	this.url2_7 = '../practices.php?psx=7'
	this.url2_8 = ''
	
   //Sub Menu 3 	announcements
   
   //Sub Menu 4 	links
   
   //Sub Menu 5 	contact us

}
///////////////////////// END Sub Pages Menu Data /////////////////////////////////////////
