
      
      $(document).ready(function() {
		    $('.activ1 .levn1  div.iu').corner("round 6px");
		    $('.activ2 .levn2 div.iu').corner("round 6px");
		    $('.activ3 .levn3 div.iu').corner("round 6px");
		    $('#menu').corner("round 6px");
    
			$('.ndt').corner("round 6px");
		   	$('.crug1').corner("round 6px");
		    $('.crug3').corner("round 6px");
		    
		    $('.crug2').corner("round 6px");
		    $('.crug4').corner("round 6px");
		    $('.link').corner("round 6px");
   
 
	      	
      	
      	
      
      
      	
      
  		
      });
           function addtovar(idd){
  			$.ajax({ url: "/order.php",    global: false,     type: "POST",    data: ({id : idd,add:1}),dataType: "html",
      	  success: function(msg){
         		$('#korzinarez').html(msg);
         		alert("Товар добавлен");
      		}
  		});
  		}
  		function deltovar(idd){
  			$('#itogo1').html("");
  			$.ajax({ url: "/order.php",    global: false,     type: "POST",    data: ({id : idd,del:1}),dataType: "html",
      	  success: function(msg){
         		$('#korzinarez').html(msg);
         		alert("Товар удален");         		
  				$('#itogo1').html($("#itogo0",$('#korzinarez').html()).html());
         		
      		}
  		});
  		
  		}
  		function clear(){
  			$.ajax({ url: "/order.php",    global: false,     type: "POST",    data: ({clear:1}),dataType: "html",
      	  success: function(msg){
         		$('#korzinarez').html(msg);
         		alert("Корзина пуста");
      		}
  		});
  		}
