//**** 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 //applies to all menu groups this.is_horizontal_main = false //applies to main group only this.menu_width = 245 //applies to vertical menus this.menu_width_items = 240 //applies to items in a horizontal menu //Padding Values this.menu_padding_main = "5,5,5,2" //top, right, bottom, left this.menu_padding_sub = "1,5,3,5" this.item_padding_main = "5,5,5,2" this.item_padding_sub = "5,5,5,2" //Border Sizing this.menu_border_main = 0 this.menu_border_sub = 1 this.item_border_main = 1 this.item_border_sub = 1 //Specific Item Setting Examples (change 'X' to appropriate index value) //this.is_horizontalX = false //this.menu_widthX = 245 //this.menu_width_itemsX = 150 //this.menu_width_itemX_X = 100 //this.menu_padding_subX = "1,5,3,5" //this.item_padding_mainX = "1,5,3,5" //this.item_padding_subX_X = "1,5,3,5" //this.menu_border_subX = 1 //this.item_border_mainX = 1 //this.item_border_subX_X = 0 /*------------------------------------------------ Browser Workarounds -------------------------------------------------*/ //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%) this.opera_old_display_html = "Please update your opera browser."; /*--------------------------------------------- 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 = "MainNavCell" // this.main_items_class = "MainNavText" // this.main_items_rollover_class = "myclassname" this.sub_menu_class = "MainNavText" // 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')" //use the following to execute a JavaScript statement for any menu item //change 'X' below, to the menu items index number. //this.clickX = "alert('Sample Click Code - Exposed Menu Event')" /*--------------------------------------------- Main Menu Group and Items ---------------------------------------------*/ //Main Menu Group 0 CreateOpenCubeMenuItems0(this); }///////////////////////// END Menu Data /////////////////////////////////////////