//**** 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 = "http://nhh1.monarch2.ehc.com/images/superthemes/HCAHouston/arrow_dhtml.gif" //this.rel_icon_rollover0 = "http://nhh1.monarch2.ehc.com/images/superthemes/HCAHouston/arrow_dhtml.gif" //this.rel_icon_image_wh0 = "10,10" //this.rel_icon_image0 = "arrow_dhtml.gif" //this.rel_icon_rollover0 = "arrow_dhtml.gif" //this.rel_icon_image_wh0 = "25,25" //Absolute positioned icon images (coordinate positioned - relative to //right top corner of the menu item displaying the icon.) this.abs_icon_image0 = "http://womanshospital.icu.ehc.com/cpm/AnchorIconImageRight.gif.gif" this.abs_icon_rollover0 = "http://womanshospital.icu.ehc.com/cpm/NavArrow_ltBlue.gif" this.abs_icon_image_wh0 = "25,25" this.abs_icon_image_xy0 = "-24,-1" /*--------------------------------------------- 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 = true /*--------------------------------------------- Menu Orientation and Dimensions ---------------------------------------------*/ this.is_horizontal = false //applies to all menu groups this.is_horizontal_main = false //applies to main group only this.menu_width = 170 //applies to vertical menus this.menu_width_items = 170 //applies to items in a horizontal menu //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,30,4,0" this.item_padding_sub = "5,5,5,5" //Border Sizing this.menu_border_main = 1 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 = true //this.menu_widthX = 145 //this.menu_width_itemsX = 100 //this.menu_width_itemX_X = 100 this.menu_xy0 = "0,-1" this.menu_width0 = 170 this.menu_xy1 = "0,-1" this.menu_width1 = 170 this.menu_xy2 = "0,-1" this.menu_width2 = 170 this.menu_xy3 = "0,-1" this.menu_width3 = 170 this.menu_xy4 = "0,-1" this.menu_width4 = 170 this.menu_xy5 = "0,-1" this.menu_width5 = 170 this.menu_xy6 = "0,-1" this.menu_width6 = 170 this.menu_xy7 = "0,-1" this.menu_width7 = 170 this.menu_xy8 = "0,-1" this.menu_width8 = 170 this.menu_xy9 = "0,-1" this.menu_width9 = 170 this.menu_xy10 = "0,-1" this.menu_width10 = 170 this.menu_xy11 = "0,-1" this.menu_width11 = 170 // this.menu_padding_subX = "2,2,2,2" // this.item_padding_mainX = "2,2,2,2" // this.item_padding_subX_X = "2,2,2,2" // this.menu_border_subX = 1 // this.item_border_mainX = 1 // this.item_border_subX_X = 1 /*--------------------------------------------- Optional Style Sheet Class Name Association ---------------------------------------------*/ //Use the following section 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')" //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')" /*------------------------------------------------ Browser Workarounds -------------------------------------------------*/ //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%) this.opera_old_display_html = "Please update your opera browser."; /*--------------------------------------------- Main Menu Group and Items ---------------------------------------------*/ //Main Menu Group 0 this.icon_abs0 = 0 this.icon_abs1 = 0 this.icon_abs2 = 0 this.icon_abs3 = 0 this.icon_abs4 = 0 this.icon_abs5 = 0 this.icon_abs6 = 0 this.icon_abs7 = 0 this.icon_abs8 = 0 this.icon_abs9 = 0 this.icon_abs10 = 0 //this.icon_abs11 = 0 //this.icon_abs12 = 0 //this.icon_abs13 = 0 //this.icon_abs14 = 0 //this.icon_abs15 = 0 //this.item0 = "Web Menu" //this.icon_rel0 = 0 //this.url0 = "myurl.html" //this.item1 = "Products" //this.icon_rel1 = 0 //this.url1 = "myurl.html" //this.item2 = "Download" //this.icon_rel2 = 0 //this.url2 = "myurl.html" //this.item3 = "Contact" //this.icon_rel3 = 0 //this.url3 = "myurl.html" //this.item4 = "Documentation" //this.icon_rel4 = 0 //this.url4 = "myurl.html" CreateOpenCubeMenuItems0(this); }///////////////////////// END Menu Data /////////////////////////////////////////