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 = "menuarrows.gif"
	this.rel_icon_rollover0 = "menuarrows.gif"
	this.rel_icon_image_wh0 = "18,18"
	this.rel_icon_image_xy0 = "20,25"
	
	this.rel_icon_image1 = "menuarrows_down.gif"
	this.rel_icon_rollover1 = "menuarrows_down.gif"
	this.rel_icon_image_wh1 = "18,18"
	this.rel_icon_image_xy1 = "20,25"


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "menuarrows.gif"
	this.abs_icon_rollover0 = "menuarrows.gif"
	this.abs_icon_image_wh0 = "18,18"
	this.abs_icon_image_xy0 = "-20,2"
	
	this.abs_icon_image1 = "menuarrows_down.gif"
	this.abs_icon_rollover1 = "menuarrows_down.gif"
	this.abs_icon_image_wh1 = "18,18"
	this.abs_icon_image_xy1 = "-20,2"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 0			//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 = false			//applies to main group only
	
	this.menu_width = 170				//applies to vertical menus
	//this.menu_width_items = 138			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "5,0,5,0"		//top, right, bottom, left
	this.menu_padding_sub = "5,0,5,0"

	this.item_padding_main = "4,25,3,5"
	this.item_padding_sub = "4,25,3,5"

	

   //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 = 170
	this.menu_width_itemsX = 50
	this.menu_width_itemX_X = 50

	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 = 0
	this.item_border_mainX = 0
	this.item_border_subX_X = 0



