function hiLight( item, bit ) {
        item.className = ( bit ? 'menu-hi' : 'menu' );
        return
    }
