$(document).ready(function(){

    if ($('#invoice').attr('checked')==true)
	{
	    $("#fakturaHolder").addClass('fakturaHolderVisible');
	    $('.daneFaktura').addClass('daneFakturaMinus');
	}
    else
	{
	    
	    $("#fakturaHolder").removeClass('fakturaHolderVisible');
	}


 $('a[rel^="prettyPhoto"]').prettyPhoto({social_tools:''});

    $('#newsletterField').click(function(){
	$(this).select();
    })

    $('.sorterSelect').change(function(){
	$('#sorterForm').submit();
	
    })

    $('#my-dropdown').sSelect({ddMaxHeight: '200px'});
    $('#my-dropdown2').sSelect({ddMaxHeight: '200px'});
    $('#my-dropdown3').sSelect({ddMaxHeight: '200px'});
    $('#searchDrop').sSelect({ddMaxHeight: '200px'});
    $('#delivery_country').sSelect({ddMaxHeight: '200px'});
    $('#invoice_country').sSelect({ddMaxHeight: '200px'});
    $('.filter_select').sSelect({ddMaxHeight: '200px'});

   $('.checkPoint').mouseenter(function(){



        if (($('#'+$(this).attr('id')).css('left').replace('px','')>430)&&($('#'+$(this).attr('id')).css('top').replace('px','')<192))
        {
            $('#'+$(this).attr('id')+' .popOut').css("left","-150px");

            $('#'+$(this).attr('id')+' .popOut').css("background-image","url(templates/default/img/aranzPresPopOutRight.png)")
        }
        if (($('#'+$(this).attr('id')).css('left').replace('px','')>430)&&($('#'+$(this).attr('id')).css('top').replace('px','')>192))
        {
            $('#'+$(this).attr('id')+' .popOut').css("left","-150px");
            $('#'+$(this).attr('id')+' .popOut').css("top","-200px");
            $('#'+$(this).attr('id')+' .popOut').css("padding-top","15px");
            $('#'+$(this).attr('id')+' .popOut').css("height","180px");
            $('#'+$(this).attr('id')+' .popOut').css("background-image","url(templates/default/img/aranzPresPopOutRightTop.png)");
            $('#'+$(this).attr('id')+' .popOut a').css('bottom','20px');
        }
        if (($('#'+$(this).attr('id')).css('left').replace('px','')<430)&&($('#'+$(this).attr('id')).css('top').replace('px','')>192))
        {

            $('#'+$(this).attr('id')+' .popOut').css("top","-200px");
            $('#'+$(this).attr('id')+' .popOut').css("padding-top","15px");
            $('#'+$(this).attr('id')+' .popOut').css("height","180px");
            $('#'+$(this).attr('id')+' .popOut').css("background-image","url(templates/default/img/aranzPresPopOutTop.png)");
            $('#'+$(this).attr('id')+' .popOut a').css('bottom','20px');

        }

	$('#'+$(this).attr('id')+' .popOut').fadeIn(500);

    }).mouseleave(function(){
        $('#'+$(this).attr('id')+' .popOut').fadeOut(300);
    });});



function pokazFaktura(){
   
    if ($('#invoice').attr('checked')==false){
	$('#invoice').attr('checked',true);
	$("#fakturaHolder").addClass('fakturaHolderVisible');
	$('.daneFaktura').addClass('daneFakturaMinus');
	
    }
    else {
	    
	    $('#invoice').attr('checked',false);
	    $("#fakturaHolder").removeClass('fakturaHolderVisible');
	    $('.daneFaktura').removeClass('daneFakturaMinus');
	}
}



function bottomNav(xxx){
    $('.bottomPageActive').removeClass('bottomPageActive');
    if(xxx==2){
        $('.mainPageNav').css('border-color','#a5c42a');
        $('#nowosci').addClass('bottomPageActive');
	if ($('#nowosci ul').hasClass('loaded')){}
	else{
	$('#nowosci ul').jcarousel();
	$('#nowosci ul').addClass('loaded');
	}
    }
    if(xxx==1){
        $('.mainPageNav').css('border-color','#fff');
        $('#aranzacje').addClass('bottomPageActive');
	//$('#aranzacje ul').jcarousel();
    }
    if(xxx==3){
        $('.mainPageNav').css('border-color','#789213');
        $('#promocje').addClass('bottomPageActive');
	if ($('#promocje ul').hasClass('loaded')){}
	else{
	$('#promocje ul').jcarousel();
	$('#promocje ul').addClass('loaded');
	}
    }
    if(xxx==4){
        $('.mainPageNav').css('border-color','#31211b');
        $('#producenci').addClass('bottomPageActive');
	if ($('#producenci ul').hasClass('loaded')){}
	else{
	$('#producenci ul').jcarousel();
	$('#producenci ul').addClass('loaded');
	}
    }
}

function filtryTog(){
    $('#filtr .searchForm').toggle();
    if($('#filtr .searchTitle a').html()=='ukryj filtry')
        $('#filtr .searchTitle a').html('pokaż filtry')
    else $('#filtr .searchTitle a').html('ukryj filtry')
}

/*function aranzPopOut(xxx){
    $('#'+$(xxx).attr('id')+' .popOut').css('height','0px')
   $('#'+$(xxx).attr('id')+' .popOut').css('display','block');
   $('#'+$(xxx).attr('id')+' .popOut').animate({height:'165px'},500)
   if ($('#'+$(xxx).attr('id')).css('left').replace('px','')>430)
       {
           $('#'+$(xxx).attr('id')+' .popOut').css("left","-150px");
           
            $('#'+$(xxx).attr('id')+' .popOut').css("background-image","url(templates/default/img/aranzPresPopOutRight.png)")
        }


}*/

function hidePopOut(xxx){
    $(xxx).css('display','none');
 
}




function removeFromCart(id)
{
    if(confirm('Czy na pewno usunąć produkt z koszyka?'))
    {
    	document.getElementById('quantity_'+id).value=0;
    	document.getElementById('recount_'+id).click();
    }
    return false;
}
