function kontakt(){	if(document.start_kontakt.start_kontakt_akceptuje.checked==false){		alert("Aby wysłać formularz, należy zaakceptować regulamin.");		return false;	}	return true;}function wspolpraca(){	if(document.start_wspolpraca.start_wspolpraca_akceptuje.checked==false){		alert("Aby wysłać formularz, należy zaakceptować regulamin.");		return false;	}	return true;}function getValueById(id) {    var count = document.getElementById(id);    return parseInt(count.value);}function setValueById(id, value) {    var count = document.getElementById(id);    counter = parseInt(value);    count.value = counter;}function oferta(){	if(document.offer.offer_akceptuje.checked==false){		alert("Aby wysłać formularz, należy zaakceptować regulamin.");		return false;	}	return true;}function o_over(id) {	document.getElementById(id).width = 300;		document.getElementById(id).height = 190;}function o_out(id) {	document.getElementById(id).width = 290;		document.getElementById(id).height = 184;	}function newZdjecie(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function pokazdiv_old(el) {	for(var i=1; i<=11; i++) {		if(el == i) {			document.getElementById("onas" + el).style.display = "block";			document.getElementById("inas" + el).style.display = "block";		}else{			document.getElementById("onas" + i).style.display = "none";			document.getElementById("inas" + i).style.display = "none";		}	}}function pokazimg(el) {	for(var i=1; i<=11; i++) {		if(el == i) {			document.getElementById("inas" + el).style.display = "block";		}else{			document.getElementById("inas" + i).style.display = "none";		}	}}function pokazdiv(el) {	pokazimg(el);		//$("#onas_content").load("../content/test.html");		$("#onas_content").load("/content/o_nas/" + el + ".php");}function newsletter_send() {	if($("#email_news").val() == '') return false;	$.post("/S/Newsletter", { email: $("#email_news").val() },		function(data) {			/*				0 - blad				1 - adres dodany				2 - adres usuniety				3 - nieprawidlowy adres			*/			if(data == 0) $("#email_news_status").text("Wystąpił błąd. Prosimy spróbować za chwilę");			if(data == 1) $("#email_news_status").text("Adres został dodany");			if(data == 2) $("#email_news_status").text("Adres został usunięty");			if(data == 3) $("#email_news_status").text("Podany adres jest nieprawidłowy");		},		"text"	);}$(function(){$('#grupa_kapitalowa').mouseover(function(){$(this).css('background','#ffdfdf');}).mouseout(function(){$(this).css('background','white');})});$(function(){$('#rys_grupa').hide();$('#grupa_kapitalowa').click(function(){$('#rys_grupa').show('slide');$('#grupa_kapitalowa').hide();});$('#rys_grupa').click(function(){$(this).hide('slide');$('#grupa_kapitalowa').show();});});$(function(){$('.meble_sprzedaz a').lightBox();});$(function(){$('.zamknij_okienko').click(function(){$('.wyskakujace_okno').hide();});});
