//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc., - www.opencube.com **** um0http = 1 function cdd_menu0(){ /*--------------------------------------------- Menu 1 - General Settings and Menu Structure **See the OpenCubeIndex_0.css file for additional customization options** ---------------------------------------------*/ /*--------------------------------------------- Icon Images ---------------------------------------------*/ //Relative positioned icon images (flow with main menu or sub item text) //this.rel_icon_image0 = "../sample_images/sample3_bullet.gif" //this.rel_icon_rollover0 = "../sample_images/sample3_bullet_roll.gif" //this.rel_icon_image_wh0 = "13,10" //Absolute positioned icon images (coordinate positioned) //this.abs_icon_image0 = "../sample_images/arrow.gif" //this.abs_icon_rollover0 = "../sample_images/arrow.gif" //this.abs_icon_image_wh0 = "13,10" //this.abs_icon_image_xy0 = "-20,8" /*--------------------------------------------- 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 = 0 //applies to vertical menus only /*--------------------------------------------- Menu Orientation and Dimensions ---------------------------------------------*/ //All values below are defined in pixel units. Only the //width of items and menu groups may be defined, heights //are automatically determined by the font size and padding //values below. See the menu_styles.css file for additional //border color and style settings. this.is_horizontal = true //applies to all menu groups this.is_horizontal_main = true /*this.menu_width = 130 */ //applies to vertical menus /*this.menu_width_items = 125 */ //applies to items in a horizontal menu - Removed so all elements at all times have the 0 width. Use padding below. this.menu_xy0 = "-54,15" // Setting coordinates for first rollover - facilities under Patients/Visitors this.menu_xy1 = "-166,15" // Setting coordinates for second rollover - Health Wellness under Patients/Visitors this.menu_xy2 = "-227,15" // Setting coordinates for third rollover - Friends/Fam under Patients/Visitors this.menu_xy3 = "-292,15" // Setting coordinates for third rollover - Friends/Fam under Patients/Visitors this.menu_xy4 = "-393,15" // Setting coordinates for third rollover - Friends/Fam under Patients/Visitors this.menu_xy5 = "-496,15" // Setting coordinates for third rollover - Friends/Fam under Patients/Visitors //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 = "0,6,0,6" //Padding around individual menu items 6 on right and left of each item this.item_padding_sub = "0,6,0,6" //Padding around individual sub menu items 6 on right and left of each item //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_horizontalX = true //this.menu_widthX = 200 //this.menu_width_itemsX = 200 //this.menu_width_itemX_X = 100 //this.menu_padding_subX = "0,0,0,0" //this.item_padding_mainX = "0,0,0,0" //this.item_padding_subX_X = "0,0,0,0" //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 = "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')"; //this.clickX = "alert('execute custom click item code')" /*--------------------------------------------- Main Menu Group and Items ---------------------------------------------*/ //Main Menu Group 0 /*--------------------------------------------- Sub Menu Group and Items ---------------------------------------------*/ //Sub Menu 0 //this.menu_xy0 = "-120,15" //Sub Menu 1 //this.menu_xy1 = "-150,35" //Sub Menu 2 //this.menu_xy2 = "-250,35" //Sub Menu 3 //this.menu_xy3 = "-350,35" //Sub Menu 4 //this.menu_xy4 = "-450,35" CreateOpenCubeMenuItems0(this); }///////////////////////// END Menu Data /////////////////////////////////////////