um0http = 1
function override(){
document.getElementsByName("cdd_item1_0_0")(0).style.backgroundColor ="#EBEBEB";
document.getElementsByName("cdd_item1_0_0")(0).innerText ="Signed on: ";
//var x=document.getElementsByID("cdd_item1_0_0");
//x.innerText = 'red';
//alert(x.innerText);
}
function cdd_menu1(){
/*---------------------------------------------
Icon Images
---------------------------------------------*/
//Relative positioned icon images (flow with main menu or sub item text)
this.rel_icon_image0 = "/script/cdd_pixel.gif"
this.rel_icon_rollover0 = "/script/cdd_pixel.gif"
//this.rel_icon_image0 = "/images/m_client_menu.gif"
//this.rel_icon_rollover0 = "/images/m_client_menu.gif"
//this.rel_icon_image_wh0 = "62,12"
this.rel_icon_image_wh0 = "1,1"
//Absolute positioned icon images (coordinate positioned - relative to
//right top corner of the menu item displaying the icon.)
this.abs_icon_image0 = ""
this.abs_icon_rollover0 = ""
this.abs_icon_image_wh0 = ""
this.abs_icon_image_xy0 = ""
/*---------------------------------------------
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
/*---------------------------------------------
Menu Orientation and Sizing
---------------------------------------------*/
this.is_horizontal = false //false = vertical menus, true = horizontal menus
this.is_horizontal_main = true
/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/
this.show_menu = "override()";
this.hide_menu = "";
//Menu Width & Height Adjustments (padding + borders)
this.pb_width_main_menu = 12;
this.pb_width_sub_menus = 16;
this.pb_height_main_menu = 12;
this.pb_height_sub_menus = 16;
this.pb_width_menuX = 0;
this.pb_height_menuX = 0;
this.pb_width_main_itemsX = 0;
this.pb_width_sub_itemsX = 0;
//Item Width Adjustments (padding + borders)
this.pb_width_main_items = 12;
this.pb_width_sub_items = 12;
//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.item0 = "[MENU]"
//this.item0 = ""
this.icon_rel0 = 0
this.url0 = "/tech_catalysts/"
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
//Sub Menu 0
this.menu_xy0 = "-200,14"
this.menu_width0 = 200
this.item0_0 = "Signed on"
this.item0_1 = "My Home Page"
this.item0_2 = "Secure Log Out"
this.url0_0 = '#'
this.url0_1 = '/client/index.asp'
this.url0_2 = '/script/secure_logout.asp'
}///////////////////////// END Menu Data /////////////////////////////////////////