function update_product(id, sid)
{
	window.open('koszyk.php?item=' + id + '&sid=' + sid, 'koszyk', 'width=650, height=550').focus();
}
