um0http = 1
function cdd_menu3(){
/*Icon Images*/
    //Relative positioned icon images (flow with main menu or sub item text)
	this.rel_icon_image0 = "../images/spacer.gif"
	this.rel_icon_rollover0 = "../images/spacer.gif"
	this.rel_icon_image_wh0 = "1,1"

	this.rel_icon_image1 = "../images/spacer.gif"
	this.rel_icon_rollover1 = "../images/spacer.gif"
	this.rel_icon_image_wh1 = "16,1"

    //Absolute positioned icon images (coordinate positioned)
	this.abs_icon_image0 = "../images/spacer.gif"
	this.abs_icon_rollover0 = "../images/spacer.gif"
	this.abs_icon_image_wh0 = "1,1"
	this.abs_icon_image_xy0 = "1,1"

/*Divider Settings*/
	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 6				//applies to horizontal menus only
	this.divider_height = 0				//applies to vertical menus only

    //available specific settings
	this.use_divider_capsX_X = true

/*Menu Orientation and Dimensions*/
	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.is_horizontal_main = true

	this.menu_width = 87			//applies to vertical menus
	this.menu_width_items = 87		//applies to items in a horizontal menu
	this.menu_width_item0 = 126
	this.menu_width_item1 = 99
	this.menu_width_item2 = 75
	this.menu_width_item3 = 96
	this.menu_width_item4 = 96
	this.menu_width_item5 = 126
	this.menu_width_item6 = 87
	this.menu_width_item7 = 99
	
   //Padding Values
	this.menu_padding_main = "5,2,0,2"		//top, right, bottom, left
	this.menu_padding_sub = "2,0,4,0"
	this.item_padding_main = "10,0,14,0"
	this.item_padding_sub = "5,0,5,0"

   //Border Sizing
	this.menu_border_main = 0
	this.menu_border_sub = 0
	this.item_border_main = 0
	this.item_border_sub = 0

   //Specific Item Setting Examples (change 'X' to appropriate index value)
	this.is_horizontalX = true
	this.menu_widthX = 853
	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 = 0
	this.item_border_mainX = 0
	this.item_border_subX_X = 0

/*---------------------------------------------
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"
	this.divider_class = "cdd0_dividers_horizontal"


/*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 = "Order Online"
	this.icon_rel0 = 0
	this.url0 = '../../#'
	
	this.item1 = "Products"
	this.icon_rel1 = 0
	this.url1 = '../../products.htm'
	
	this.item2 = "Demos"
	this.icon_rel2 = 0
	this.url2 = '../../demos.htm'

	this.item3 = "Services"
	this.icon_rel3 = 0
	this.url3 = '../../services.html'
		
	this.item4 = "Resources"
	this.icon_rel4 = 0
	this.url4 = '../../resources.html'
	
	this.item5 = "Support/FAQ"
	this.icon_rel5 = 0
	this.url5 = '../../support.faq.html'
	
	this.item6 = "Search"
	this.icon_rel6 = 0
	this.url6 = '../../search.html'
	
	this.item7 = "Contact Us"
	this.icon_rel7 = 0
	this.url7 = '../../contact.us.html'

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
/*   //Sub Menu 0
	this.menu_xy0 = "-120,37"
	this.menu_width0 = 120

	this.item0_0 = "American Litho"
	this.icon_rel0_0 = 1
	this.url0_0 = '../#'
	*/
}


