//**** DHTML Web 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
---------------------------------------------*/

//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 = "sample_images/bullet.gif"
	this.rel_icon_rollover0 = "sample_images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	
	this.rel_icon_image1 = "sample_images/bullet.gif"
	this.rel_icon_rollover1 = "sample_images/bullet_hl.gif"
	this.rel_icon_image_wh1 = "13,8"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "sample_images/arrow.gif"
	this.abs_icon_rollover0 = "sample_images/arrow.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 = 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 = 200				//applies to vertical menus
	this.menu_width_items = 120			//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,1,1,1"

	this.item_padding_main = "0,3,0,3"
	this.item_padding_sub = "3,3,3,3"

	

   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 1
	this.item_border_sub = 1



   //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_padding_subX = "2,2,2,2"
	this.item_padding_mainX = "2,2,2,2"
	this.item_padding_subX_X = "2,2,2,2"

	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 = 1
	this.url0 = "/"
	this.menu_width_item0 = 53

	this.item1 = "Properties"
	this.icon_rel1 = 1
	this.url1 = "http://www.TerryBishop.Remax.com"
	this.menu_width_item1 = 80
	
	this.item2 = "Market Reports" //Columbia & Surrounding Areas Market Reports
	this.icon_rel2 = 1
	this.url2 = "marketreports.php"
	this.menu_width_item2 = 110
		
	this.item3 = "Area Highlights"
	this.icon_rel3 = 1
	this.url3 = ""
	this.menu_width_item3 = 105
	
	this.item4 = "Resources"
	this.icon_rel4 = 1
	this.url4 = ""
	this.menu_width_item4 = 85
	
	this.item5 = "Terry Bishop Team"
	this.icon_rel5 = 1
	this.url5 = "theteam.php"
	this.menu_width_item5 = 125



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


    //Sub Menu 0

//	this.menu_xy0 = "-100,24"
//	this.menu_width0 = 170

//	this.item0_0 = ""
//	this.item0_1 = ""
//	this.item0_2 = ""

//	this.icon_rel0_0 = 0
//	this.icon_rel0_1 = 0
//	this.icon_rel0_2 = 0

//	this.url0_0 = ''
//	this.url0_1 = ''
//	this.url0_2 = ''
	



   //Sub Menu 1

	this.menu_xy1 = "-78,17"
	this.menu_width1 = 158

	this.item1_0 = "MLS Listings"
	this.icon_rel1_0 = 0
	this.url1_0 = 'http://www.terrybishop.remax.com'
	


   //Sub Menu 2
	
//	this.menu_xy2 = "-114,17"
//	this.menu_width2 = 130

//	this.item2_0 = ""
//	this.item2_1 = ""
//	this.item2_2 = ""

//	this.icon_rel2_0 = 0
//	this.icon_rel2_1 = 0
//	this.icon_rel2_2 = 0

//	this.url2_0 = ''
//	this.url2_1 = ''
//	this.url2_2 = ''
	



    //Sub Menu 3

	this.menu_xy3 = "-109,17"
	this.menu_width3 = 175
	
	this.item3_0 = "Columbia Weather"
	this.item3_1 = "Education"
	this.item3_2 = "University of South Carolina"
	this.item3_3 = "Fort Jackson"
	this.item3_4 = "City of Columbia"
	this.item3_5 = "Chamber of Commerce"
	this.item3_6 = "Museum of Art"
	this.item3_7 = "Koger Center"
	this.item3_8 = "Colonial Center"
	this.item3_9 = "Riverbanks Zoo"
	this.item3_10 = "Lake Murray"

	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
	this.icon_rel3_10 = 0

	this.url_target3_0 = 'Weather_ColumbiaSC'

	this.url3_0 = 'http://www.weather.com/weather/local/29201'
	this.url3_1 = 'area-education.php'
	this.url3_2 = 'area-university.php'
	this.url3_3 = 'area-fortjackson.php'
	this.url3_4 = 'area-columbia.php'
	this.url3_5 = 'area-chamber.php'
	this.url3_6 = 'area-museumofart.php'
	this.url3_7 = 'area-koger.php'
	this.url3_8 = 'area-colonial.php'
	this.url3_9 = 'area-riverbanks.php'
	this.url3_10 = 'area-lakemurray.php'
	



    //Sub Menu 4

	this.menu_xy4 = "-85,17"
	this.menu_width4 = 190
	
	this.item4_0 = "Relocation to Columbia"
	this.item4_1 = "Sellers"
	this.item4_2 = "Suite of Calculators "
	//this.item4_3 = "Investment Cash Flow Model"
	this.item4_3 = "1031 Exchange Info"
	//this.item4_5 = "1031 Exchange Calculator"
	this.item4_4 = "Gamecock Fans Only"
	this.item4_5 = "Contact Us"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0
	//this.icon_rel4_3 = 0
	this.icon_rel4_3 = 0
	//this.icon_rel4_5 = 0
	this.icon_rel4_4 = 0
	this.icon_rel4_5 = 0
	
	this.url4_0 = 'resources-relocation.php'
	this.url4_1 = 'resources-sellers.php'
	this.url4_2 = 'resources-calc.php'
	//this.url4_3 = 'resources-investment.php'
	this.url4_3 = 'resources-1031.php'
	//this.url4_5 = 'resources-1031calc.php'
	this.url4_4 = 'resources-gamecock.php'
	this.url4_5 = 'resources-contact.php'
	



    //Sub Menu 5

//	this.menu_xy5 = "-100,24"
//	this.menu_width5 = 130
        
//	this.item5_0 = "Terry Bishop"
//	this.item5_1 = "Becky Bishop"
//	this.item5_2 = "Meet the Team"
//	this.item5_3 = "Contact Us"
	
//	this.icon_rel5_0 = 0
//	this.icon_rel5_1 = 0
//	this.icon_rel5_2 = 0
//	this.icon_rel5_3 = 0

//	this.url5_0 = 'meet.htm#terry'
//	this.url5_1 = 'meet.htm#becky'
//	this.url5_2 = 'meet.htm'
//	this.url5_3 = 'contact.htm'



}///////////////////////// END Menu Data /////////////////////////////////////////


