function cdd_menu0(){ //GLOBAL SETTINGS this.menu_is_horizontal = false this.menu_is_horizontal_main = true this.menu_width = "100" this.menu_items_width = 60 this.menu_xy = "-147,0" this.menu_background_color = "#A43B06" this.menu_background_color_main = "#A43B06" this.menu_padding = "0,0,0,0" this.menu_padding_main = "3,3,3,3" this.menu_border_color = "#464646" this.menu_border_width = "1" this.menu_border_style = "solid" this.menu_border_style_main = "none" this.menu_border_width_main = 0 this.menu_items_background_color_main = "transparent" this.menu_items_background_color_roll_main = "#F7AE4E" this.menu_items_background_color_roll = "#F7AE4E" this.menu_items_border_style_main = "none" this.menu_items_border_width_main = 0 this.menu_items_text_color = "#FFEAC4" this.menu_items_text_align = "center" this.menu_items_text_decoration = "none" this.menu_items_text_decoration_roll = "none" this.menu_items_text_color_roll = "#000000" this.menu_items_font_family = "Arial Narrow" this.menu_items_font_size = "9pt" this.menu_items_font_style = "normal" this.menu_items_font_weight = "bold" this.menu_items_padding = "2,2,2,2" this.menu_items_padding_main = "0,0,0,0" this.menu_items_border_style = "solid" this.menu_items_border_color = "#000000" this.menu_items_border_width = 0 this.icon_rel = -1 this.icon_rel1 = -1 this.icon_rel2 = -1 this.icon_rel3 = -1 this.divider_caps = false this.divider_width = 2 this.divider_height = 1 this.divider_background_color = "#F7AE4E" this.divider_background_color_main = "#E78E55" this.divider_border_style = "none" this.divider_border_width = 2 this.divider_border_color = "#000000" this.divider_width_main = 2 this.divider_height_main = 5 //Menu 1 this.menu_xy0 = "-147,0" this.menu_width0 = 147 this.item0 = "Home" this.url0 = "../../dynamic/default.aspx" //Menu 2 - DYNAMIC EXAMPLE this.menu_xy1 = "-60,0" this.menu_width1 = 150 this.item1 = "Products" this.url1 = "../../product/product.aspx" this.menu_items_font_family1 = "Arial" this.menu_items_text_align1 = "Left" //DYNAMIC MENU ITEMS - DEFINED IN FILE ui_table_start.ascx.vb //Menu 3 //this.menu_xy2 = "-148,0" //this.item_width2 = 80 //this.item2 = "Express Gear" //this.url2 = "../../dynamic/express_gear.aspx" //Menu 4 this.menu_xy2 = "-149,0" this.item2 = "News" this.url2 = "../../article/article.aspx" //Menu 5 this.menu_xy3 = "-149,0" this.item3 = "About" this.url3 = "../../dynamic/about.aspx" //Menu 6 this.menu_xy4 = "-149,0" this.item_width4 = 70 this.item4 = "The Team" this.url4 = "../../staff/staff.aspx" //Menu 7 this.menu_xy5 = "-149,0" this.item_width5 = 110 this.item5 = "Locate a Distributor" this.url5 = "../../contact/contact_info_request.aspx" //Menu 8 this.menu_xy6 = "-149,0" this.item6 = "Contact" this.url6 = "../../contact/contact.aspx" //Menu 8 this.menu_xy7 = "-149,0" this.item_width7 = 85 this.item7 = "Employment" this.url7 = "../../dynamic/employment.aspx" //Menu 9 this.menu_xy8 = "-149,0" this.item8 = "Extranet" this.url8 = "../../admin" //Menu 10 //this.menu_xy9 = "-60,0" //this.item9 = "Options" //this.url9 = "../../service/service.aspx" //DYNAMIC MENU ITEMS - DEFINED IN FILE ui_table_start.ascx.vb }