$(document).ready(function(){$('.topnar').ifixpng();});
$(document).ready(function(){
	var flashvars = {};
	var params = {};
	var attributes = {};
	swfobject.embedSWF("/flash/flash.swf", "flash", "803", "327", "8", null, flashvars, params, attributes);
});

$(function() {
	$('a[rel*=lightbox]').lightBox({
	imageBtnClose: '/images/lightbox/close.gif',
	imageBtnPrev: '/images/lightbox/prev.gif',
	imageBtnNext: '/images/lightbox/next.gif',
	imageLoading: '/images/lightbox/loading.gif'
	});
});



$(document).ready(function(){
    $('#NewsletterMail').focus(function() { $(this).val(''); });
    $('#UserLogin').focus(function() { $(this).val(''); });
    $('#UserPassword').focus(function() { $(this).val(''); });
    $('#search-text').focus(function() { $(this).val(''); });

    if($('#order-register').hasClass('auto-hide')) $('#order-register').hide();
    if($('#order-delivery').hasClass('auto-hide')) $('#order-delivery').hide();
    if($('#order-facture').hasClass('auto-hide')) $('#order-facture').hide();

    $('#order-register-option input:radio').change(function() { ($(this).val()=='0') ? $('#order-register').hide() : $('#order-register').show();});
    $('#order-delivery-option input:radio').change(function() { ($(this).val()=='0') ? $('#order-delivery').hide() : $('#order-delivery').show();});
    $('#order-facture-option input:radio').change(function() { ($(this).val()=='0') ? $('#order-facture').hide() : $('#order-facture').show();});
});


function aktualizujCene(koszt,suma) {

  //  kwota = document.getElementById("cena").value;
    suma = suma.replace(/,/,".");
    suma = parseFloat(suma);
    koszt = parseFloat(koszt);

    
	suma = suma + koszt;
	suma = suma.toFixed(2);    
	document.getElementById("cenaJS").innerHTML = suma;	
    
/*
	koszty=document.getElementById("koszty").value;
	
	
    
    


	document.getElementById("cenaWysylkiJS").innerHTML =koszt;	
	suma = suma + koszt;
	suma = suma.toFixed(2);    
	document.getElementById("kosztZamowieniaJS").innerHTML = suma;	
	
*/
}
