$(document).ready(function() {
	setTimeout(function() {
		$('#nowoscig script').remove();
		var nhtml = $("#nowoscig").html();
		$("#nowosci .panelrcon").html(nhtml);
		$("#nowoscig").remove();
		
		$('#promocjeg script').remove();
		var nhtml = $("#promocjeg").html();
		$("#promocje .panelrcon").html(nhtml);
		$("#promocjeg").remove();
		
		$('#ostatniododaneg script').remove();
		var nhtml = $("#ostatniododaneg").html();
		$("#ostatniododane .panelrcon").html(nhtml);
		$("#ostatniododaneg").remove();
		
		$('#bestsellersg script').remove();
		var nhtml = $("#bestsellersg").html();
		$("#bestsellers .panelrcon").html(nhtml);
		$("#bestsellersg").remove();
    }, 100); 
	
	var $that=$('form>div.top_text');
	if($that.html()=='Koszyk'){
		$that.parent().css('overflow','auto').css('height','1200px').children('center').css('width','700px');
	}	

	if(location.href=='http://sportmasters.pl/order_step1.html' || location.href=='http://sportmasters.pl/cart_order' || location.href=='http://sportmasters.pl/order_step2.html'){
		$('#srodek').css('overflow','auto').css('height','1240px');
	}

	$('.panelrb').click(function() {
		var $marginLefty = $(this).parent().children('.panelrcon');
		if(!$marginLefty.hasClass('wysuniety')){
			$('.wysuniety').css('width' , '0px' ).css('display' , 'none' ).removeClass('wysuniety');
			$marginLefty.addClass('wysuniety');
			$marginLefty.css('display' , 'block' ).animate({
				width:200
			},500);
		}else{
			$marginLefty.removeClass('wysuniety');
			$marginLefty.animate({
				width: 0
			},500,function(){
				$marginLefty.css('display' , 'none' );
			});
		}

	});

});

