//**** 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 = 1 //applies to horizontal menus only this.divider_height = 1 //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_4 = 140 //applies to items in a horizontal menu this.menu_xy0 = "-120,18" this.menu_width0 = 120 this.menu_xy1 = "-120,18" this.menu_width1 = 120 this.menu_xy2 = "-120,18" this.menu_width2 = 120 this.menu_xy3 = "-120,18" this.menu_width3 = 120 this.menu_xy4 = "-120,18" this.menu_width4 = 120 this.menu_xy5 = "-120,18" this.menu_width5 = 120 this.menu_xy6 = "-120,18" this.menu_width6 = 120 this.menu_xy7 = "-120,18" this.menu_width7 = 120 this.menu_xy8 = "-120,18" this.menu_width8 = 120 this.menu_xy9 = "-120,18" this.menu_width9 = 120 this.menu_xy10 = "-120,18" this.menu_width10 = 120 this.menu_xy11 = "-120,18" this.menu_width11 = 120 this.menu_xy12 = "-120,18" this.menu_width12 = 120 this.menu_xy13 = "-120,18" this.menu_width13 = 120 this.menu_xy14 = "-120,18" this.menu_width14 = 120 this.menu_xy15 = "-120,18" this.menu_width15 = 120 //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 = "2,5,3,5" this.item_padding_sub = "4,5,4,5" //Border Sizing this.menu_border_main = 0 this.menu_border_sub = 0 this.item_border_main = 0 this.item_border_sub = 0 //Specific Item Setting Examples (change 'X' to appropriate index value) // this.is_horizontal5 = false // this.menu_width_items5 = 200 // this.menu_width_itemX_X = 100 // this.menu_padding_subX = "10,5,10,5" // this.item_padding_mainX = "10,5,10,5" // this.item_padding_subX_X = "10,5,10,5" // this.menu_border_subX = 0 // this.item_border_mainX = 1 // this.item_border_subX_X = 1 /*--------------------------------------------- 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 = "myclassname" // this.main_items_class = "myclassname" // this.main_items_rollover_class = "myclassname" // this.sub_menu_class = "myclassname" // this.sub_items_class = "myclassname" // this.sub_items_rollover_class = "myclassname" //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 /////////////////////////////////////////