var faq =
{
    pokaz_odpowiedz_tresc : function( i )
    {
        if( $( 'tresc_faq_odpowiedz_0' ) != null ) $( 'tresc_faq_odpowiedz_0' ).hide() ;
        if( $( 'tresc_faq_odpowiedz_1' ) != null ) $( 'tresc_faq_odpowiedz_1' ).hide() ;
        if( $( 'tresc_faq_odpowiedz_2' ) != null ) $( 'tresc_faq_odpowiedz_2' ).hide() ;
    
        $( 'tresc_faq_odpowiedz_'+i ).show() ;
    },
    
    koniec : null
}

