
// do jquery lightboxa
$(function() {
	// Use this example, or...
	$('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
	// This, or...
	//$('#gallery a').lightBox(); // Select all links in object with gallery ID
	// This, or...
	//$('a.galeria').lightBox(); // Select all links with lightbox class
	// This, or...
	//$('a').lightBox(); // Select all links in the page
	// ... The possibility are many. Use your creative or choose one in the examples above
});

function ObliczRate(koszt)	{
    //window.open('https://www.zagiel.com.pl/kalkulator/index_smart.php?action=getklientdet_si_rata&shopNo=01158167&goodsValue='+koszt, 'Policz', 'width=630,height=500,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
    window.open('https://www.eraty.pl/symulator/oblicz.php?numerSklepu=01158167&wariantSklepu=1&typProduktu=0&wartoscTowarow='+koszt, 'Policz', 'width=630,height=500,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
  }

function sprawdz_zagiel() {
	if ($("input[name='sprawdz']:checked").val()==undefined)
	{
		alert('Zanim złożysz zamówienie, zapoznaj się z procedurą udzielenia kredytu ratalnego eRaty żagiel.');
		return false;
	}
	else
	{
		return true;
	}
	
}
