var $j = jQuery.noConflict();

function policz_cene() {
	var cena = 0;
	cena = cena + parseFloat($j('.policz_produkt').text());
    $j(".produkt_opis select").each(function () {
    	var idc = $j(this).attr('value');
    	cena = cena + parseFloat($j('.policz_ceche_'+idc).text());
    });
    cena = cena * parseInt($j("#gc_6 option:selected").text());
    var idr = $j("input.sposobu:checked").attr('value');
    cena = cena + parseFloat($j('.policz_ceche_'+idr).text());
    $j(".produkt_cena_txt .pink").text(" " + cena + " ");
}

function zablokuj_opcje(){
	var wartosc=parseInt($j("#gc_6 option:selected").text());
	if(wartosc<10) {
		var spr = $j('input[type=radio]:checked').attr('id');
		$j('#cech_167').attr("disabled", "disabled");
		$j('#cech_167').removeAttr("checked");
		if(spr=='cech_167') {
			$j('#cech_166').attr("checked", "checked");
		}
	}else {
		$j('#cech_167').removeAttr("disabled");
	}
}

function facebook(){
	$j(".widget_fb").hover(function(){
		$j(".widget_fb").stop(true, false).animate({right:"0"},"medium");
	},function(){
		$j(".widget_fb").stop(true, false).animate({right:"-205"},"medium");
	},500);
}

function closePopup() { 
    $j('#popupbanner').hide(); 
}

$j(document).ready(function(){
	$j(".ramka_gal").each(function () {
		var foto = $j(this).children("img").attr("src");
		$j(this).css({"background" : "url("+foto+") no-repeat 0 0" , "display" : "inline-block" , "height" : "103px" , "width" : "141px" , "margin" : "0 0 10px"});
		$j(this).children("img").attr("src", "/foto/ramka_fotki2.gif");
      });
	
	$j(".ramka_gal_mala").each(function () {
		var foto = $j(this).children("img").attr("src");
		$j(this).css({"background" : "url("+foto+") no-repeat 0 0" , "display" : "inline-block" , "height" : "67px" , "width" : "91px"});
		$j(this).children("img").attr("src", "/foto/ramka_fotki5a.gif");
      });
	facebook();
});
