jQuery.noConflict();

jQuery(document).ready(
  function() {


    re = /ida\/([0-9]*)/
    var m = re.exec(document.URL);
    if (m == null) {
      //alert("No match");
    } else {
      sfind = '/' + m[0];
      img = '';
      jQuery("img.btn").filter(function() {
        result = (jQuery(this).parent().attr('href').indexOf(sfind) != -1);
        if (result) img = jQuery(this).attr("id");
        return result;
      }).attr('src', '/s/p/' + (document.URL.indexOf('en.') != -1 || document.URL.indexOf('.eu') != -1 ? 'en_' : '') + img + '_h.jpg').addClass('current');
    }


    jQuery("img.btn").mouseover(function() {
      if (jQuery(this).attr('class').indexOf('current') == -1) {
        this.src = '/s/p/' + (document.URL.indexOf('en.') != -1 || document.URL.indexOf('.eu') != -1 ? 'en_' : '') + jQuery(this).attr('id') + '_h.jpg';
      }
    })
    
    jQuery("img.btn").mouseout(function() {
      if (jQuery(this).attr('class').indexOf('current') == -1) { 
        this.src = '/s/p/' + (document.URL.indexOf('en.') != -1 || document.URL.indexOf('.eu') != -1 ? 'en_' : '') + jQuery(this).attr('id') + '.jpg';
      }
    });



    // popup
    jQuery('.popup').click(function() {
      var w = 400, h = 650;
      var left = (screen.width/2)-(w/2);
      var top = (screen.height/2)-(h/2);

      window.open(jQuery(this).attr('href'), 'form', 'toolbar=no,menubar=no,location=no,personalbar=no,status=no,resizable=no,scrollbars=yes,copyhistory=no,width='+w+',height='+h+',top='+top+',left='+left);
      return false;
    });
    
    
    
    
    
    
    jQuery("select#status27").change(function () {
      if (jQuery(this).val() == 1) {
        
        //jQuery('#firma8').attr('disabled', true);
        jQuery('label#l_firma8 span').remove();
        jQuery('#firma8').val('Nie dotyczy');

        
        //jQuery('#nip28').attr('disabled', true);
        jQuery('label#l_nip28 span').remove();
        jQuery('#nip28').val('Nie dotyczy');
        


        jQuery('label#l_firma8').hide('slow');
        jQuery('#firma8').hide('slow');        

        jQuery('label#l_nip28').hide('slow');
        jQuery('#nip28').hide('slow');  
                
      } else {
      
        jQuery('#firma8').removeAttr('disabled');
        jQuery('label#l_firma8').append('<span class="req">*</span>');
        jQuery('#firma8').val('');
        
        jQuery('label#l_firma8').show('slow');
        jQuery('#firma8').show('slow');  
        
        jQuery('#nip28').removeAttr('disabled');
        jQuery('label#l_nip28').append('<span class="req">*</span>');
        jQuery('#nip28').val('');
        
        jQuery('label#l_nip28').show('slow');
        jQuery('#nip28').show('slow');  
      }
    });

    jQuery('#l_katalog24').append('<p id="accept" style="line-height: normal">Użyj klawisza <b>ctrl</b> lub <b>shift</b> aby zaznaczyć więcej opcji.</p>');
    jQuery('#l_status27').append('<span>*</span>');
    
    
  }
)

try {
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); var pageTracker = _gat._getTracker("UA-1651863-25");pageTracker._trackPageview();
} catch( err ) {}

