Shadowbox.init({
			language: 'pl'
		});

$(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(){
//	var flashvars = {};
//	var params = {wmode: "transparent"};
//	var attributes = {};
//	swfobject.embedSWF("/proplastpl/flash/flash.swf", "flash", "117", "103", "8", null, flashvars, params, attributes);
//});

$(document).ready(function() {
	$(".carousel").jCarouselLite({
        btnNext: ".lastBtn",
        btnPrev: ".firstBtn",
		auto: 0,
		visible: 1,
        scroll: 1,
        speed: 4000,
		circular: true
    });

});

$(document).ready(function() {
	$(".hit").jCarouselLite({
        btnNext: ".lastBtn2",
        btnPrev: ".firstBtn2",
		visible: 1,
        scroll: 1,
        speed: 700,
		circular: true
    });

});

$(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();});


});



