function show_committee() {
    $('#li_committee').find('a').click() ;  
    document.location.hash = "organization_outer_wrap" ; 
}

function show_secretariat() {
    $('#li_secretariat').find('a').click() ;  
    document.location.hash = "organization_outer_wrap" ; 
}

function show_boards() {
    $('#li_boards').find('a').click() ;  
    document.location.hash = "organization_outer_wrap" ;  
}

function show_workinggroups() {
    $('#li_working_groups').find('a').click() ;  
    document.location.hash = "organization_outer_wrap" ; 
}

function show_expert_groups(){
    $('#li_expert_groups').find('a').click() ;  
    document.location.hash = "organization_outer_wrap" ; 
}






