function toCart(id, kol)
{
	if(kol*1 < 1) kol = 1;
	toajax("/show_cart.php?action=tocart&id="+id+"&kol="+kol);	
}