/*---------------------------------------------
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.item2_0 = "cdd0_sub_menuSpecific"
	//this.item_rollover_classX_X = "cdd0_sub_menuSpecific"



/*---------------------------------------------
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.icon_abs0 = 0
	this.url0 = "../index.html"	
	
	this.item1 = "Staging to Sell"
	//this.icon_rel1 = 0
	this.icon_abs1 = 0
	this.url1 = "../stagingtosell.html"	
	
	this.item2 = "Staging to Live"
	//this.icon_rel2 = 0
	this.icon_abs2 = 0
	this.url2 = "../stagingtolive.html"	


	this.item3 = "About Us"
	//this.icon_rel3 = 0
	this.icon_abs3 = 0
	this.url3 = "../about.html"	
	
	this.item4 = "Portfolio"
	//this.icon_rel4 = 0
	this.icon_abs4 = 0
	this.url4 = "../portfolio.html"	
		
	this.item5 = "Contact Us"
	//this.icon_rel5 = 0
	this.icon_abs5 = 0
	this.url5 = "../contact.html"
    
	this.item6 = "StagingŪ News"
	//this.icon_rel6 = 0
	this.icon_abs6 = 0
	this.url6 = "../stagingnews.html"
	
	this.item7 = "StagingŪ Statistics"
	//this.icon_rel7 = 0
	this.icon_abs7 = 0
	this.url7 = "../stagingstatistics.html"

    
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

    //this.menu_xy0 = "-139,24"
	//this.menu_width0 = 150
        
	//this.item0_0 = "Site Map"
	//this.item0_1 = "Environmental"
	//this.item0_2 = "Security"
	//this.item0_3 = "Developer"
	//this.item0_4 = "Town Center"

//	this.icon_rel0_0 = 0
//	this.icon_rel0_1 = 0
//	this.icon_rel0_2 = 0
//	this.icon_rel0_3 = 0
//	this.icon_rel0_4 = 0

//	//Sample url link using new window target with specific sizing features added.
//	this.url0_0 = 'documents/sample_link.htm'
//	this.url_target0_0 = "_new"
//	this.url_features0_0 = "height=325,width=550,status=yes,toolbar=no,menubar=no,location=no";

	//this.url0_0 = 'sitemap.cfm'
	//this.url0_1 = 'environment.cfm'
	//this.url0_2 = 'security.cfm'
	//this.url0_3 = 'documents/sample_link.htm'
	//this.url0_4 = 'documents/sample_link.htm'



   //Sub Menu 1
	
	//this.menu_xy1 = "1,0"
	//this.menu_width1 = 145
	
	//this.item1_0 = "StagingŪ to Sell"
	//this.item1_1 = "StagingŪ to Live"
	//this.item1_2 = "Equestrian Center"
	//this.item1_3 = "Trail Systems"

	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_2 = 0
	//this.icon_rel2_3 = 0

    //this.url1_0 = '../stagingtosell.html'
	//this.url1_1 = '../stagingtolive.html'
	//this.url1_2 = 'equestrian.cfm'
	//this.url1_3 = 'trails.cfm'	



   //Sub Menu 1_0

//	this.menu_xy1_0 = "-4,2"
//	this.menu_width1_0 = 150

//	this.item1_0_0 = "DHTML Menu"
//	this.item1_0_1 = "DHTML Tree"
//	this.item1_0_2 = "Vertical Scroll"
//	this.item1_0_3 = "Scroll Window"

//	this.icon_rel1_0_0 = 0
//	this.icon_rel1_0_1 = 0
//	this.icon_rel1_0_2 = 0
//	this.icon_rel1_0_3 = 0

//	this.url1_0_0 = 'documents/sample_link.htm'
//	this.url1_0_1 = 'documents/sample_link.htm'
//	this.url1_0_2 = 'documents/sample_link.htm'
//	this.url1_0_3 = 'documents/sample_link.htm'
	


   //Sub Menu 1_1

	//this.menu_xy1 = "-149,23"
	//this.menu_width1 = 150
	
	//this.item1_0 = "Golf & Country Club"
	//this.item1_1 = "Soccer Complex"
	//this.item1_2 = "Equestrian Center"
	//this.item1_3 = "Trail Systems"

	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_2 = 0
	//this.icon_rel2_3 = 0

	//this.url1_0 = 'documents/sample_link.htm'
	//this.url1_1 = 'documents/sample_link.htm'
	//this.url1_2 = 'documents/sample_link.htm'
	//this.url1_3 = 'documents/sample_link.htm'



    //Sub Menu 2

	//this.menu_xy2 = "1,0"
	//this.menu_width2 = 150
	
	//this.item2_0 = "Current Castings"
	//this.item2_1 = "3 DAY WEEKEND"
	//this.item2_2 = "BLUE RIBBON"
	//this.item2_3 = "HOW TO I DO"

	//this.icon_abs2_0 = 1
	//this.icon_abs2 = 0
	//this.icon_abs2 = 0
	//this.icon_abs2 = 0

	//this.url2_0 = 'documents/sample_link.htm'
	//this.url2_1 = '../../shows/turner/'
	//this.url2_2 = '../../shows/turner/TURNER_Blue_Ribbon.html'
	//this.url2_3 = '../../shows/diy/DIY_How_To_I_Do.html'



    //Sub Menu 3

	//this.menu_xy3 = "1,0"
	//this.menu_width3 = 150
	
	//this.item3_0 = "BY NETWORK"
	//this.item3_1 = "BY FILM"
	//this.item3_2 = "BY DVD"
	//this.item3_3 = "DIY"
	//this.item3_4 = "ESPN"
	//this.item3_5 = "FOOD NETWORK"
	//this.item3_6 = "HGTV"
	//this.item3_7 = "HISTORY"
    //this.item3_8 = "TRAVEL CHANNEL"
	//this.item3_9 = "TURNER SOUTH"
	
	//this.icon_abs3_0 = 0
	//this.icon_abs3_1 = 0
	//this.icon_abs3_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.url3_0 = 'areamap.cfm'
    //this.url3_1 = '../../shows/ae/'
    //this.url3_2 = '../../shows/court/'
	//this.url3_3 = '../../shows/diy/'
	//this.url3_4 = '../../shows/espn/'
	//this.url3_5 = '../../shows/food/'
	//this.url3_6 = '../../shows/hgtv/'
	//this.url3_7 = '../../shows/history/'
	//this.url3_8 = '../../shows/travel/'
	//this.url3_9 = '../../shows/turner/'

   //Sub Menu 1_0
	if (document.layers)
		this.menu_xy3_0 = "0,0"
	else
		this.menu_xy3_0 = "0,0"

	this.menu_width3_0 = 150

	this.item3_0_0 = "A & E"
	this.item3_0_1 = "COURT TV"
	this.item3_0_2 = "DIY"
	this.item3_0_3 = "ESPN"
	this.item3_0_4 = "FOOD NETWORK"
	this.item3_0_5 = "HGTV"
	this.item3_0_6 = "HISTORY"
	this.item3_0_7 = "TRAVEL CHANNEL"
	this.item3_0_8 = "TURNER SOUTH"

	//this.icon_rel3_0_0 = 1
	//this.icon_rel1_0_1 = 0
	//this.icon_rel1_0_2 = 0
	//this.icon_rel1_0_3 = 0

	this.url3_0_0 = '../../shows/ae/'
	this.url3_0_1 = '../../shows/court/'
	this.url3_0_2 = '../../shows/diy/'
	this.url3_0_3 = '../../shows/espn/'
	this.url3_0_4 = '../../shows/food/'
	this.url3_0_5 = '../../shows/hgtv/'
	this.url3_0_6 = '../../shows/history/'
	this.url3_0_7 = '../../shows/travel/'
	this.url3_0_8 = '../../shows/turner/'
					
	


   //Sub Menu 2_1

	if (document.layers)
		this.menu_xy3_1 = "0,0"
	else
		this.menu_xy3_1 = "0,0"

	this.menu_width3_1 = 170

	this.item3_1_0 = "AMMA"
	this.item3_1_1 = "A MAN NAMED PEARL"

	//this.icon_rel3_1_0 = 1

	this.url3_1_0 = '../../film/'
	this.url3_1_1 = '../../film/pearl.html'

//Sub Menu 3_1

	if (document.layers)
		this.menu_xy3_2 = "0,0"
	else
		this.menu_xy3_2 = "0,0"

	this.menu_width3_2 = 150

	this.item3_2_0 = "HIDDEN LINKS GOLF GUIDE"

	//this.icon_rel3_2_0 = 1

	this.url3_2_0 = '../../shows/dvd/'

    //Sub Menu 4

	//this.menu_xy4 = "-139,24"
	//this.menu_width4 = 139
	

	//this.item4_0 = "Press Release"
	//this.item4_1 = ".Info Archive"
	//this.item4_2 = "Development Update"
	//this.item4_3 = "Register"
	
	//this.icon_rel5_0 = 0
	//this.icon_rel5_1 = 0
	//this.icon_rel5_2 = 0
    //this.icon_rel5_3 = 0

	//this.url4_0 = 'press.cfm'
	//this.url4_1 = 'infoarchive.cfm'
	//this.url4_2 = 'updates.cfm'
	//this.url4_3 = 'contact.cfm'
	


}///////////////////////// END Menu Data /////////////////////////////////////////


