﻿

function sprawdz_form()
{
	if (document.getElementById("imie_nazwisko").value.length==0)
	{
	alert('Wypełnij wymagane pola.')
	return false;
	}
	if (document.getElementById("telefon").value.length==0)
	{
	alert('Wypełnij wymagane pola.')
	return false;
	}
	if (document.getElementById("ulica").value.length==0)
	{
	alert('Wypełnij wymagane pola.')
	return false;
	}
	if (document.getElementById("kod_miasto").value.length==0)
	{
	alert('Wypełnij wymagane pola.')
	return false;
	}
	if (document.getElementById("email").value.length==0)
	{
	alert('Wypełnij wymagane pola.')
	return false;
	}
		
	return true;
}


function zmien_dostawe()
{
	if (document.getElementById("odbior").value==8)
		document.getElementById("platnosci").value=5;
	if (document.getElementById("odbior").value==9)
		document.getElementById("platnosci").value=5;
		
	if (document.getElementById("odbior").value==6)
		document.getElementById("platnosci").value=4;
	if (document.getElementById("odbior").value==5)
		document.getElementById("platnosci").value=4;
}

function zmien_platnosci()
{
	if ((document.getElementById("platnosci").value==4)&&(document.getElementById("odbior").value==8))
		document.getElementById("odbior").value=5;
	if ((document.getElementById("platnosci").value==4)&&(document.getElementById("odbior").value==9))
		document.getElementById("odbior").value=6;
		
	if ((document.getElementById("platnosci").value==5)&&(document.getElementById("odbior").value==5))
		document.getElementById("odbior").value=8;
	if ((document.getElementById("platnosci").value==5)&&(document.getElementById("odbior").value==6))
		document.getElementById("odbior").value=9;
		



}


function PoliczRate(koszyk) 
{
	window.open('https://www.zagiel.com.pl/kalkulator/index_smart.php?action=getklientdet_si_rata&shopNo=14161157&goodsValue='+koszyk, 'Policz_rate', 'width=630,height=500,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
}
