$(document).ready(function() {
	
	$(".box-sklep ul").equalHeights();
	$(".box-inne-eq ul").equalHeights();
	/*$(".column").equalHeights();*/

	$('.box-sklep').biggerlink({otherstriggermaster:false});
	
	$('.abonament-start').biggerlink({otherstriggermaster:false});
	$('.abonament-premium').biggerlink({otherstriggermaster:false});
	$('.abonament-prestige').biggerlink({otherstriggermaster:false});
	
	
	//$('.box-pakiet').biggerlink({otherstriggermaster:false});
	//$('.box-inne').biggerlink({otherstriggermaster:false});
	
	
	$('#column ul li').biggerlink({otherstriggermaster:false});

});


function koszyk(id,path) {
	$('#div-refresh').load (path+"koszyk/dodajdokoszykabezwariantow/id/"+id+"/");
}

