//**** 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://trident.icu.ehc.com/cpm/line.gif" // this.rel_icon_rollover0 = "http://trident.icu.ehc.com/cpm/line.gif" // this.rel_icon_image_wh0 = "6,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://columbiahouston.icu.ehc.com/cpm/arrow_dhtml_lt.gif" //this.abs_icon_rollover0 = "http://columbiahouston.icu.ehc.com/cpm/arrow_dhtml.gif" // this.abs_icon_image0 = "Bug_Cream.gif" // this.abs_icon_rollover0 = "Bug_Cream.gif" // this.abs_icon_image_wh0 = "33,34" // this.abs_icon_image_xy0 = "-150,-5" // this.abs_icon_image1 = "Bug_Cream.gif" // this.abs_icon_rollover1 = "Bug_Cream.gif" // this.abs_icon_image_wh1 = "33,34" // this.abs_icon_image_xy1 = "-158,-5" // this.abs_icon_image2 = "Bug_Cream.gif" // this.abs_icon_rollover2 = "Bug_Cream.gif" // this.abs_icon_image_wh2 = "33,34" // this.abs_icon_image_xy2 = "-123,-5" // this.abs_icon_image3 = "Bug_Cream.gif" // this.abs_icon_rollover3 = "Bug_Cream.gif" // this.abs_icon_image_wh3 = "33,34" // this.abs_icon_image_xy3 = "-143,-5" // this.abs_icon_image4 = "Bug_Cream.gif" // this.abs_icon_rollover4 = "Bug_Cream.gif" // this.abs_icon_image_wh4 = "33,34" // this.abs_icon_image_xy4 = "-170,-5" /*--------------------------------------------- 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 //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 = true //applies to main group only // this.menu_width = 0 //applies to vertical menus // this.menu_width_items = 120 //applies to items in a horizontal menu (global group) // this.menu_width_itemX = 150 //applies to items in a horizontal menu (individual item) //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,5,5" this.item_padding_sub = "0,4,0,4" //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_itemX = 100 //this.menu_width_itemX_X = 100 // this.menu_width_item0 = 93 // this.menu_width_item1 = 76 // this.menu_width_item2 = 90 // this.menu_width_item3 = 92 // this.menu_width_item4 = 95 // this.menu_width_item5 = 105 this.menu_xy0 = "-120,22" this.menu_width = 120 this.menu_xy1 = "-90,22" this.menu_width1 = 120 this.menu_xy2 = "-98,22" this.menu_width2 = 120 this.menu_xy3 = "-105,22" this.menu_width3 = 120 this.menu_xy4 = "-110,22" this.menu_width4 = 120 this.menu_xy5 = "-120,22" this.menu_width5 = 120 // this.menu_xy5 = "0,-1" // this.menu_width5 = 120 // this.menu_xy6 = "0,-1" // this.menu_width6 = 120 // this.menu_xy7 = "0,-1" // this.menu_width7 = 120 // this.menu_xy8 = "0,-1" // this.menu_width8 = 120 // this.menu_xy9 = "0,-1" // this.menu_width9 = 120 // this.menu_xy10 = "0,-1" // this.menu_width10 = 120 // this.menu_xy11 = "0,-1" // this.menu_width11 = 120 // 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 = 1 // this.icon_abs2 = 2 // this.icon_abs3 = 3 // this.icon_abs4 = 4 // 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 /////////////////////////////////////////