$(document).ready(
function()
{
	$('a.submenu')
	.mouseover(function() {
		var linkid = $(this).attr('href').split('.');
		$('div.subitems').removeClass("vsbl").addClass("hddn");
		$('#'+linkid[0]).removeClass("hddn").addClass("vsbl");
	});
	$('img.1submenu')
	.mouseover(function() {
		if($('#activesub').length > 0)
		{var src_d = $('#activesub').attr('src').replace('menuhiimg', 'menuimg');
		$('#activesub').attr('src', src_d).removeAttr('id');
		}
		var src = $(this).attr('src').replace('menuimg', 'menuhiimg');
		$(this).attr('src', src).attr('id', 'activesub');
	});
	if($('#placowka_select').length > 0)
	{
		$('#placowka_select').change(function() {
			var new_href = $('#placowka_select :selected').val()+'.html';
			$('#placowka_btn').attr('href', new_href);
		}
		)
	}
	$("[class^=validate]").validationEngine({
		success :  function() { $("#formularz_kontaktowy").submit();  },
		failure : function() { return false;  }
	})
		if($('#posted').length > 0)
	{
		$('body').jAlert('Formularz wysłano. Dziękujemy', "success");
	}
	$('div.bl_konsol').click(function()
	{
		location.href = 'wycieczki.html';
	}
	);
	$('div.bl_gotow').click(function()
	{
		location.href = 'turystyka.html';
	}
	);
		$('div.bl_hipot').click(function()
	{
		location.href = 'egzotyka.html';
	}
	);
		$('div.bl_samoch').click(function()
	{
		location.href = 'turystyka_biznesowa.html';
	}
	);
		$('div.bl_gospod').click(function()
	{
		location.href = 'wypoczynek_w_polsce.html';
	}
	);
		$('div.bl_leasing').click(function()
	{
		location.href = 'last_minute.html';
	}
	);
		$('div.bl_wysz').click(function()
	{
		
	}
	);
});
