$(document).ready(function(){

$(function() {
	$('a[@rel*=gallery1]').lightBox();
	$('a[@rel*=gallery2]').lightBox();
	$('a[@rel*=gallery3]').lightBox();
});


		//$("div#left_contener div").hide();
		//$("div#tip").show();

		var display;
	 //$(function(){  
	     $("div#box a").each(function(){  
	         $(this).click(function(){
							display = $("#"+$(this).attr("id")+"_desc").css("display");
	         		if (display=='block')
	         			return true;

	            $("div#left_contener div").each(function(){ $(this).hide("slow"); });  
	            //$('div#content h1').html($(this).attr("title")+'<span>02.</span>');	   
	            $("#"+$(this).attr("id")+"_desc").show("slow");  
              //return true;
/*
  	    $.ajax({
    	    type: "POST",
      	  url:  "sendmail.php",
        	data: { name: nameVal, phone: phoneVal, email: emailVal, message: messageVal },
        	success: function(msg) {
          	$("div#content").html(msg);
        		$("#form").fadeOut("slow");
        	},
        	error: function (XMLHttpRequest, textStatus, errorThrown) {
          	$("div#content").html('Przepraszamy, wiadomość nie mogła zostać wysłana.');
        		$("#form").fadeOut("slow");
        	}
      	});
*/
	          });  
	     });  
	 //});
});
