//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,9,1,9"
	this.item_padding_sub = "4,3,4,3"

   //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.php"	

	this.item1 = "properties"
	//this.icon_rel1 = 0
	this.url1 = "../property.php"	
	
	this.item2 = "contact"
	//this.icon_rel2 = 0
	this.url2 = "../contact.php"	
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0   About

   //Sub Menu 1  Properties
	
	this.menu_xy1 = "-123,25"
	this.menu_width1 = 200
	
	this.item1_0 = "202 Westlake"
	this.item1_1 = "425 Pontius Building"
	this.item1_2 = "Blanchard Plaza"
	this.item1_3 = "Exchange Building"
	this.item1_4 = "First & Stewart Building"
	this.item1_5 = "Harold Poll Building"
	this.item1_6 = "Landmark West – SUBLEASE"
	this.item1_7 = "Market Place I & II"
	this.item1_8 = "Metropolitan Park East"
	this.item1_9 = "Metropolitan Park West"
	this.item1_10 = "Park Place"
	this.item1_11 = "Rainier Tower"
	this.item1_12 = "SeaTac Office Center"
	this.item1_13 = "Smith Tower"
	this.item1_14 = "Terry Thomas Building"
	this.item1_15 = "Waterfront Place"
	this.item1_16 = "World Trade Center - East Building"

	this.url1_0 = '../property.php?idx=21'
	this.url1_1 = '../property.php?idx=19'
	this.url1_2 = '../property.php?idx=23'
	this.url1_3 = '../property.php?idx=2'
	this.url1_4 = '../property.php?idx=22'
	this.url1_5 = '../property.php?idx=14'
	this.url1_6 = '../property.php?idx=27'
	this.url1_7 = '../property.php?idx=25'
	this.url1_8 = '../property.php?idx=4'
	this.url1_9 = '../property.php?idx=7'
	this.url1_10 = '../property.php?idx=9'
	this.url1_11 = '../property.php?idx=10'
	this.url1_12 = '../property.php?idx=17'
	this.url1_13 = '../property.php?idx=5'
	this.url1_14 = '../property.php?idx=18'
	this.url1_15 = '../property.php?idx=6'
	this.url1_16 = '../property.php?idx=24'

    //Sub Menu 2  Contact Us

}
///////////////////////// END Sub Pages Menu Data /////////////////////////////////////////

