
window.onload = function(){
//var W = document.documentElement.clientWidth;
//var U = (document.documentElement.clientWidth/2)-111;

//$("#loading").css("width", W);
//$("#loadingg").css("left",U);
$("#loading").fadeOut("fast");
$('#linki *').tooltip();
  }


function send_options(pole) { 
	
	pyt = confirm("Czy napewno chcesz wykanać tą akcję?");
	if (pyt) {
		pole.form.submit();
	} else { 
	pole.value="";
	return false;
	}
}

function remPhoto(e) {
	
		pyt = confirm("Czy napewno chcesz usunąć zdjecia???");
		if (pyt) { 
			document.getElementById("formularz").submit();
		}
		else return false;
	
}

 jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
})



