function showReports( type )
{
    $( '.user_report' ).hide( );
    $( '.user_report_'+type ).show( );
};
