//**** DHTML Web Menu, (c) 2004, OpenCube Inc., - www.opencube.com **** function cdd_menu2(){//////////////////////////Start Menu Data///////////////////////////////// //**** NavStudio, (c) 2004, OpenCube Inc., - www.opencube.com **** //Note: This data file may be manually customized outside of the visual interface. //Unique Menu Id this.uid = 2 /********************************************************************************************** Icon Images **********************************************************************************************/ /********************************************************************************************** Global - Menu Container Settings **********************************************************************************************/ this.menu_background_color = "#E3EDF9" this.menu_border_color = "#9ba5c6" this.menu_border_width = 1 this.menu_padding = "0,0,0,0" this.menu_border_style = "solid" this.divider_caps = false this.divider_width = 1 this.divider_height = 1 this.divider_background_color = "#9ba5c6" this.divider_border_style = "solid" this.divider_border_width = "0" this.divider_border_color = "#9ba5c6" this.menu_is_horizontal = false this.menu_width = "170" this.menu_xy = "-14,-19" //this.menu_scroll_direction = 4 //this.menu_scroll_reverse_on_hide = true //this.menu_scroll_delay = 0 //this.menu_scroll_step = 5 this.menu_animation = "progid:DXImageTransform.Microsoft.none(duration=0.3)" /********************************************************************************************** Global - Menu Item Settings **********************************************************************************************/ this.menu_items_background_color_roll = "#3D8AC0" this.menu_items_text_color = "#1a2a66" this.menu_items_text_decoration = "none" this.menu_items_font_family = "Verdana" this.menu_items_font_size = "10px" this.menu_items_font_style = "normal" this.menu_items_font_weight = "normal" this.menu_items_text_align = "left" this.menu_items_padding = "2,12,2,12" this.menu_items_border_style = "solid" this.menu_items_border_color = "#9ba5c7" this.menu_items_border_width = 0 this.menu_items_width = 90 this.menu_items_text_color_roll = "#ffffff" this.menu_items_background_color = "#E3EDF9" this.menu_items_border_color_roll = "#9ba5c7" /********************************************************************************************** Main Menu Settings **********************************************************************************************/ this.menu_border_color_main = "#E3EDF9" this.menu_items_font_family_main = "Verdana" this.menu_items_font_weight_main = "normal" this.menu_items_font_style_main = "normal" this.menu_items_font_size_main = "10px" this.menu_padding_main = "0,0,0,0" this.menu_is_horizontal_main = false this.divider_width_main = 0 this.divider_height_main = 0 this.divider_caps_main = true this.divider_background_color_main = "#9ba5c6" this.divider_border_style_main = "solid" this.divider_border_width_main = "1" this.divider_border_color_main = "#9ba5c6" this.item_text_color0 = "#1a2a66" this.item_text_color_roll0 = "#ffffff" this.item_text_color1 = "#1a2a66" /********************************************************************************************** Dynamically build Menu and Sub-Menu names and links. **********************************************************************************************/ this.item0 = "PinnaClear DTV Processors" this.url0 = "http://www.siimage.com/products/productfamily.aspx?id=2" // No Sub Menu for LOB Name this.item1 = "HDMI Receivers" this.url1 = "http://www.siimage.com/products/productfamily.aspx?id=2#5" //Sub Menu this.item1_0 = "SiI9223 HDMI Receiver" this.url1_0 = "http://www.siimage.com/products/product.aspx?id=128" this.menu_width0 = 275 this.item1_1 = "SiI9127 HDMI Receiver" this.url1_1 = "http://www.siimage.com/products/product.aspx?id=129" this.menu_width1 = 275 this.item2 = "Input Processors" this.url2 = "http://www.siimage.com/products/productfamily.aspx?id=2#6" //Sub Menu this.item2_0 = "SiI9155 Input Processor" this.url2_0 = "http://www.siimage.com/products/product.aspx?id=133" this.menu_width0 = 275 }///////////////////////// END Menu Data /////////////////////////////////////////