var popUpWin = 0;

function data(url) {
  if(popUpWin){
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open('http://wedding.saleh.web.id/data-nonton.php', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=730,height=500,left=auto,top=auto,screenX=auto,screenY=auto');
}

function peta(url) {
  if(popUpWin){
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open('http://wedding.saleh.web.id/peta', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=800,height=600,left=auto,top=auto,screenX=auto,screenY=auto');
}