// Formularz
function showIt() {
	document.getElementById("formMess").style.visibility = "hidden";
}

// gallery
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
});
