function m_alap() {
  allapot = confirm("Biztos, hogy törölni akarod ezt a rendelést?");
  if (allapot) return true;
  else return false;
}

function m_tetel() {
  allapot = confirm("Biztos, hogy törölni akarod ezt a tételt?");
  if (allapot) return true;
  else return false;
}

function m_urites() {
  allapot = confirm("Biztos, hogy kiüríti a kosarat?");
  if (allapot) return true;
  else return false;
}

function m_sima() {
  allapot = confirm("Biztos, hogy törölni akarod?");
  if (allapot) return true;
  else return false;
}

function m_rendel() {
  allapot = confirm("Biztos, hogy elküldi a megrendelést?");
  if (allapot) return true;
  else return false;
}

function ujablak(link,sz,m) { ms = window.open(link,'ms','width='+sz+',height='+m+',scrollbars=1,location=0,toolbar=0') }
