$(document).ready(function()
{
	$(function()
	{
		$('.nav').droppy();
	});

	$("#trescW").hide();

	$("#wiecej").click(function()
	{
		$("#trescW").toggle('slow');
	});
	
	$(function() {$('a.lbox').lightBox({fixedNavigation:true});});
	$('#n20110926 a').lightBox({fixedNavigation:true});
	
	$('#c1pl').click(function()
	{
		$('#n1pl').toggle('fast');
		$('#n2pl').hide('fast');
		$('#n3pl').hide('fast');
		$('#n4pl').hide('fast');
	});
	
	$('#c2pl').click(function()
	{
		$('#n2pl').toggle('fast');
		$('#n1pl').hide('fast');
		$('#n3pl').hide('fast');
		$('#n4pl').hide('fast');
	});
	
	$('#c3pl').click(function()
	{
		$('#n3pl').toggle('fast');
		$('#n1pl').hide('fast');
		$('#n2pl').hide('fast');
		$('#n4pl').hide('fast');
	});
	
	$('#c4pl').click(function()
	{
		$('#n4pl').toggle('fast');
		$('#n1pl').hide('fast');
		$('#n2pl').hide('fast');
		$('#n3pl').hide('fast');
	});
	
});

function zapisano()
{
	alert('Dziękujemy za wypełnienie formularza zgłoszeniowego!');
	window.top.location.href = 'index.html';
}

function save()
{
	alert('Thank you for completing the application form!');
	window.top.location.href = 'tools.html';
}
