 liveMenu.initOnLoad('liveMenuH', { effect: 'fade', mode: 'simultaneous', duration: 400, 
                beforeShow: function () { 
                    this.opener.style.textDecoration = 'underline';
                },
                beforeHide: function () {
                    this.opener.style.textDecoration = 'none';
                }
            });
            liveMenu.initOnLoad('liveMenu2H', { effect: 'slide', mode: 'simultaneous', duration: 1500,
                beforeShow: function () { 
                    this.opener.style.textDecoration = 'none';
                },
                beforeHide: function () {
                    this.opener.style.textDecoration = 'none';
                }
            });
