function PokazOferte(id)
{
 var id_of = document.getElementById('of_id');
 id_of.value = id;
 document.formik.submit();
}
