
function aru_torol(kod, id)
 {
  s=window.confirm('Biztos törölni akarja a kosárból : '+kod+'?');
  if(s==true)
   {
   window.open('includes/torol.php?mode=aru_torol&id='+id+'', 'torol', 'width=450 , height=250');
   }
 }

function ossz_aru_torol()
 {
  s=window.confirm('Biztos, hogy ki szeretné üríteni a kosarát?');
  if(s==true)
   {
   window.open('includes/torol.php?mode=ossz_aru_torol', 'torol', 'width=450 , height=250');
   }
 }
