$(document).ready(function(){


  
  $('.home').parent('body').addClass('homebg');
  
  $('li.ida4').removeClass('current');
  $('li a').attr('href', function() {
    if ($(this).attr('href') == '/Home' || $(this).attr('href') == '4')
      return '/';
  });  
  
  
  
  
    $('#loginForm #login').val($('#loginForm #login').attr('title'));
    $('#loginForm #password').val($('#loginForm #password').attr('title'));
  
    $('#loginForm input[type="text"], #loginForm input[type="password"]').focus(function() {
      if ($(this).val() == $(this).attr('title')) {
        $(this).val('');
      }
      //$(this).removeClass('hint');    
    });
    
    $('#loginForm input[type="text"], #loginForm input[type="password"]').blur(function() {
      if ($(this).val() == "") {
        //$(this).addClass('hint');
        $(this).val(
          $(this).attr('title')
        );
      }   
    });
    
    
    
    /*
  $('.newsList26 .newsBox').each(function() {
    $('<b>test</b>').insertAfter($(this).children('newsTitle'));
    //$(this).children('img').appendTo($(this).parent('.newsBox'));
  });
*/
  

  
  
  
  $("select#status79").change(function () {
  
    // Firma
    if ($(this).val() == 1) {

      
      $('#krs82, #nip83, #regon84').removeAttr('disabled');
      $('#l_krs82, #l_nip83, #l_regon84').append('<span class="req">*</span>');
      $('#krs82, #nip83, #regon84').val('');
      
      
      $('#krs82, #nip83, #regon84').css('background-color', 'white').css('color', 'black');



      //$('label#krs82').show('slow');
      //$('#krs82').show('slow');
      
    // Osoba fizyczna
    } else {
    
      $('#krs82, #nip83, #regon84').attr('disabled', true);
      $('#l_krs82 span, #l_nip83 span, #l_regon84 span').remove();
      $('#krs82, #nip83, #regon84').val('Nie dotyczy');
      $('#krs82, #nip83, #regon84').css('background-color', '#F1F1F1').css('color', '#ACACAC');

      
      
      //$('label#l_krs82').hide('slow');
      //$('#krs82').hide('slow');        

    }
  
  });
  
  
  $('#send72').click(function() {
    if (!$('#regulamin85').is(':checked')) {
      alert('Musisz zaakceptować regulamin.');
      return false;
    }  
  });
  
  
  
  
  
  //$('#pane1').jScrollPane({showArrows: true, scrollbarWidth: 13});
  try {
    
  } catch (err) {}
  $('#pane2').jScrollPane({showArrows: true, scrollbarWidth: 13});
  

  //podglad kreacji

	$.nyroModalSettings({
	  width: 941,
	  height: 451,
	  modal: true,
	  showLoading: true,
    galleryLinks: null,
    contentError: 'Stronia nie może zostać załadowana.<br />Spróbuj później.<br /><a href="#" class="nyroModalClose">Zamknij</a>', // Content placed in the loading div in case of error
    handleError: function(err) {
      //alert('Error ' + err.message);
    },
    endShowContent: function() { 
    
      //alert('end show content');
        $('#nyroModalContent ul.resolutions li a').click(function() {
          
          var id = $(this).attr('href').substring( $(this).attr('href').indexOf('#') + 1 );
          //alert(id);
          
          $('#nyroModalContent ul.resolutions li a').removeClass('active');
          $(this).addClass('active');
          
          
          
          
          
          $('#nyroModalContent .tabs .tab').removeClass('active');
          $('#nyroModalContent #tab' + id).addClass('active');
          
          //$('#light .tabs .tab').css('display', 'none');
          //$('#light #tab' + id).css('display', 'block');
        });


    }
  });
  
  //$.fn.nyroModal.settings.;

  
  $('a.btn-podglad-kreacji').nyroModal();
  /*
  $('a.btn-podglad-kreacji').click(function() {
    try { window.scrollTo(0,0) } catch(e) {};

    $.ajax({
      type: "GET",
      url: $(this).attr('href'),
      //data: { 'lines[]': ["Jon", "Susan"] },
      //data: $('#linesForm').serialize(),
      success: function(html) {

        //$('#marksContainerAjax').html(html);
        //alert(html);
        
        
        $('#light').html(html);
        $('#light a.btn-zamknij-podglad').click(function() {
          $('#light, #fade').css('display', 'none');
        });
        
        
        $('#light ul.resolutions li a').click(function() {
          
          var id = $(this).attr('href').substring( $(this).attr('href').indexOf('#') + 1 );
          //alert(id);
          
          $('#light ul.resolutions li a').removeClass('active');
          $(this).addClass('active');
          
          
          
          
          
          $('#light .tabs .tab').removeClass('active');
          $('#light #tab' + id).addClass('active');
          
          //$('#light .tabs .tab').css('display', 'none');
          //$('#light #tab' + id).css('display', 'block');
        });
        
        
        $('#light, #fade').css('display', 'block');
        //document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'
        

      }
    });
    
    return false;
  
  });
  */
});

