//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc., - www.opencube.com **** um0http = 1 function cdd_menu0(){ /*--------------------------------------------- Icon Images ---------------------------------------------*/ //Relative positioned icon images (flow with main menu or sub item text) // this.rel_icon_image0 = "arrow.gif" // this.rel_icon_rollover0 = "arrow.gif" // this.rel_icon_image_wh0 = "13,10" //Absolute positioned icon images (coordinate positioned) // this.abs_icon_image0 = "sample7_Icon0_abs.gif" // this.abs_icon_rollover0 = "sample7_Icon0_abs.gif" // this.abs_icon_image_wh0 = "17,18" // this.abs_icon_image_xy0 = "-35,2" /*--------------------------------------------- Divider Settings ---------------------------------------------*/ this.use_divider_caps = false //cap the top and bottom of each menu group this.divider_width = 0 //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 Sizing ---------------------------------------------*/ this.is_horizontal = false //false = vertical menus, true = horizontal menus this.is_horizontal_main = true this.menu_width = 120 //applies to vertical menus this.menu_width_items = 120 //applies to items in a horizontal menu this.menu_width_item0 = 85 //applies to items in a horizontal menu this.menu_width_item1 = 125 this.menu_width_item2 = 80 this.menu_width_item3 = 90 this.menu_width_item4 = 90 this.menu_width_item5 = 90 this.menu_width_item6 = 100 this.menu_width_item7 = 110 this.menu_xy0 = "-79,25" this.menu_width0 = 120 this.menu_xy1 = "-120,25" this.menu_width1 = 120 this.menu_xy2 = "-90,25" this.menu_width2 = 120 this.menu_xy3 = "-100,25" this.menu_width3 = 120 this.menu_xy4 = "-100,25" this.menu_width4 = 120 this.menu_xy5 = "-95,25" this.menu_width5 = 120 this.menu_xy6 = "-100,25" this.menu_width6 = 120 this.menu_xy7 = "-100,25" this.menu_width7 = 120 this.menu_xy8 = "-90,19" this.menu_width8 = 90 this.menu_xy9 = "-90,19" this.menu_width9 = 90 this.menu_xy10 = "-90,19" this.menu_width10 = 90 this.menu_xy11 = "-90,19" this.menu_width11 = 90 this.menu_xy12 = "-90,19" this.menu_width12 = 90 this.menu_xy13 = "-90,19" this.menu_width13 = 90 this.menu_xy14 = "-90,19" this.menu_width14 = 90 this.menu_xy15 = "-90,19" this.menu_width15 = 90 //Padding Values this.menu_padding_main = "0,0,0,0" //top, right, bottom, left this.menu_padding_sub = "0,0,0,0" this.item_padding_main = "5,5,5,5" this.item_padding_sub = "3,5,3,5" //Border Sizing this.menu_border_main = 0 this.menu_border_sub = 0 this.item_border_main = 0 this.item_border_sub = 1 //Specific Item Setting Examples (change 'X' to appropriate index value) // this.is_horizontal5 = false // this.menu_width_items1 = 120 // this.menu_width_itemX_X = 100 // this.menu_padding_subX = "10,3,10,3" // this.item_padding_mainX = "10,3,10,3" // 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 = "cdd0_main_menu" // this.main_items_class = "cdd0_main_items" // this.main_items_rollover_class = "cdd0_main_items_rollover" // this.sub_menu_class = "cdd0_sub_menu" // this.sub_items_class = "cdd0_sub_items" // this.sub_items_rollover_class = "cdd0_sub_items_rollover" //specific menu items // this.item_classX_X = "myclassname" // this.item_rollover_classX_X = "myclassname" /*--------------------------------------------- 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')"; CreateOpenCubeMenuItems0(this); }///////////////////////// END Menu Data /////////////////////////////////////////