function multiply(id) {
	var oForm = document.forms['order-products'];
	oForm.action = 'index.php?zamow=przelicz&id='+id;
	oForm.submit();
}

