$(document).ready( function() {
	
	$('#content_homepage').equalHeights();
	$('#content_page').equalHeights();
	$('#content_mapa').equalHeights();
	$('#galeria_w_obiektywie a').lightBox();
	
	var flashvars = {};
	var params = {'wmode':'transparent'};
	var attributes = {};

	swfobject.embedSWF("/images/header.swf", "header_flash", "1000", "324", "9.0.0","expressInstall.swf", flashvars, params, attributes);
	swfobject.embedSWF("/images/mapa_zoom.swf", "flash_mapka", "650", "890", "9.0.0","expressInstall.swf", flashvars, params, attributes);
			
	$('#newsletter_add div.submit').click( function () {
		$("#newsletter_form").submit();
		
	});				
	$('#newsletter_add input').focus( function () {
		if($(this).attr("value") == "Newsletter")  $(this).attr("value", "");
	});
	
	$("input[name=name]").focus( function () {
		if($(this).attr("value") == "Imię i Nazwisko")  $(this).attr("value", "");
	});
	
	$("input[name=email]").focus( function () {
		if($(this).attr("value") == "Kontakt e-mail")  $(this).attr("value", "");
	});
	
	$("input[name=phone]").focus( function () {
		if($(this).attr("value") == "Telefon kontakowy")  $(this).attr("value", "");
	});
	
	$("textarea[name=tresc]").focus( function () {
		if($(this).attr("value") == "Treść wiadomości")  $(this).attr("value", "");
	});
	
	$('a.kontakt_send').click( function () {
		$("#contact_form form").submit();
		
	});
	
	$("div.ac_results ul li").click( function () {
		
	});
});
