$(document).ready( function() {
    
    

        $('.fancy').fancybox({

            'titlePosition'		: 'inside',
    		'transitionIn'		: 'none',
    		'transitionOut'		: 'none',
    		'hideOnOverlayClick': false,
    		'hideOnContentClick': false,
            'onClosed'          : function() {
    			$("label").hide();
    			$('.newsletteremailreg').attr('value','');
    	    }
            
	
        });

    $('#sendcvbtn').click(function() {

       

       $(".waitingFancy").fancybox({

            'titlePosition'		: 'inside',

    		'transitionIn'		: 'none',

    		'transitionOut'		: 'none',

    		'hideOnOverlayClick': false,

    		'hideOnContentClick': false,

            'showCloseButton' : false,

            'enableEscapeButton':false

        }).trigger('click');

      });
      
      $('.ofertabutt').click(function() {

       

       $(".waitingFancy").fancybox({

            'titlePosition'		: 'inside',

    		'transitionIn'		: 'none',

    		'transitionOut'		: 'none',

    		'hideOnOverlayClick': false,

    		'hideOnContentClick': false,

            'showCloseButton' : false,

            'enableEscapeButton':false

        }).trigger('click');

      });
      
      $('.loginbtn').click(function() {

       

       $(".waitingFancy").fancybox({

            'titlePosition'		: 'inside',

    		'transitionIn'		: 'none',

    		'transitionOut'		: 'none',

    		'hideOnOverlayClick': false,

    		'hideOnContentClick': false,

            'showCloseButton' : false,

            'enableEscapeButton':false

        }).trigger('click');

      });
      
      $('.btn2a').click(function() {

       

       $(".waitingFancy").fancybox({

            'titlePosition'		: 'inside',

    		'transitionIn'		: 'none',

    		'transitionOut'		: 'none',

    		'hideOnOverlayClick': false,

    		'hideOnContentClick': false,

            'showCloseButton' : false,

            'enableEscapeButton':false

        }).trigger('click');

      });
});
function przypomnijHaslo(){

var email=encodeURIComponent(document.getElementById("inline1000.email").value);

    email1 = /^[a-zA-Z0-9ąćęłńóśżźĄĆĘŁŃÓŚŻŹ]{1,30}@[a-zA-Z0-9ąćęłńóśżźĄĆĘŁŃÓŚŻŹ]+(\.[a-zA-Z0-9ąćęłńóśżźĄĆĘŁŃÓŚŻŹ]+)+$/;
    emailReq = document.getElementById('inline1000.email').value.match(email1);
    if(email != "" && email != null && emailReq != null){
      
           
        
        return true;
    }else{
        
        email1 = /^[a-zA-Z0-9ąćęłńóśżźĄĆĘŁŃÓŚŻŹ]{1,30}@[a-zA-Z0-9ąćęłńóśżźĄĆĘŁŃÓŚŻŹ]+(\.[a-zA-Z0-9ąćęłńóśżźĄĆĘŁŃÓŚŻŹ]+)+$/;
        emailReq = document.getElementById('inline1000.email').value.match(email1);
        if(email == "" || email == null || emailReq == null){
            document.getElementById("pustoemail").style.display =  "block";
            document.getElementById("pustoemail").innerHTML =  "Nieprawidłowy format e-maila";
            document.getElementById("inline1000.email").style.background =  "#ffdbdb";
            document.getElementById("inline1000.email").style.border = '1px solid red';
         
        }
         return false;
    }



}


function logowanie()

{

if (window.XMLHttpRequest)

  {// code for IE7+, Firefox, Chrome, Opera, Safari

  xmlhttp=new XMLHttpRequest();

  }

else

  {// code for IE6, IE5

  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");

  }

xmlhttp.onreadystatechange=function()

  {

  if (xmlhttp.readyState==4 && xmlhttp.status==200)

    {
       
     /*  if(xmlhttp.responseText == 1)

        {
            
            
            document.getElementById("alikujloader").innerHTML = '<img src="/gfx/loader_page.gif" alt=""/>';
            document.getElementById("alikujloader").style.display = 'none';
            document.getElementById("content").style.opacity = '.99';
            document.getElementById("content").style.filter = 'alpha(opacity=100)';

            document.getElementById("aplikacja2").innerHTML = '<span class="wyslijok"></span>';
            document.getElementById("aplblok").innerHTML = '<span class="btnaplikujok">Aplikacja została już wysłana<img src="gfx/aplikujgo.png" class="apl" /></span>';
       }*/


    

    }

  }
  /*
  document.getElementById("container").style.opacity = '.50';
  document.getElementById("container").style.filter = 'alpha(opacity=50)';
//loader_page.gif
//document.getElementById("content").style = '-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;';
document.getElementById("alikujloader").innerHTML = '<img src="http://www.1-praca.pl/gfx/loader_page.gif" alt=""/>';
document.getElementById("alikujloader").style.display = 'block';
  */


//var parameters="&imie1="+imie1+"&mail="+mail+"&tel="+tel+"&tresc="+tresc+"&przegladarka="+przegladarka;
     

xmlhttp.open("post","/logowanie",true);
xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlhttp.send();


}

function aplikuj()

{

if (window.XMLHttpRequest)

  {// code for IE7+, Firefox, Chrome, Opera, Safari

  xmlhttp=new XMLHttpRequest();

  }

else

  {// code for IE6, IE5

  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");

  }

xmlhttp.onreadystatechange=function()

  {

  if (xmlhttp.readyState==4 && xmlhttp.status==200)

    {
       
     /*  if(xmlhttp.responseText == 1)

        {
            
            
            document.getElementById("alikujloader").innerHTML = '<img src="/gfx/loader_page.gif" alt=""/>';
            document.getElementById("alikujloader").style.display = 'none';
            document.getElementById("content").style.opacity = '.99';
            document.getElementById("content").style.filter = 'alpha(opacity=100)';

            document.getElementById("aplikacja2").innerHTML = '<span class="wyslijok"></span>';
            document.getElementById("aplblok").innerHTML = '<span class="btnaplikujok">Aplikacja została już wysłana<img src="gfx/aplikujgo.png" class="apl" /></span>';
       }*/


    

    }

  }
  
  document.getElementById("container").style.opacity = '.50';
  document.getElementById("container").style.filter = 'alpha(opacity=50)';
//loader_page.gif
//document.getElementById("content").style = '-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;';
document.getElementById("alikujloader").innerHTML = '<img src="http://www.1-praca.pl/gfx/loader_page.gif" alt=""/>';
document.getElementById("alikujloader").style.display = 'block';
document.getElementById("sendcvbtn").style.display = 'none';
  


//var parameters="&imie1="+imie1+"&mail="+mail+"&tel="+tel+"&tresc="+tresc+"&przegladarka="+przegladarka;
     

xmlhttp.open("post","/aplikuj",true);
xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlhttp.send();


}
