$(document).ready(function () {
	$('a.submit').click(function () {
		$(this).closest('form').submit();
	});

	$('a.contactForm.colorbox').colorbox({iframe:true, innerWidth:'473px', innerHeight:'510px'});

	//newsletter
	$('#form-newsletter').submit(function () {
		var $f = $(this);
		$.post($f.attr('action'), $f.serialize(), function () {
			$f.slideUp('fast', function () {
				$('.box.newsletter .newsletterMessage').slideDown('fast');
			});
		});
		return false;
	});

	$("#menu a").removeAttr("title");

	swfobject.embedSWF('/flash/button1.swf', 'operatorButton', '329', '98', '10');
	swfobject.embedSWF('/flash/button2.swf', 'partnerButton', '334', '98', '10');

	swfobject.embedSWF('/flash/kontakt_operatorzy.swf', 'operatorContact', '329', '98', '10');
	swfobject.embedSWF('/flash/kontakt_partnerzy.swf', 'partnerContact', '334', '98', '10');
});


