//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

um0http = 1


function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 1 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/

cdd__code0 = 1095
cdd__code1 = 692


/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "menu_images/bullet.gif"
	this.rel_icon_rollover0 = "menu_images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "22,11"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "menu_images/arrow.gif"
	this.abs_icon_rollover0 = "menu_images/arrow.gif"
	this.abs_icon_image_wh0 = "0,1"
	this.abs_icon_image_xy0 = "0,1"




/*---------------------------------------------
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_X = 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		//false = vertical menus, true = horizontal menus

	
	this.menu_width = 190			//applies to vertical menus
	this.menu_width_items = 120		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 140		//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 = "3,1,3,3"
	this.item_padding_sub = "1,1,1,5"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 2

	this.item_border_main = 0
	this.item_border_sub = 2



   //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 = "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 sections 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')";
	//this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Home"
	this.icon_rel0 = 0
	this.url0 = "index.htm"	

	this.item1 = "About Us"
	this.icon_rel1 = 0
	this.url1 = "about_us.htm"
	
	
	this.item2 = "Location & Hours"
	this.icon_rel2 = 0
	this.url2 = "location.htm"
	
	
	this.item3 = "Meet the Team"
	this.icon_rel3 = 0
	this.url3 = "meet_team.htm"
	
	

	

	this.item4 = "View our Floor Plans"
	this.icon_rel4 = 0
	this.url4 = "view_our_floor_plans.htm"

	
        this.item5 = "Completed Homes"
	this.icon_rel5 = 0
	this.url5 = "completed_homes.htm"
	

	this.item6 = "Planning for Ownership"
	this.icon_rel6 = 0
	

	

	
	

	

	this.item7 = "Customer Testimonials"
	this.icon_rel7 = 0
	this.url7 = "customer_testimonials.htm"

	this.item8 = "Retailer of the Year"
	this.icon_rel8 = 0
	this.url8 = "retailer_of_the_year.htm"
                    
    	this.item9 = "Contact Us"
	this.icon_rel9 = 0
	this.url9 = "contact.htm"
                    
        	
        this.item10 = "7 Year Warranty"
	this.icon_rel10 = 0
	this.url10 = "warranty.htm"
	
	this.item11 = "How We Are Different"
	this.icon_rel11 = 0
	this.url11 = "different.htm"
	
	
	

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

	

<!------------------------------------>
//Sub Menu 6

	this.menu_xy6 = "-50,22"
	this.menu_width6 = 150
	
	
	this.item6_0 = "Your Retailer"
	this.item6_1 = "Your Land"
	this.item6_2 = "Land Options"
	this.item6_3 = "Financing"
	this.item6_4 = "Site Preparation"
	this.item6_5 = "Installation"
		
	
	this.url6_0 = "your_retailer.htm"
	this.url6_1 = "your_land.htm"
	this.url6_2 = "land_options.htm"
	this.url6_3 = "financing.htm"
	this.url6_4 = "site_preparation.htm"
	this.url6_5 = "installation.htm"

	
	
	
	


  
}///////////////////////// END Menu Data /////////////////////////////////////////













