function cdd_menu0(){ //GLOBAL SETTINGS this.menu_is_horizontal = false this.menu_is_horizontal_main = true this.menu_width = "100" this.menu_items_width = 100 this.menu_xy = "-100,0" this.menu_background_color = "#A5A5A5" 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 = "#748B9E" this.menu_items_background_color_roll = "#A5A5A5" 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 = "left" 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 = "Verdana, Arial" this.menu_items_font_size = "10pt" this.menu_items_font_style = "normal" this.menu_items_font_weight = "normal" this.menu_items_padding = "5,5,5,5" this.menu_items_padding_main = "8,0,8,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 = 0 this.divider_height = 1 this.divider_background_color = "#757575" this.divider_background_color_main = "transparent" this.divider_border_style = "none" this.divider_border_width = 0 this.divider_border_color = "#000000" this.divider_width_main = 0 this.divider_height_main = 0 //Menu 1 - about us this.menu_xy0 = "-100,0" this.menu_width0 = 150 this.item0 = "About Us" this.item0_0 = "Careers" this.item0_1 = "Partners" this.item_width0 = 100 this.item_text_align0 = "center" this.item_font_weight0 = "bold" this.item_text_color_roll0 = "#FFFFFF" this.url0 = "../../dynamic/about.aspx" this.url0_0 = "../../dynamic/career.aspx" this.url0_1 = "../../dynamic/partner.aspx" //Menu 2 - solutions this.menu_xy1 = "-100,0" this.menu_width1 = 150 this.item1 = "Solutions" this.item_width1 = 100 this.item_text_align1 = "center" this.item_font_weight1 = "bold" this.item_text_color_roll1 = "#FFFFFF" this.url1 = "../../literature/literature.aspx" //DYNAMIC MENU ITEMS - DEFINED IN FILE ui_table_start.ascx.vb //Menu 3 - products this.menu_xy2 = "-100,0" this.menu_width2 = 150 this.item2 = "Products" this.item_width2 = 100 this.item_text_align2 = "center" this.item_font_weight2 = "bold" this.item_text_color_roll2 = "#FFFFFF" this.url2 = "../../resource/resource.aspx" //DYNAMIC MENU ITEMS - DEFINED IN FILE ui_table_start.ascx.vb //Menu 4 - services this.menu_xy3 = "-100,0" this.menu_width3 = 150 this.item3 = "Services" this.item_width3 = 100 this.item_text_align3 = "center" this.item_font_weight3 = "bold" this.item_text_color_roll3 = "#FFFFFF" this.url3 = "../../service/service.aspx" //DYNAMIC MENU ITEMS - DEFINED IN FILE ui_table_start.ascx.vb //Menu 5 - faq this.menu_xy4 = "-70,0" this.menu_width4 = 70 this.item4 = "FAQ" this.item_width4 = 70 this.item_text_align4 = "center" this.item_font_weight4 = "bold" this.item_text_color_roll4 = "#FFFFFF" this.url4 = "../../faq/faq.aspx" //Menu 6 - news this.menu_xy5 = "-140,0" this.menu_width5 = 140 this.item5 = "News & Events" this.item_width5 = 140 this.item_text_align5 = "center" this.item_font_weight5 = "bold" this.item_text_color_roll5 = "#FFFFFF" this.url5 = "../../article/article.aspx" }