function cdd_menu0(){ //GLOBAL SETTINGS this.menu_is_horizontal = false this.menu_is_horizontal_main = true this.menu_width = "90" this.menu_items_width = 90 this.menu_xy = "-90,0" this.menu_background_color = "#a2a089" this.menu_background_color_main = "transparent" this.menu_padding = "0,0,0,0" this.menu_padding_main = "0,0,0,0" 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 = "#a59e8c" this.menu_items_background_color_roll = "#E3D197" this.menu_items_border_style_main = "none" this.menu_items_border_width_main = 0 this.menu_items_text_color = "#FFFFFF" 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 = "#03521f" this.menu_items_font_family = "Arial" this.menu_items_font_size = "12px" this.menu_items_font_style = "normal" this.menu_items_font_weight = "bold" this.menu_items_padding = "5,5,5,5" this.menu_items_padding_main = "5,5,5,5" 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 = 1 this.divider_height = 1 this.divider_background_color = "#757575" this.divider_background_color_main = "#ffffff" this.divider_border_style = "none" this.divider_border_width = 2 this.divider_border_color = "#000000" this.divider_width_main = 1 this.divider_height_main = 10 //Menu 1 this.menu_xy0 = "-75,0" this.menu_width0 = 120 this.item0 = "About Us" this.item_width0 = 75 this.url0 = "../../literature/literature.aspx" //DYNAMIC MENU ITEMS - DEFINED IN FILE ui_table_start.ascx.vb //Menu 2 - DYNAMIC EXAMPLE this.menu_xy1 = "-135,0" this.menu_width1 = 135 this.item_width1 = 135 this.item1 = "Ways to Contribute" this.url1 = "../../dynamic/contribute.aspx" //Menu 3 this.menu_xy2 = "-125,0" this.menu_width2 = 125 this.item_width2 = 125 this.item2 = "Grant Information" this.url2 = "../../resource/resource.aspx" //Menu 4 this.menu_xy3 = "-65,0" this.menu_width3 = 65 this.item_width3 = 65 this.item3 = "Events" this.url3 = "../../dynamic/events.aspx" //Menu 4 this.menu_xy4 = "-95,0" this.menu_width4 = 95 this.item_width4 = 95 this.item4 = "Newsletters" this.url4 = "../../article/article.aspx" //Menu 4 this.menu_xy5 = "-75,0" this.menu_width5 = 75 this.item_width5 = 75 this.item5 = "Projects" this.url5 = "../../service/service.aspx" //Menu 4 this.menu_xy6 = "-90,0" this.menu_width6 = 90 this.item_width6 = 90 this.item6 = "Contact Us" this.url6 = "../../contact/contact.aspx" }