function sendMail(to, type) {
  window.open('poruka.php?id=' + to + '&tip=' + type, '', 'width=640, height=570');
}